diff options
author | Borislav Petkov <bp@suse.de> | 2022-01-13 14:26:10 +0100 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2022-04-11 18:04:27 +0200 |
commit | c7bda0dca98cca351a9bc852b3df8b9b99ffd400 (patch) | |
tree | ead15b3058668f10ead3f7494f70a74fdab54abd /arch/x86/Kconfig | |
parent | c2a911d302b0d014a4d0d732a2bfc319e643eb62 (diff) |
x86: Remove a.out support
Commit
eac616557050 ("x86: Deprecate a.out support")
deprecated a.out support with the promise to remove it a couple of
releases later. That commit landed in v5.1.
Now it is more than a couple of releases later, no one has complained so
remove it.
Fold in a hunk removing the reference to arch/x86/ia32/ia32_aout.c in
MAINTAINERS:
https://lore.kernel.org/r/20220316050828.17255-1-lukas.bulwahn@gmail.com
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20220113160115.5375-1-bp@alien8.de
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index b0142e01002e..69231f66a2b5 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -2838,13 +2838,6 @@ config IA32_EMULATION 64-bit kernel. You should likely turn this on, unless you're 100% sure that you don't have any 32-bit programs left. -config IA32_AOUT - tristate "IA32 a.out support" - depends on IA32_EMULATION - depends on BROKEN - help - Support old a.out binaries in the 32bit emulation. - config X86_X32_ABI bool "x32 ABI for 64-bit mode" depends on X86_64 |