From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by sourceware.org (Postfix) with ESMTPS id 53153385354D for ; Tue, 6 Sep 2022 18:13:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 53153385354D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=otheo.eu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=otheo.eu Received: (Authenticated sender: #01#@otheo.eu) by mail.gandi.net (Postfix) with ESMTPSA id 1C46210000B; Tue, 6 Sep 2022 18:13:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=otheo.eu; s=gm1; t=1662487999; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=uWtMPQDFQ2LETDFhhHbH83LskcFSEgYMUe9sRmME1lM=; b=coPjI3Crz49zHywvMq9UwyAO6a5q4NCzlKD/ESb9ocR1OXZPr3FfrSQW7dAK1F60lTFlRU YEddha3xRIzfiseI6Is2beh5PiQXwcQd7XRWAUeIzZNTDo6KZhbQuyuq8fKIbgX95MrKSv ZQMMKVi52xjupCSo2L6k1vTb65GEjehvjoM8xPXSlJueg/qxcbR1D4PsMoeGOVPhs8du3w 18IIux8wCVs3HosD2OOZfNd8YVsdZYFYZjVUjh/TOnzWyzxf6XlWXix1ZqkZZKXanifv2v oUGg3Ljt4BBqm/N802tZOtbk5twlSJMYndTKD9kcQiBVbiltpwdgzUjokN7oyg== Date: Tue, 6 Sep 2022 20:12:07 +0200 From: Javier Pello To: Florian Weimer Cc: libc-alpha@sourceware.org Subject: Re: [PATCH 0/4] elf: Fix hwcaps string size overestimation Message-Id: <20220906201207.e7b3d08272af5649754e76b1@otheo.eu> In-Reply-To: <87h71l9crb.fsf@oldenburg.str.redhat.com> References: <20220905200652.d69204581d15c64647da5cd2@otheo.eu> <87h71l9crb.fsf@oldenburg.str.redhat.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,JMQ_SPF_NEUTRAL,NICE_REPLY_A,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,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: > We deprecated this mechanism in glibc 2.33. I think it's time > to remove it in glibc 2.37. > > Since you are evidently familiar with the code now, That may be a bit of a stretch. :-) > would like to implement the removal? What would this removal be? Do you want _dl_important_hwcaps to return only the glibc-hwcaps subdirectories, and not the legacy hwcaps power set subdirectories? That should be doable. In any case, even if hwcaps power set support is removed, I think that at least my first patch sould be applied first. If the removal were to be reverted later, or if somebody looked at the code as it was before the removal for whatever reason, I think that it would be better if it had been left in the best possible shape, at least with the overallocation bug fixed. Regards, Javier