From: Dmitry V. Levin Date: Mon, 20 May 2019 22:50:44 +0000 (+0000) Subject: xlat: update NT_* constants X-Git-Tag: v5.1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d88b004f219063ec98264c42b5f8ab4908406576;p=strace xlat: update NT_* constants * xlat/nt_descriptor_types.in (NT_ARM_PACA_KEYS, NT_ARM_PACG_KEYS): New constants introduced by Linux kernel commit v5.1-rc1~82^2~44. * NEWS: Mention this. --- diff --git a/NEWS b/NEWS index 22cd69d8..73ebea20 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,7 @@ Noteworthy changes in release ?.? (????-??-??) and xtensa. * Wired up direct ipc syscalls on m68k, mips o32, powerpc, powerpc64, s390, s390x, sh, sparc, sparc64, and x86. + * Updated lists of NT_* and SO_* constants. Noteworthy changes in release 5.0 (2019-03-19) ============================================== diff --git a/xlat/nt_descriptor_types.in b/xlat/nt_descriptor_types.in index ae0a4c9e..f298ca95 100644 --- a/xlat/nt_descriptor_types.in +++ b/xlat/nt_descriptor_types.in @@ -58,6 +58,8 @@ NT_ARM_HW_WATCH 0x403 NT_ARM_SYSTEM_CALL 0x404 NT_ARM_SVE 0x405 NT_ARM_PAC_MASK 0x406 +NT_ARM_PACA_KEYS 0x407 +NT_ARM_PACG_KEYS 0x408 NT_METAG_CBUF 0x500 NT_METAG_RPIPE 0x501 NT_METAG_TLS 0x502