From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id 2E53E385701E for ; Mon, 7 Sep 2020 10:54:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2E53E385701E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from tarox.wildebeest.org (tarox.wildebeest.org [172.31.17.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 5D71A300160F for ; Mon, 7 Sep 2020 12:54:19 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 1599840061A5; Mon, 7 Sep 2020 12:54:19 +0200 (CEST) Message-ID: <18710404d9886b5b558d8647e3452db1d326f9c3.camel@klomp.org> Subject: Re: [PATCH] libebl: Handle aarch64 bti, pac bits in gnu property note From: Mark Wielaard To: elfutils-devel@sourceware.org Date: Mon, 07 Sep 2020 12:54:18 +0200 In-Reply-To: References: <20200903095615.5710-1-mark@klomp.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-8.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-11.0 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2020 10:54:22 -0000 On Thu, 2020-09-03 at 17:28 +0200, Mark Wielaard wrote: > On Thu, 2020-09-03 at 11:56 +0200, Mark Wielaard wrote: > > When building with gcc -mbranch-protection=3D we might get a gnu proper= ty > > note indicating BTI (Branch Target Identification) and/or PAC (Pointer > > Authentication Code) is being used. > >=20 > > Add a small testcase to show eu-readelf -n now properly lists those > > bits in the gnu property note. >=20 > Oops. Forgot to add the new testfile to EXTRA_DIST. >=20 > diff --git a/tests/ChangeLog b/tests/ChangeLog > index cb2e9956..61c6cb7c 100644 > --- a/tests/ChangeLog > +++ b/tests/ChangeLog > @@ -2,6 +2,8 @@ > =20 > * testfile-gnu-property-note-aarch64.bz2: New file. > * run-readelf-n.sh: Handle testfile-gnu-property-note-aarch64. > + * Makefile.am (EXTRA_DIST): Add > + testfile-gnu-property-note-aarch64.bz2. Pushed with this addition.