]> Git Repo - linux.git/commit
x86: Deprecate a.out support
authorBorislav Petkov <[email protected]>
Tue, 5 Mar 2019 14:47:51 +0000 (15:47 +0100)
committerLinus Torvalds <[email protected]>
Tue, 5 Mar 2019 18:39:38 +0000 (10:39 -0800)
commiteac616557050737a8d6ef6fe0322d0980ff0ffde
tree1c6059c5eaf9102f74f07cf935133a9eb685e72d
parent08300f4402abc0eb3bc9c91b27a529836710d32d
x86: Deprecate a.out support

Linux supports ELF binaries for ~25 years now.  a.out coredumping has
bitrotten quite significantly and would need some fixing to get it into
shape again but considering how even the toolchains cannot create a.out
executables in its default configuration, let's deprecate a.out support
and remove it a couple of releases later, instead.

Signed-off-by: Borislav Petkov <[email protected]>
Acked-by: Richard Weinberger <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Anton Ivanov <[email protected]>
Cc: Jann Horn <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Cc: lkml <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/x86/Kconfig
arch/x86/um/Kconfig
This page took 0.05399 seconds and 4 git commands to generate.