From: Dmitry V. Levin Date: Sat, 5 Jan 2019 21:14:42 +0000 (+0000) Subject: xlat: update NT_* constants X-Git-Tag: v5.0~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48f74df7d3f693b519934b513037467b0a4d2ed2;p=strace xlat: update NT_* constants * xlat/nt_descriptor_types.in (NT_ARM_PAC_MASK, NT_MIPS_MSA): New constants introduced by Linux kernel commits v5.0-rc1~35^2~21 and v5.0-rc1~30^2~58, respectively. * NEWS: Mention this. --- diff --git a/NEWS b/NEWS index e2124538..0896b4e2 100644 --- a/NEWS +++ b/NEWS @@ -2,8 +2,8 @@ Noteworthy changes in release ?.?? (????-??-??) =============================================== * Improvements - * Updated lists of BPF_*, BTRFS_*, KERN_*, KVM_CAP_*, NDA_*, PR_*, V4L2_*, - and *_MAGIC constants. + * Updated lists of BPF_*, BTRFS_*, KERN_*, KVM_CAP_*, NDA_*, NT_*, PR_*, + V4L2_*, and *_MAGIC constants. * Bug fixes * Fixed strace-k test on alpha. diff --git a/xlat/nt_descriptor_types.in b/xlat/nt_descriptor_types.in index 34decc08..ae0a4c9e 100644 --- a/xlat/nt_descriptor_types.in +++ b/xlat/nt_descriptor_types.in @@ -57,6 +57,7 @@ NT_ARM_HW_BREAK 0x402 NT_ARM_HW_WATCH 0x403 NT_ARM_SYSTEM_CALL 0x404 NT_ARM_SVE 0x405 +NT_ARM_PAC_MASK 0x406 NT_METAG_CBUF 0x500 NT_METAG_RPIPE 0x501 NT_METAG_TLS 0x502 @@ -64,3 +65,4 @@ NT_ARC_V2 0x600 NT_VMCOREDD 0x700 NT_MIPS_DSP 0x800 NT_MIPS_FP_MODE 0x801 +NT_MIPS_MSA 0x802