]> git.baikalelectronics.ru Git - kernel.git/commit
Remove a.out interpreter support in ELF loader
authorAndi Kleen <andi@firstfloor.org>
Fri, 8 Feb 2008 12:21:54 +0000 (04:21 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 8 Feb 2008 17:22:41 +0000 (09:22 -0800)
commit8f27b9ed1311ef71a5ea51731edca90c79d3a14d
treef178118c4f1b1d248d2237f4088d2120e4f42083
parentd3292fb2e3bc4c8c79ddf09e9de8c9345d146252
Remove a.out interpreter support in ELF loader

Following the deprecation schedule the a.out ELF interpreter support
is removed now with this patch. a.out ELF interpreters were an transition
feature for moving a.out systems to ELF, but they're unlikely to be still
needed. Pure a.out systems will still work of course. This allows to
simplify the hairy ELF loader.

Signed-off-by: Andi Kleen <ak@suse.de>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/feature-removal-schedule.txt
fs/binfmt_elf.c