summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2022-07-25 23:28:03 +0200
committerDmitry V. Levin <ldv@strace.io>2022-07-31 21:03:01 +0000
commitefbb27c8063d3a072826573e9170f7259092f63d (patch)
treefaaedc30cffdf9dfb2ba7404ef511c026edbb0a3
parent1eb3e1ff4298ede684ddeb819f4de9121f04e865 (diff)
downloadstrace-efbb27c8063d3a072826573e9170f7259092f63d.tar.gz
xlat: add NT_LOONGARCH_* to nt_descriptor_types
* src/xlat/nt_descriptor_types.in (NT_LOONGARCH_CPUCFG, NT_LOONGARCH_CSR, NT_LOONGARCH_LSX, NT_LOONGARCH_LASX, NT_LOONGARCH_LBT): New constants, introduced by Linux commit v5.19-rc1~37^2~19. * NEWS: Mention it.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/nt_descriptor_types.in5
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7bb990031..58597e451 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@ Noteworthy changes in release ?.?? (????-??-??)
INET_DIAG_PROTOCOL, INET_DIAG_REQ_PROTOCOL, INET_DIAG_SHUTDOWN,
INET_DIAG_SK_BPF_STORAGES, INET_DIAG_SOCKOPT, and INET_DIAG_ULP_INFO
NETLINK_SOCK_DIAG netlink attributes.
- * Updated lists of FAN_MARK_*, GPIO_V2_LINE_FLAG_*, and NET_IPV4_CONF_*
+ * Updated lists of FAN_MARK_*, GPIO_V2_LINE_FLAG_*, NET_IPV4_CONF_*, and NT_*
constants.
* Updated lists of ioctl commands from Linux 5.19.
diff --git a/src/xlat/nt_descriptor_types.in b/src/xlat/nt_descriptor_types.in
index 79b10f1bb..33f38762b 100644
--- a/src/xlat/nt_descriptor_types.in
+++ b/src/xlat/nt_descriptor_types.in
@@ -67,6 +67,11 @@ NT_VMCOREDD 0x700
NT_MIPS_DSP 0x800
NT_MIPS_FP_MODE 0x801
NT_MIPS_MSA 0x802
+NT_LOONGARCH_CPUCFG 0xa00
+NT_LOONGARCH_CSR 0xa01
+NT_LOONGARCH_LSX 0xa02
+NT_LOONGARCH_LASX 0xa03
+NT_LOONGARCH_LBT 0xa04
NT_FILE 0x46494c45
NT_PRXFPREG 0x46e62b7f
NT_SIGINFO 0x53494749