>From 053000e97c8e840ef845bba4c3b30d6dd913b327 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 28 Apr 2018 15:17:22 +0000 Subject: [PATCH 2/9] elf.h: add NT_PPC_PKEY from linux v4.16 new in linux commit c5cc1f4df6b16646f8fae7aab523c1820bf916e8 for memory protection key regset. --- include/elf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/elf.h b/include/elf.h index 78906f15..824da72a 100644 --- a/include/elf.h +++ b/include/elf.h @@ -658,6 +658,7 @@ typedef struct { #define NT_PPC_TM_CTAR 0x10d #define NT_PPC_TM_CPPR 0x10e #define NT_PPC_TM_CDSCR 0x10f +#define NT_PPC_PKEY 0x110 #define NT_386_TLS 0x200 #define NT_386_IOPERM 0x201 #define NT_X86_XSTATE 0x202 -- 2.16.3