From 6eeefb40d721c6a3b450ae2c1390ff397bcc24bb Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 24 May 2019 21:54:17 +0000 Subject: [PATCH] xlat: update AUDIT_ARCH_* constants * 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 | 3 +++ xlat/audit_arch.in | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/NEWS b/NEWS index 7c39486d..227724e7 100644 --- 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) ============================================== diff --git a/xlat/audit_arch.in b/xlat/audit_arch.in index e0b3db39..916e7954 100644 --- a/xlat/audit_arch.in +++ b/xlat/audit_arch.in @@ -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 -- 2.40.0