Received: by 2002:ac0:aed5:0:0:0:0:0 with SMTP id t21csp4159326imb; Wed, 6 Mar 2019 06:48:03 -0800 (PST) X-Google-Smtp-Source: APXvYqy979AaGsutV21gB4Z5bRlHDMLpYHHaiWOLd/BAaVRuss/oyY+ENaFUm6EFayERu/TPR4k2 X-Received: by 2002:a62:69c3:: with SMTP id e186mr7390184pfc.169.1551883683117; Wed, 06 Mar 2019 06:48:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551883683; cv=none; d=google.com; s=arc-20160816; b=MVZF8pfel9rsJSFO/NGEuSlJhd/BT7q+/dnTLwhxP09Y9hj5pSARvr2CwStmnnNAMM Fz6Htt0RWXtqgeU6i3zX9P7Iuuz96cvm7bU4B2o3hO2XiyHe/qKaLEo1HmEhf3qqEPPJ Xs+0rnLK3RZOQWVBupHi3n/S+n3eUKIg3fQkBfglStyPICqnBRZsXDeo79VMo05BhJq9 BN8NSg6q7midHLUFJ3NV5Sf9Ki014051e5rZt3gJhzWefFwWLlY98dH2q2ukGjKP9oVa /7hmIwLTQQCM8GDeMaDj1qC9kMIuFLGT+Qb4kqNuGPVMDwBhVHHSZzcAI9nimJ7vpcI1 2+ZQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=On+maD+ZRCtstyzyxPH5Ti58Gg8ky8/xN0MWxfJx6pw=; b=SnQH+E+zqZTf71NQ21uqMmaqnjzJLymZgLOXonFjzs9UdG9nPdGwkHQnQzkvuaaTfY vqas2Zhj3H3F84kGSaW7ENnbo1Bwcb70GD/HaoYfNTUr8/KFlw+fqqBLaFfQmNU4e3/t IWbSVFSS0AhicWNoZHiUSTwAEWycp7WZWeN9czJznBvkLIs1bdHwQxzLb2mC5vbEyMW9 u5CYK6S9HmL9436NMhQPBjDvdWYnDrFq9s+SK7UTZxsGphcTBXPOV9vydkQoggLUIfzj CSkmNUEcHHrDS5HT+fQ4p4roy5l684nsQmger8KI0f0esSjenC7DhBKkCXJVf6+4aHma XgpQ== 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 h186si1507249pge.239.2019.03.06.06.47.46; Wed, 06 Mar 2019 06:48:03 -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 S1729499AbfCFMZ2 (ORCPT + 99 others); Wed, 6 Mar 2019 07:25:28 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:49790 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727222AbfCFMZ1 (ORCPT ); Wed, 6 Mar 2019 07:25:27 -0500 Received: from p5492e2fc.dip0.t-ipconnect.de ([84.146.226.252] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1h1Vbq-0003KY-GV; Wed, 06 Mar 2019 13:25:18 +0100 Date: Wed, 6 Mar 2019 13:25:17 +0100 (CET) From: Thomas Gleixner To: Matthew Wilcox cc: Borislav Petkov , Jann Horn , Al Viro , kernel list , linux-fsdevel@vger.kernel.org, the arch/x86 maintainers , Linux API Subject: Re: a.out coredumping: fix or delete? In-Reply-To: <20190305122218.GD13380@bombadil.infradead.org> Message-ID: References: <20190305091904.GB8256@zn.tnic> <20190305122218.GD13380@bombadil.infradead.org> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 5 Mar 2019, Matthew Wilcox wrote: > On Tue, Mar 05, 2019 at 10:19:04AM +0100, Borislav Petkov wrote: > > On Sat, Mar 02, 2019 at 12:57:30AM +0100, Jann Horn wrote: > > > In theory, Linux can dump cores for a.out binaries. In practice, that > > > code is pretty bitrotten and buggy. Does anyone want that code so much > > > that they'd like to fix it, or can we just delete it? > > > > I was asking myself the same question while doing > > > > 10970e1b4be9 ("x86/a.out: Clear the dump structure initially") > > > > especially since it is kinda hard to get the toolchain to even create an > > a.out executable - your script to create one case-in-point. > > 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. Thanks, tglx