From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: a.out coredumping: fix or delete? Date: Wed, 6 Mar 2019 16:52:30 +0000 Message-ID: <20190306165230.75b7d110@alans-desktop> References: <20190305091904.GB8256@zn.tnic> <20190305122218.GD13380@bombadil.infradead.org> <20190306141144.GD7930@mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190306141144.GD7930@mit.edu> Sender: linux-kernel-owner@vger.kernel.org To: "Theodore Y. Ts'o" Cc: Thomas Gleixner , Matthew Wilcox , Borislav Petkov , Jann Horn , Al Viro , kernel list , linux-fsdevel@vger.kernel.org, the arch/x86 maintainers , Linux API List-Id: linux-api@vger.kernel.org On Wed, 6 Mar 2019 09:11:44 -0500 "Theodore Y. Ts'o" wrote: > On Wed, Mar 06, 2019 at 01:25:17PM +0100, Thomas Gleixner wrote: > > > It's been 25 years since Linux added support for ELF. Can we just > > > delete the a.out support entirely now? According to the Linux-ELF HOWTO, > > > support was added in 1.1.52 (August 1994). It's pretty much necromancy > > > at this point. > > > > The Kernel-Necrophilia cult members might disagree. :) > > > > But yes, good riddance. > > Doesn't Minix 1.0 use a.out? It *is* cool to be able to binaries from > run dead operating systems. :-) Minixemu compiled fine ELF last time I checked 8). It does need a 32bit system as it still uses virtual 86 model. Alan