diff options
| author | Szabolcs Nagy <nsz@port70.net> | 2019-05-09 19:45:11 +0000 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2019-07-01 14:16:49 -0400 | 
| commit | 47bc7f0afee104ce543a65795d786731c5da8f97 (patch) | |
| tree | b10062119bcb69f958a5e17c21116e4fea352fd1 /include/elf.h | |
| parent | eea841e6534b014b820fcd3c99e8ac4a0cb2412e (diff) | |
| download | musl-47bc7f0afee104ce543a65795d786731c5da8f97.tar.gz | |
elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1
to request or change pointer auth keys for criu via ptrace, new in
  linux commit d0a060be573bfbf8753a15dca35497db5e968bb0
  arm64: add ptrace regsets for ptrauth key management
Diffstat (limited to 'include/elf.h')
| -rw-r--r-- | include/elf.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h index 41e6e0c3..549f92c1 100644 --- a/include/elf.h +++ b/include/elf.h @@ -683,6 +683,8 @@ typedef struct {  #define NT_ARM_SYSTEM_CALL	0x404  #define NT_ARM_SVE	0x405  #define NT_ARM_PAC_MASK	0x406 +#define NT_ARM_PACA_KEYS	0x407 +#define NT_ARM_PACG_KEYS	0x408  #define NT_METAG_CBUF	0x500  #define NT_METAG_RPIPE	0x501  #define NT_METAG_TLS	0x502  | 
