Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262171AbVAIA5I (ORCPT ); Sat, 8 Jan 2005 19:57:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262173AbVAIA5I (ORCPT ); Sat, 8 Jan 2005 19:57:08 -0500 Received: from colin2.muc.de ([193.149.48.15]:7186 "HELO colin2.muc.de") by vger.kernel.org with SMTP id S262171AbVAIA5F (ORCPT ); Sat, 8 Jan 2005 19:57:05 -0500 Date: 9 Jan 2005 01:57:04 +0100 Date: Sun, 9 Jan 2005 01:57:04 +0100 From: Andi Kleen To: Alan Cox Cc: Andreas Schwab , Marcelo Tosatti , Lukasz Trabinski , Linux Kernel Mailing List Subject: Re: uselib() & 2.6.X? Message-ID: <20050109005704.GA25274@muc.de> References: <20050107170712.GK29176@logos.cnet> <1105136446.7628.11.camel@localhost.localdomain> <20050107221255.GA8749@logos.cnet> <1105227025.12004.2.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1105227025.12004.2.camel@localhost.localdomain> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 911 Lines: 23 On Sat, Jan 08, 2005 at 11:30:25PM +0000, Alan Cox wrote: > On Sad, 2005-01-08 at 23:21, Andi Kleen wrote: > > > I don't think it was ever being used for anything besides a.out so IMHO it > > > should depend on BINFMT_AOUT. > > > > I will disable it from 64bit x86-64. I would recommend that all other > > ELF only architectures do the same. > > Presumably x86-64 runs 32bit a.out binaries however ? Disabling it now > is a bit pointless since its finally been audited 8) Yes. I disabled it only for 64bit programs of course. For 32bit it is dependent on CONFIG_IA32_AOUT. Actually you can still call it from 64bit if you really want if you use int 0x80. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/