From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-4.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 671681F9F4 for ; Mon, 22 Nov 2021 15:19:07 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 23FA0385800D for ; Mon, 22 Nov 2021 15:19:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 23FA0385800D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1637594346; bh=VLcZ//Wf9+lzsaiAZb4FPKSYJNoKB1Ro0iY/PdxccRg=; h=To:Subject:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=GAbKu8ZMS/1IzQjY+XXwC+bPUZQuwvcDrQWM6Sg/3CwPjcOCf8L6UCaEkKqtKrkv8 fKlqAlY63RRoRZTHETyf3k1a4j2DITBFoMsJFo+47tbtmcmDKgj1cTVZAF/HTQBvH0 c3/1Qtn4rV2ZJlmf+1WaiOFLc5E2zKsPTQuVUXEg= Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTPS id E0DC23857C7C for ; Mon, 22 Nov 2021 15:17:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E0DC23857C7C Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-565-80bYlwdwMcOHPyo2GN6sfw-1; Mon, 22 Nov 2021 10:17:39 -0500 X-MC-Unique: 80bYlwdwMcOHPyo2GN6sfw-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 3554BA0CDB; Mon, 22 Nov 2021 15:17:38 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.39.192.29]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 298F0104253A; Mon, 22 Nov 2021 15:17:36 +0000 (UTC) To: Luca Boccassi Subject: Re: [PATCH] elf: add definition for FDO_PACKAGING_METADATA note References: <20211121193939.105186-1-luca.boccassi@gmail.com> <87czmsuw2l.fsf@oldenburg.str.redhat.com> <81e0676d26e9f818b79ac31393e2ee613faf9db2.camel@gmail.com> Date: Mon, 22 Nov 2021 16:17:34 +0100 In-Reply-To: <81e0676d26e9f818b79ac31393e2ee613faf9db2.camel@gmail.com> (Luca Boccassi's message of "Mon, 22 Nov 2021 14:44:54 +0000") Message-ID: <8735nousmp.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Florian Weimer via Libc-alpha Reply-To: Florian Weimer Cc: mark@klomp.org, libc-alpha@sourceware.org Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" * Luca Boccassi: >> Do you have your own registry for this? > > Sorry, what do you mean by registry here? A public header? If so, then > no we do not AFAIK. A means for avoiding tag number collisions under the "FDO" namespace. glibc only covers a small subset of the note section names. The Solaris is probably not up to date, and we do not track FreeBSD and NetBSD at all. (FreeBSD definitely has a bunch of their own tags.) We can add it to our own , but the extension mechanism with its namespace mechanism means that we don't have to. Thanks, Florian