From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTP id A8B95384840E for ; Tue, 4 May 2021 21:08:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A8B95384840E Received: from mail-qk1-f200.google.com (mail-qk1-f200.google.com [209.85.222.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-378-nNuUNSwtNKWPmYF1tI81TA-1; Tue, 04 May 2021 17:08:32 -0400 X-MC-Unique: nNuUNSwtNKWPmYF1tI81TA-1 Received: by mail-qk1-f200.google.com with SMTP id s143-20020a3745950000b029028274263008so8491268qka.9 for ; Tue, 04 May 2021 14:08:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=gSOpGN+93YTpboBpWYVzd/6/2vIGICNfxwIHmkli8ag=; b=IAFytz6cJpdFSxqUhdpyNtSX+mUtWXdDGA9RXMcqnHTzVjqP+DxOVJiAO8ELIgtvWX MNQ+SiJv0xMWzOEjS/KofJevqFKUJitAb3lkHtKDpwoJEBxC6vGmoERVYrSuMITL4y7r gYYY2kBRMRwb7Iz8sl5DdpdL39rgrs3ambv4SNIiszeNfoz1XraqrELH5/CGdkULhDLn mqCcQyzUtElLfFv/gdL8u5/DfCltz4NPXrCMQtz83ZVivXP9tmZAd1voqymi2NXUPxcf +HCokCBdf3CkWd6v6PJ2q9tc5hhgr87JRydD4dPbxU0MnLfgNh/C1OIw28W+0W81GuJ/ U3ug== X-Gm-Message-State: AOAM533vVjs/0dgFNPN4tgoB/bnL553EvwZlpPm/V2pE80hLj7FqGFZJ cznMinzEq9FiqN7WSSBk9hqLOFEC7wNQ5sb7tM5mfb5vn7Uh5EH7pQD341Dr5haQ/DHtHJ7bKUQ HJ6DKuGQUM8Nec5vAjipR X-Received: by 2002:ac8:7215:: with SMTP id a21mr7602121qtp.382.1620162512192; Tue, 04 May 2021 14:08:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzbWvRxKBHCUHgBOmLg91HH2QsPhGDUaEqlZmIOuqN2Rk53aXRA9D9DQZQMsLZ2a8SyhB/5GQ== X-Received: by 2002:ac8:7215:: with SMTP id a21mr7602104qtp.382.1620162512054; Tue, 04 May 2021 14:08:32 -0700 (PDT) Received: from [192.168.1.16] (198-84-214-74.cpe.teksavvy.com. [198.84.214.74]) by smtp.gmail.com with ESMTPSA id d3sm3399739qtm.56.2021.05.04.14.08.31 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 04 May 2021 14:08:31 -0700 (PDT) Subject: Re: [RFC] elf: Implement filtering of symbols historically defined in libpthread To: Adhemerval Zanella , Florian Weimer , libc-alpha@sourceware.org, "H.J. Lu" Cc: Andreas Schwab References: <87h7jqguew.fsf@oldenburg.str.redhat.com> <3c32c2c4-3e94-25cb-7f15-4f8dda6a2324@linaro.org> From: Carlos O'Donell Organization: Red Hat Message-ID: Date: Tue, 4 May 2021 17:08:30 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <3c32c2c4-3e94-25cb-7f15-4f8dda6a2324@linaro.org> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP, URIBL_BLACK autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2021 21:08:38 -0000 On 5/4/21 8:59 AM, Adhemerval Zanella via Libc-alpha wrote: > My take on this is to postpone the 2.34 release until we have the > libpthread/librt *fully* integrate on libc.so. The half way through > only add unecessary complexity and it might avoid the 2-3 KiB binary > increase in code . Glass half-full: I will accelerate my reviews :-) -- Cheers, Carlos.