From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from camel.birch.relay.mailchannels.net (camel.birch.relay.mailchannels.net [23.83.209.29]) by sourceware.org (Postfix) with ESMTPS id 3D717384B00F for ; Wed, 2 Dec 2020 01:45:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3D717384B00F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=siddhesh@gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id F08CC1E0D0E; Wed, 2 Dec 2020 01:45:37 +0000 (UTC) Received: from pdx1-sub0-mail-a90.g.dreamhost.com (100-105-161-16.trex.outbound.svc.cluster.local [100.105.161.16]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 73DCD1E1354; Wed, 2 Dec 2020 01:45:37 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a90.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.18.11); Wed, 02 Dec 2020 01:45:37 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Sponge-Descriptive: 20bd054556900f41_1606873537705_3626604839 X-MC-Loop-Signature: 1606873537705:104416671 X-MC-Ingress-Time: 1606873537704 Received: from pdx1-sub0-mail-a90.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a90.g.dreamhost.com (Postfix) with ESMTP id 2D7BE85986; Tue, 1 Dec 2020 17:45:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=TNnL/O bXH6N5e4qYlbZXzUe+KTA=; b=FMZVZnIMrkhWw2+homwPNUtCyPo7cmH21RLyHj vcoNVmxUM4z+ZJu4cxuPry+3d3tJUXjlXBZV2L7DcIHi65FhRa8lvN6rtaV+kJu0 0npWDDps8rmkA0Jn024GwhhSMDrAn+gEcULZnbTC9iMPl7f6WSwXCS2Lg884Hoqk C4LRU= Received: from [192.168.1.111] (unknown [1.186.101.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a90.g.dreamhost.com (Postfix) with ESMTPSA id 6556C7F955; Tue, 1 Dec 2020 17:45:34 -0800 (PST) Subject: Re: [PATCH 2/2] Revert "linux: Move xmknod{at} to compat symbols" To: Adhemerval Zanella , libc-alpha@sourceware.org, Florian Weimer References: <20201022190302.2000118-1-adhemerval.zanella@linaro.org> <20201022190302.2000118-2-adhemerval.zanella@linaro.org> X-DH-BACKEND: pdx1-sub0-mail-a90 From: Siddhesh Poyarekar Message-ID: <65a70117-de28-5f8b-79dc-18182ce52000@gotplt.org> Date: Wed, 2 Dec 2020 07:15:29 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <20201022190302.2000118-2-adhemerval.zanella@linaro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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: Wed, 02 Dec 2020 01:45:40 -0000 On 10/23/20 12:33 AM, Adhemerval Zanella via Libc-alpha wrote: > This reverts commit 81b83ff61f95f30ad53d6075247af0ea61a0b16e responsible > to make both __xmknod{at} compatible symbols. > > The idea is to not force static libraries built against old glibc > to update against new glibcs (since they reference the the > xmknod{at} symbols). Hi Adhemerval, If you haven't already (I couldn't find it) could you please push this set? AFAICT from Florian's comments he's OK with the patch and the hidden symbols could be a separate change. Thanks, Siddhesh