From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) by sourceware.org (Postfix) with ESMTPS id B7B523858C5F for ; Mon, 27 Mar 2023 15:24:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B7B523858C5F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-f49.google.com with SMTP id y14so9206993wrq.4 for ; Mon, 27 Mar 2023 08:24:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679930680; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=19IkEVtQmvMJIhxJU4OoDuuB8fC0wupD48mJGjslSC4=; b=R7/5NNkEIuDlKyEzWX0MXV1P/7ngftOdmvM7AMS3m8PIHhV8Oy5EcPM2y8fy3bEM9J OcVBl4lHVJ1DfSxLCHLPU+o6kC/RBc9PQUVmMA2gmXqMh6HfILPX2Tid0OvxPjq5s8Ig m0QwkpHRCbnmd3SjW1htsx20IKFTmwyZUu9yO72SoeuntUWcJ9GN63KJyOUm3nVVDPCe zyMe0MxTj04Mk23vtVp25xVxeQ7CtaUy+ahlUw8M0WBG+ul20Me05mPyL+/q/J2Rw+9x 7CoCnsefUP2c11n7D9QP277n5dnbCLNYRGdQFy4P/BrPmySzhE8zp8kyqllvZMX73Y8O A3cA== X-Gm-Message-State: AAQBX9cvq8DfgT4l8wyMxgH38NMbAgiuGoibE6auVcE1IEo0MmA6Opok m+KpxheYnqPwUoToDRFznpg= X-Google-Smtp-Source: AKy350ZVdp5p7c/OxvDuhlNty73mPsErckDPhRIGb9WB4IZHQLFzDp8WEjsPDQ09UDkeNATuWL7Tbg== X-Received: by 2002:adf:dc4d:0:b0:2cf:e654:9f54 with SMTP id m13-20020adfdc4d000000b002cfe6549f54mr10564028wrj.64.1679930680441; Mon, 27 Mar 2023 08:24:40 -0700 (PDT) Received: from ?IPv6:2001:8a0:f93c:5900::1fe? ([2001:8a0:f93c:5900::1fe]) by smtp.gmail.com with ESMTPSA id k10-20020a5d6e8a000000b002d1daafea30sm25277025wrz.34.2023.03.27.08.24.37 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 27 Mar 2023 08:24:37 -0700 (PDT) Subject: Re: [committed] hppa: Drop 16-byte pthread lock alignment To: John David Anglin , libc-alpha@sourceware.org Cc: deller@gmx.de References: From: Pedro Alves Message-ID: <0b404632-e1f9-bc95-fa7f-78ef184d883c@palves.net> Date: Mon, 27 Mar 2023 16:24:34 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2023-03-26 10:22 p.m., John David Anglin wrote: > + The 16-byte aligned lock stucture causes various pthread > + structures to be over aligned. This causes some builds > + to fail which assume a maximum alignment of 8 bytes. > + Linuxthreads has been removed for 12 years, so drop The "for 12 years" comment will be stale & incorrect already a year from now. Better say something more absolute, like "was removed in 2011" (just guessing, don't really know the year) or be more vague like "a long while ago", or some such.