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: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, PDS_RDNS_DYNAMIC_FP,RCVD_IN_DNSWL_MED,RDNS_DYNAMIC,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (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 9BDB41F9F4 for ; Mon, 22 Nov 2021 14:03:42 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 7EC3B385840F for ; Mon, 22 Nov 2021 14:03:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7EC3B385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1637589821; bh=be53LWyHydvSJFj7RB66vRbRFs3O1clpsWUWbzyA2Sc=; 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=gxwuCAcbn5UST27H2h/nKaG1TFaGwsSL6bQSglS2vOBLkbYPtchVMvhsDwirpdbPl airLAhcxIxD8cr1LFDhH6FWDUGssgZrIdTNNVeanrM5FpxbmQgN3rUv69WO1A2wfhp zdwwnTqgPTnDCILRg2FF90ihFaw3MjzMHnYu5Pr4= Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 645303858D35 for ; Mon, 22 Nov 2021 14:03:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 645303858D35 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-160-oky3LTKMNhqMxbZyn4e42A-1; Mon, 22 Nov 2021 09:03:18 -0500 X-MC-Unique: oky3LTKMNhqMxbZyn4e42A-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 4E642C7454; Mon, 22 Nov 2021 14:03:17 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.39.192.29]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6D1D2101F50E; Mon, 22 Nov 2021 14:03:16 +0000 (UTC) To: "luca.boccassi--- via Libc-alpha" Subject: Re: [PATCH] elf: add definition for FDO_PACKAGING_METADATA note References: <20211121193939.105186-1-luca.boccassi@gmail.com> Date: Mon, 22 Nov 2021 15:03:14 +0100 In-Reply-To: <20211121193939.105186-1-luca.boccassi@gmail.com> (luca boccassi's message of "Sun, 21 Nov 2021 19:39:39 +0000") Message-ID: <87czmsuw2l.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, luca.boccassi@gmail.com Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" * luca boccassi: > From: Luca Boccassi > > As defined on: https://systemd.io/COREDUMP_PACKAGE_METADATA/ > this note will be used starting from Fedora 36. > > Signed-off-by: Luca Boccassi > --- > As requested by Mark on: > https://sourceware.org/pipermail/elfutils-devel/2021q4/004387.html > > elf/elf.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/elf/elf.h b/elf/elf.h > index 50f87bac..4bb390b2 100644 > --- a/elf/elf.h > +++ b/elf/elf.h > @@ -1302,6 +1302,9 @@ typedef struct > /* Program property. */ > #define NT_GNU_PROPERTY_TYPE_0 5 > > +/* Packaging metadata as defined on https://systemd.io/COREDUMP_PACKAGE_METADATA/ */ > +#define FDO_PACKAGING_METADATA 0xcafe1a7e Given that this is in the "FDO" namespace, do we have to document this? Do you have your own registry for this? Thanks, Florian