From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by sourceware.org (Postfix) with ESMTPS id D24023858284 for ; Tue, 30 Aug 2022 11:55:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D24023858284 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=collabora.com Received: from [192.168.1.187] (host-92-15-130-154.as13285.net [92.15.130.154]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: vivek) by madras.collabora.co.uk (Postfix) with ESMTPSA id 751FB6601D85; Tue, 30 Aug 2022 12:55:48 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1661860548; bh=1fUSq3T9Dl/nbYNMy7ox+ENggzvqXSnidUGHfoRwmHc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=T+A837LJ0MxrSP1BkpCSjB9AtmP0A5LKkOZZfqPYHyMumB9BdOE+zLm9k3aaoXDny ArNIwiUlewyM3JRJubDHtDx4UlWg8Ynzof5PWGOa2nK56AeeCpc7Ckf9wpqJIcSOuh DyqelWQPY1Uz1t3wE6GMbU/TEgLpwOn/1I482cLuM6ZGKr0mXR1iX285cSMaqlHbdc PrLDEbwv82HP2EIXeDbChOHgntsWRSjCordSGPbiTX0WaU7Upjpwu/rUOh71Ch6C4O PHjq2EBCRFzEa5nR1TDkX/2bS1oUSON7QTQQVfK4P206+86YispgvoOYXpaiexxU6X cJTJfu+PKrWpg== Message-ID: Date: Tue, 30 Aug 2022 12:55:38 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: ABI document Content-Language: en-GB To: Florian Weimer , Vivek Das Mohapatra via Gnu-gabi Cc: Mark Wielaard References: <87o8nypmpq.fsf@oldenburg2.str.redhat.com> <616c0f661732fd1021e5a5b13ef872927390004d.camel@klomp.org> <87ime6pl2q.fsf@oldenburg2.str.redhat.com> <1597402688538.b66a61e7629438@mozgaia> <874kojj7rn.fsf@oldenburg2.str.redhat.com> <87a6xj2tnm.fsf@oldenburg2.str.redhat.com> <87czzu7nne.fsf@oldenburg2.str.redhat.com> <87o7w8bv42.fsf@oldenburg.str.redhat.com> From: Vivek Dasmohapatra In-Reply-To: <87o7w8bv42.fsf@oldenburg.str.redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham 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 25/08/2022 09:11, Florian Weimer wrote: > * Vivek Das Mohapatra via Gnu-gabi: > >> Right - I dropped Jakub a line last week and I haven't seen a response >> either way: Could someone with commit access apply the attached patches? > >> [2. text/x-diff; 0001-Document-GNU-extensions-to-ELF-related-to-loading-an.patch] >> [3. text/x-diff; 0002-Add-prelink-documentation.patch] > > I've applied these patches and added links to the overview page at: > > > > Thanks a lot for your contribution! No problem. I've not had any significant time to look at glibc over the last several months - other things at work took priority - but I hope to jump back onto the dlmopen/RTLD_SHARED work again soon.