x86: Remove a.out support
authorBorislav Petkov <bp@suse.de>
Thu, 13 Jan 2022 13:26:10 +0000 (14:26 +0100)
committerBorislav Petkov <bp@suse.de>
Mon, 11 Apr 2022 16:04:27 +0000 (18:04 +0200)
commitc7bda0dca98cca351a9bc852b3df8b9b99ffd400
treeead15b3058668f10ead3f7494f70a74fdab54abd
parentc2a911d302b0d014a4d0d732a2bfc319e643eb62
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
MAINTAINERS
arch/x86/Kconfig
arch/x86/ia32/Makefile
arch/x86/ia32/ia32_aout.c [deleted file]