From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from forward502a.mail.yandex.net (forward502a.mail.yandex.net [IPv6:2a02:6b8:c0e:500:1:45:d181:d502]) by sourceware.org (Postfix) with ESMTPS id C94B03858D32 for ; Mon, 8 May 2023 15:05:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C94B03858D32 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=yandex.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=yandex.ru Received: from mail-nwsmtp-smtp-production-main-49.vla.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-49.vla.yp-c.yandex.net [IPv6:2a02:6b8:c18:3487:0:640:5432:0]) by forward502a.mail.yandex.net (Yandex) with ESMTP id 3E1935E630; Mon, 8 May 2023 18:05:43 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-49.vla.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id f5VVdN7DgmI0-0qzCGRAw; Mon, 08 May 2023 18:05:42 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1683558343; bh=HS90UJ4cmVVyeJk58AoDEyhIAQikNPfun5NykxQGRo0=; h=In-Reply-To:From:Date:References:To:Subject:Message-ID; b=YJv6A+ivqp95iyfyVpqNAt73zf5Jk8B45Ag900WmiEIccv0JmYOYwVprz0Ifh3qBj Ciq6ByFXErMXqb28J6l0hp1YsxqQEzS7BYT7gGNJQ27Ksgs9ML2mwsmedkY3g5DFc7 St9tXEOqdUTzXlyzvVghlaDEeuAbMj7KiXcs8iLA= Authentication-Results: mail-nwsmtp-smtp-production-main-49.vla.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <59e10a96-bc7e-64ec-0340-4c16f6664f55@yandex.ru> Date: Mon, 8 May 2023 20:05:41 +0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Subject: Re: [PATCH v9 0/13] implement dlmem() function Content-Language: en-US To: Carlos O'Donell , libc-alpha@sourceware.org, Jonathon Anderson References: <20230318165110.3672749-1-stsp2@yandex.ru> <481ef2c5-a59f-dea4-7f5f-2fcd229a4c25@redhat.com> <7fab954f-4a3d-0df0-8211-a9697f3966c1@yandex.ru> <81d75bd3-147e-f85a-9955-0c7f0f2dfbeb@redhat.com> <09b644bc-3d6e-39cf-02c2-af5c5a72e248@yandex.ru> <23436bcf-a715-971b-db54-5d80634ca0ef@redhat.com> From: stsp In-Reply-To: <23436bcf-a715-971b-db54-5d80634ca0ef@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00,BODY_8BITS,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,NICE_REPLY_A,RCVD_IN_DNSWL_LOW,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: Hello, 14.04.2023 02:17, Carlos O'Donell пишет: > In summary: > > - This API as designed does not have consensus. Posting v10 does not fix the > consensus problem. > > - I suggest dropping the feature for glibc. If there are other things you > would like to work on in glibc, please reach out again. Your wish is my command. dlmem patches are dropped, and the alternative proposal is here: https://sourceware.org/pipermail/libc-alpha/2023-May/147899.html Full implementation and test coverage is here: https://sourceware.org/bugzilla/show_bug.cgi?id=30007