OSDN Git Service

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)
commit566af8cda399c088763d07464463dc871c943b54
tree54fa4872923572a2cf69becde312ea4db0d6c40d
parenta85c728cb5e12216c19ae5878980c2cbbbf8616d
powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC

Commit e65e1fc2d24b ("[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 4b58841149dc ("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]