]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 24 Aug 2021 13:36:13 +0000 (13:36 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 22 Oct 2021 04:22:04 +0000 (15:22 +1100)
commit1dc439a14564f9974f8af9b5713843d11d818b81
tree54fa4872923572a2cf69becde312ea4db0d6c40d
parentcefb2ef36db69945ad1598b2b6a6fb13aa57d18b
powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC

Commit 2d39dc77a9f7 ("[PATCH] syscall class hookup for all normal
targets") added generic support for AUDIT but that didn't include
support for bi-arch like powerpc.

Commit 4b60e6f6d0e0 ("audit: Add generic compat syscall support")
added generic support for bi-arch.

Convert powerpc to that bi-arch generic audit support.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/a4b3951d1191d4183d92a07a6097566bde60d00a.1629812058.git.christophe.leroy@csgroup.eu
arch/powerpc/Kconfig
arch/powerpc/include/asm/unistd32.h [new file with mode: 0644]
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/audit.c [deleted file]
arch/powerpc/kernel/compat_audit.c [deleted file]