]> granicus.if.org Git - strace/commitdiff
xlat: update NT_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Jan 2019 21:14:42 +0000 (21:14 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Jan 2019 21:14:42 +0000 (21:14 +0000)
* 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.

NEWS
xlat/nt_descriptor_types.in

diff --git a/NEWS b/NEWS
index e2124538619ea782d54230c6f33d3e9def173f01..0896b4e2686ae0a4248ffb3ce1de7b9366ab3d10 100644 (file)
--- 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.
index 34decc08866a6c7e26ba5a5c8c498478a2339deb..ae0a4c9e27f8d69a8fe56bc08e55c94bc7550758 100644 (file)
@@ -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