Received: by 2002:ac0:aed5:0:0:0:0:0 with SMTP id t21csp3313597imb; Tue, 5 Mar 2019 06:25:42 -0800 (PST) X-Google-Smtp-Source: APXvYqzWoWqjvQW32AEqb+/KZndG3ek9qvLlQSaCGwzdiC2Enah6O+rWLSntJluyytD13XgA1tTa X-Received: by 2002:aa7:8251:: with SMTP id e17mr2125417pfn.96.1551795942122; Tue, 05 Mar 2019 06:25:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551795942; cv=none; d=google.com; s=arc-20160816; b=usKK8e+4sZMU3yJp4Yg4/8VhMdyhNcr7GXvTAUp2uk/OH99hE3DxHCYZJv9taYRV3C zCc3MCl7c2Fi04Yt6sjudRK6wz2GBmpo/Gy4ltT8GcDNbD1HdVxx8NqA3cizzxSZtSwV jV8uw/jbgz6xMAB4wvhRIOPOKqhZjBnWq4NV/D/wQ+Jdp7gqGJO4+uOHb1j47Pss0LiS i5Ch+KRH8Hmw5oARiKBaINIdx/jj8/GKlSntkmQsAUmWDMCvks6TmjgUSLEyI5GvRgq+ y/7Dzon+hhSbJCbbjMR1/PzKrJHEUa2j0U51l47V0e9Hca+/HGmFrNcTPApF7ncRlXou ozLg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=NwQE9XRtQqSln8WfKnfZoME+SsgwS6yAVy3WyDRzznI=; b=OVTpFMJpfO7+WghilvIWK6ibC7LGlBV15ZKEFt/lF5cwbgWUNymWXd7UCaE/wjdfOI ZkQUpxahcXpY2gaRI4zwpQI+PXWgvuft2ty/AkfP8mSNnsuO0rQyJsGfAD+kkY09Ncyy TWdUlA7GUT/+1ccLmVYlD/XANiiVrNqg/TvMg3CQBZokWIpZnHV47tbpzZebRXxSvR0S dfd4uSwpOaFCdq1c2kWiRuKVaySL+jiJ2eUVsTv92xKR1qIEOp3MCxlo5kZFpZnwutCe Rq8kbw8skgLf7Qp5gkHZr8cmV0bs+N9bStQT8J9yCs65ZG0uUilUYrKgbIKHmoiVH3R2 v39w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n10si7996424pgi.95.2019.03.05.06.25.26; Tue, 05 Mar 2019 06:25:42 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728081AbfCEN7u (ORCPT + 99 others); Tue, 5 Mar 2019 08:59:50 -0500 Received: from www.llwyncelyn.cymru ([82.70.14.225]:42700 "EHLO fuzix.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727931AbfCEN7u (ORCPT ); Tue, 5 Mar 2019 08:59:50 -0500 X-Greylist: delayed 942 seconds by postgrey-1.27 at vger.kernel.org; Tue, 05 Mar 2019 08:59:49 EST Received: from alans-desktop (82-70-14-226.dsl.in-addr.zen.co.uk [82.70.14.226]) by fuzix.org (8.15.2/8.15.2) with ESMTP id x25DhmaK011242; Tue, 5 Mar 2019 13:43:48 GMT Date: Tue, 5 Mar 2019 13:43:47 +0000 From: Alan Cox To: Matthew Wilcox Cc: Borislav Petkov , Jann Horn , Al Viro , Thomas Gleixner , kernel list , linux-fsdevel@vger.kernel.org, the arch/x86 maintainers , Linux API Subject: Re: a.out coredumping: fix or delete? Message-ID: <20190305134347.4be2449c@alans-desktop> In-Reply-To: <20190305122218.GD13380@bombadil.infradead.org> References: <20190305091904.GB8256@zn.tnic> <20190305122218.GD13380@bombadil.infradead.org> Organization: Intel Corporation X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > 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. In the unlikely event that someone actually has an a.out binary they can't live with they can also just write an a.out loader as an ELF program entirely in userspace. I'd vote for giving it the boot unless there are any architectures that kept using a.out far longer due to tool chain issues ? Alan