From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from brightrain.aerifal.cx (brightrain.aerifal.cx [216.12.86.13]) by sourceware.org (Postfix) with ESMTPS id CC54F3858D28 for ; Fri, 31 Mar 2023 14:58:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CC54F3858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=libc.org Authentication-Results: sourceware.org; spf=none smtp.mailfrom=libc.org Date: Fri, 31 Mar 2023 10:58:03 -0400 From: Rich Felker To: stsp Cc: Szabolcs Nagy , Adhemerval Zanella Netto , libc-alpha@sourceware.org, janderson@rice.edu, Carlos O'Donell Subject: Re: [PATCH v9 0/13] implement dlmem() function Message-ID: <20230331145803.GB3298@brightrain.aerifal.cx> References: <20230318165110.3672749-1-stsp2@yandex.ru> <20230331144906.GA3298@brightrain.aerifal.cx> <8d59dcc6-ef25-38e3-ab26-a5a5ee76714c@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8d59dcc6-ef25-38e3-ab26-a5a5ee76714c@yandex.ru> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,BODY_8BITS,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no 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 Fri, Mar 31, 2023 at 07:56:41PM +0500, stsp wrote: > > 31.03.2023 19:49, Rich Felker пишет: > >The "walking in circles forever scenario" can be avoided by dropping > >this waste of everybody's time. You don't get to shoehorn pet > >functionality into libc. > > Thanks. > I attached the detailed description of the > API. Maybe if you read that, your statements > would be more concrete. > > And no, this API doesn't require elf header > parsing by user, or anything else alike. > It always lays out an elf image per vaddr's. > I demonstrated that to Carlos, so if he > permits this false claim about my patch > to go away, then the argument would > disappear. > > And no, it can't be replaced by memfd and > alike techniques - I proved that many times, > and at least Jonathon accepted that fact > after a month of discussions. > > Now if I can convince some individuals in > some parts of the mosaic, I have no idea > how to convince everyone at once... I'm not going to read this any more than I'm going to watch a YouTube video about free energy. It's been rehashed over and over why this does not work. Please just stop. Rich