* 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.
Noteworthy changes in release ?.? (????-??-??)
==============================================
+* Improvements
+ * Updated lists of AUDIT_* constants.
+
Noteworthy changes in release 5.1 (2019-05-22)
==============================================
/* 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
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
AUDIT_ARCH_PPC
AUDIT_ARCH_PPC64
AUDIT_ARCH_PPC64LE
+AUDIT_ARCH_RISCV32
+AUDIT_ARCH_RISCV64
AUDIT_ARCH_S390
AUDIT_ARCH_S390X
AUDIT_ARCH_SH
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