From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Masters Subject: Re: [PATCH] x86: Deprecate a.out support Date: Mon, 15 Apr 2019 23:19:47 -0400 Message-ID: References: <20190305091904.GB8256@zn.tnic> <20190305122218.GD13380@bombadil.infradead.org> <20190305134347.4be2449c@alans-desktop> <20190305145717.GD8256@zn.tnic> <20190305173134.GE8256@zn.tnic> <20190305181138.GG8256@zn.tnic> <20190305181808.GH8256@zn.tnic> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Linus Torvalds , =?UTF-8?B?TcOlbnMgUnVsbGfDpXJk?= Cc: Matt Turner , Borislav Petkov , Alan Cox , Matthew Wilcox , Jann Horn , Al Viro , Thomas Gleixner , kernel list , linux-fsdevel , the arch/x86 maintainers , Linux API , Andrew Morton , Richard Weinberger , Anton Ivanov , linux-alpha , linux-m68k@lists.linux-m68k.org List-Id: linux-api@vger.kernel.org Hi Linus, I'm Jon, and I just bought my first Alpha. What can I say, I was late to the party, and I probably need to get out more. Actually, I wanted it for its memory consistency model, or (some would say) lack thereof. On 3/11/19 3:03 PM, Linus Torvalds wrote: > On Mon, Mar 11, 2019 at 11:08 AM Måns Rullgård wrote: >> >> The latest version I have is 5.1, and that uses ECOFF. > > ECOFF _is_ a.out as far as Linux is concerned. > > So Linux basically treats ECOFF as "regular a.out with just some > header extensions". > > We don't have any specific support for ECOFF. > > I _think_. Again, it's been years and years. ...so removing a.out would break various boot tooling as well. I'm still working on getting my Miata up and running upstream kernels (should be shortly) but I'm happy to help out testing any proposals. Jon.