From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by sourceware.org (Postfix) with ESMTPS id D41AF3858002 for ; Mon, 22 Feb 2021 18:44:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D41AF3858002 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 BF2F01F44CC6; Mon, 22 Feb 2021 18:44:09 +0000 (GMT) Date: Mon, 22 Feb 2021 18:44:00 +0000 (GMT) From: =?UTF-8?Q?Vivek_Das=C2=A0Mohapatra?= X-X-Sender: vivek@noise.cbg.collabora.co.uk To: Adhemerval Zanella cc: libc-alpha@sourceware.org Subject: Re: [RFC][PATCH v8 12/20] Use the new DSO finder helper function since we have it In-Reply-To: <176085fa-d11b-dfe5-805a-d1627861e298@linaro.org> Message-ID: References: <20210209171839.7911-1-vivek@collabora.com> <20210209171839.7911-13-vivek@collabora.com> <176085fa-d11b-dfe5-805a-d1627861e298@linaro.org> 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=-7.2 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: Mon, 22 Feb 2021 18:44:12 -0000 > I think this patch should reorganized along with the previous, where > first you refactor the code to use find_dso and *then* add the > required l_proxy change in a subsequent patch. Do you want this combined with the preceding patch or reorganised in some other way?