From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id 11D913857355; Fri, 5 Aug 2022 19:34:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 11D913857355 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Szabolcs Nagy To: glibc-cvs@sourceware.org Subject: [glibc/arm/morello/main] cheri: elf: Add new a_type entries X-Act-Checkin: glibc X-Git-Author: Carlos Eduardo Seo X-Git-Refname: refs/heads/arm/morello/main X-Git-Oldrev: 823a9cb203c3b13127db5b3e1f94a697e695735f X-Git-Newrev: 091bcf0e1cb51aa906ba94dc7c2abe4346ec9c5b Message-Id: <20220805193404.11D913857355@sourceware.org> Date: Fri, 5 Aug 2022 19:34:04 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2022 19:34:04 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=091bcf0e1cb51aa906ba94dc7c2abe4346ec9c5b commit 091bcf0e1cb51aa906ba94dc7c2abe4346ec9c5b Author: Carlos Eduardo Seo Date: Fri May 20 14:39:29 2022 +0000 cheri: elf: Add new a_type entries The Morello Pure Capability kernel uABI defines new a_type entries: https://git.morello-project.org/morello/kernel/linux/-/wikis/Morello-pure-capability-kernel-user-Linux-ABI-specification#auxiliary-vector-auxv Diff: --- elf/elf.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/elf/elf.h b/elf/elf.h index 4a5653c419..741383610e 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -1243,6 +1243,12 @@ typedef struct #define AT_MINSIGSTKSZ 51 /* Stack needed for signal delivery */ +# define AT_CHERI_EXEC_RW_CAP 60 +# define AT_CHERI_EXEC_RX_CAP 61 +# define AT_CHERI_INTERP_RW_CAP 62 +# define AT_CHERI_INTERP_RX_CAP 63 +# define AT_CHERI_SEAL_CAP 64 + /* Note section contents. Each entry in the note section begins with a header of a fixed form. */