From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by sourceware.org (Postfix) with ESMTPS id 84B81385781D for ; Wed, 9 Jun 2021 22:50:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 84B81385781D Received: from collabora.com (unknown [IPv6:2001:4d48:ad5c:ef00:8e70:5aff:fe59:c29c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: vivek) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id AAA561F43853; Wed, 9 Jun 2021 23:50:14 +0100 (BST) Date: Wed, 9 Jun 2021 23:50:09 +0100 (BST) From: =?UTF-8?Q?Vivek_Das=C2=A0Mohapatra?= X-X-Sender: vivek@noise.cbg.collabora.co.uk To: Florian Weimer cc: =?UTF-8?Q?Vivek_Das=C2=A0Mohapatra_via_Libc-alpha?= Subject: Re: [RFC][PATCH v11 0/7] Implementation of RTLD_SHARED for dlmopen In-Reply-To: <87zgvy3n9j.fsf@oldenburg.str.redhat.com> Message-ID: References: <20210609171618.20674-1-vivek@collabora.com> <87zgvy3n9j.fsf@oldenburg.str.redhat.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP 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: Wed, 09 Jun 2021 22:50:16 -0000 On Wed, 9 Jun 2021, Florian Weimer wrote: >> - libpthread still has the new section applied as I'm not 100% sure it doesn't >> still need this treatment. I would like to investigate further before > > libpthread does not need this anymore. We can safely load it as many > times as we want. Ok, thanks. I'll update the patch series.