For better arm/aarch64 support in audit,
patch [1/2] adds more system call definitions for aarch64 (or arm64 in
kernel) that are missing in the current implementation.
https://www.redhat.com/archives/linux-audit/2013-November/msg00082.html
Patch [2/2] improves endianness support for arm/aarch64. There used to be
old discussions but the latest version, v2.3.2, has no fixes yet.
http://permalink.gmane.org/gmane.linux.ports.arm.kernel/165266
AKASHI Takahiro (2):
audit(userspace): Add missing syscalls for AArch64
audit(userspace): Add arm LE/aarch64 BE support
lib/aarch64_table.h | 11 +++++++++++
lib/libaudit.c | 2 ++
lib/libaudit.h | 4 +++-
lib/lookup_table.c | 6 ++++++
lib/machinetab.h | 10 ++++++----
swig/audit.py | 2 ++
tools/ausyscall/ausyscall.c | 3 ++-
7 files changed, 32 insertions(+), 6 deletions(-)
--
1.7.9.5