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.
This commit is contained in:
parent
63de2e2055
commit
48f74df7d3
4
NEWS
4
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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user