diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2021-10-27 22:29:31 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-10-27 22:30:32 +1100 |
commit | b7472e1764bfc0fe3d6578cb281e81c812ca5886 (patch) | |
tree | 70d7cd587e722ef0ea0d32f025eb50c8c71867a8 /arch/powerpc/Kconfig | |
parent | 319fa1a52e438a6e028329187783a25ad498c4e6 (diff) |
Revert "powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC"
This reverts commit 566af8cda399c088763d07464463dc871c943b54.
This caused some conflicts vs the audit tree, and the audit maintainers
would prefer we postpone this to the next merge window so we have more
time for testing.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index e43e17987b92..4267d27bef52 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -162,7 +162,6 @@ config PPC select ARCH_WANT_IRQS_OFF_ACTIVATE_MM select ARCH_WANT_LD_ORPHAN_WARN select ARCH_WEAK_RELEASE_ACQUIRE - select AUDIT_ARCH_COMPAT_GENERIC select BINFMT_ELF select BUILDTIME_TABLE_SORT select CLONE_BACKWARDS @@ -317,6 +316,10 @@ config GENERIC_TBSYNC bool default y if PPC32 && SMP +config AUDIT_ARCH + bool + default y + config GENERIC_BUG bool default y |