From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from forward502c.mail.yandex.net (forward502c.mail.yandex.net [IPv6:2a02:6b8:c03:500:1:45:d181:d502]) by sourceware.org (Postfix) with ESMTPS id 6AE523858D1E for ; Wed, 29 Mar 2023 13:26:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6AE523858D1E 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-46.myt.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-46.myt.yp-c.yandex.net [IPv6:2a02:6b8:c12:5dac:0:640:f810:0]) by forward502c.mail.yandex.net (Yandex) with ESMTP id 5912A5E7FE; Wed, 29 Mar 2023 16:26:08 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-46.myt.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id 6QIBDl2BZiE0-3v48ekPt; Wed, 29 Mar 2023 16:26:08 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1680096368; bh=LGIzXrRnQT7ofoS1cKG+Hy7DDrLOKaDGdsYV1FAUFWM=; h=In-Reply-To:From:Date:References:To:Subject:Message-ID; b=omgJ7lrJYOIrmZ5gDGL6FyLrn4hLfsG9aiJuA2yh87JdUybjoe9KOJsPS/tAlALSt dsdEkTUwA42vFbFY3tOiFpiTy2vgIouzF2KyMsFAQk0omWfhvZJ+3aC4xZwh189i6K Ll/RJBg1ipBMOI2xJErSToTLc0N167Vn9529FwBk= Authentication-Results: mail-nwsmtp-smtp-production-main-46.myt.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <9d964e0e-b1e0-52a3-dc2d-c9661316bf25@yandex.ru> Date: Wed, 29 Mar 2023 18:26:05 +0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH v9 0/13] implement dlmem() function Content-Language: en-US To: Carlos O'Donell , libc-alpha@sourceware.org References: <20230318165110.3672749-1-stsp2@yandex.ru> <481ef2c5-a59f-dea4-7f5f-2fcd229a4c25@redhat.com> From: stsp In-Reply-To: <481ef2c5-a59f-dea4-7f5f-2fcd229a4c25@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.7 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,SPF_HELO_NONE,SPF_PASS,TXREP 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: Hi, 29.03.2023 18:17, Carlos O'Donell пишет: > On 3/18/23 12:50, Stas Sergeev via Libc-alpha wrote: > > A cover letter needs to explain in detail what the series does and why glibc > should include the series e.g. use cases, workloads. > > Adding a new API is a serious thing for glibc since we will keep the new interface > for a long time, like the Linux kernel, and need to ensure that it is a generic > enough building block that we can use. > > Please provide the details here about why glibc should incldue dlmem() and which > use cases it enables that existing APIs can't easily support. OK, I'll post the extensive description along with v10 soon, thanks!