]> granicus.if.org Git - strace/commitdiff
xlat: update AUDIT_ARCH_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 24 May 2019 21:54:17 +0000 (21:54 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 24 May 2019 21:54:17 +0000 (21:54 +0000)
* xlat/audit_arch.in (AUDIT_ARCH_ARCOMPACT, AUDIT_ARCH_ARCOMPACTBE,
AUDIT_ARCH_ARCV2, AUDIT_ARCH_ARCV2BE): New constants introduced by Linux
kernel commit v5.2-rc1~144^2~16.
(AUDIT_ARCH_C6X, AUDIT_ARCH_C6XBE): New constants introduced by Linux
kernel commit v5.2-rc1~144^2~15.
(AUDIT_ARCH_CSKY): New constant introduced by Linux kernel commit
v5.0-rc1~37^2~15.
(AUDIT_ARCH_H8300): New constant introduced by Linux kernel commit
v5.2-rc1~144^2~14.
(AUDIT_ARCH_HEXAGON): New constant introduced by Linux kernel commit
v5.2-rc1~144^2~12.
(AUDIT_ARCH_NDS32, AUDIT_ARCH_NDS32BE): New constants introduced by
Linux kernel commit v5.2-rc1~144^2~9.
(AUDIT_ARCH_NIOS2): New constant introduced by Linux kernel commit
v5.2-rc1~144^2~8.
(AUDIT_ARCH_RISCV32, AUDIT_ARCH_RISCV64): New constants introduced by
Linux kernel commit v5.0-rc2~23^2~1^2~5.
(AUDIT_ARCH_TILEGX, AUDIT_ARCH_TILEGX32, AUDIT_ARCH_TILEPRO): New
constants introduced by Linux kernel commit v4.3-rc1~83^2~3.
(AUDIT_ARCH_UNICORE): New constant introduced by Linux kernel commit
v5.2-rc1~144^2~6.
(AUDIT_ARCH_XTENSA): New constant introduced by Linux kernel commit
v5.0-rc1~92^2~8.
* NEWS: Mention this.

NEWS
xlat/audit_arch.in

diff --git a/NEWS b/NEWS
index 7c39486dfc7f58430a074f04b94f80127a38cef7..227724e77ec22bf1de8778bcf47f51d1b030660c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 Noteworthy changes in release ?.? (????-??-??)
 ==============================================
 
+* Improvements
+  * Updated lists of AUDIT_* constants.
+
 Noteworthy changes in release 5.1 (2019-05-22)
 ==============================================
 
index e0b3db39d3bfd3bda416b8a84d5546816c5cd846..916e7954229a0f539c45eedcc1fb58919caaeb0b 100644 (file)
@@ -1,14 +1,23 @@
 /* linux used to have linux/elf-em.h out of sync with linux/audit.h */
 AUDIT_ARCH_AARCH64
 AUDIT_ARCH_ALPHA
+AUDIT_ARCH_ARCOMPACT
+AUDIT_ARCH_ARCOMPACTBE
+AUDIT_ARCH_ARCV2
+AUDIT_ARCH_ARCV2BE
 #ifdef EM_ARM
 AUDIT_ARCH_ARM
 AUDIT_ARCH_ARMEB
 #endif
+AUDIT_ARCH_C6X
+AUDIT_ARCH_C6XBE
 AUDIT_ARCH_CRIS
+AUDIT_ARCH_CSKY
 #ifdef EM_FRV
 AUDIT_ARCH_FRV
 #endif
+AUDIT_ARCH_H8300
+AUDIT_ARCH_HEXAGON
 AUDIT_ARCH_I386
 AUDIT_ARCH_IA64
 AUDIT_ARCH_M32R
@@ -22,6 +31,9 @@ AUDIT_ARCH_MIPS64N32
 AUDIT_ARCH_MIPSEL
 AUDIT_ARCH_MIPSEL64
 AUDIT_ARCH_MIPSEL64N32
+AUDIT_ARCH_NDS32
+AUDIT_ARCH_NDS32BE
+AUDIT_ARCH_NIOS2
 #ifdef EM_OPENRISC
 AUDIT_ARCH_OPENRISC
 #endif
@@ -30,6 +42,8 @@ AUDIT_ARCH_PARISC64
 AUDIT_ARCH_PPC
 AUDIT_ARCH_PPC64
 AUDIT_ARCH_PPC64LE
+AUDIT_ARCH_RISCV32
+AUDIT_ARCH_RISCV64
 AUDIT_ARCH_S390
 AUDIT_ARCH_S390X
 AUDIT_ARCH_SH
@@ -38,4 +52,9 @@ AUDIT_ARCH_SHEL
 AUDIT_ARCH_SHEL64
 AUDIT_ARCH_SPARC
 AUDIT_ARCH_SPARC64
+AUDIT_ARCH_TILEGX
+AUDIT_ARCH_TILEGX32
+AUDIT_ARCH_TILEPRO
+AUDIT_ARCH_UNICORE
 AUDIT_ARCH_X86_64
+AUDIT_ARCH_XTENSA