lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20071026122637.f9b86bdd.akpm@linux-foundation.org> Date: Fri, 26 Oct 2007 12:26:37 -0700 From: Andrew Morton <akpm@...ux-foundation.org> To: David Howells <dhowells@...hat.com> Cc: torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org, linux-am33-list@...hat.com, dhowells@...hat.com Subject: Re: [PATCH 1/2] MN10300: Permit AOUT library support to be suppressed in ELF binfmt On Fri, 26 Oct 2007 16:42:15 +0100 David Howells <dhowells@...hat.com> wrote: > Permit AOUT library support to be suppressed in the ELF binfmt if the arch does > not support it. AOUT support is suppressed by adding: > > config NO_AOUT_SUPPORT > def_bool y > > to the arch Kconfig file. > > The MN10300 architecture does not support the AOUT binfmt, so the ELF binfmt > should not be permitted to go looking for AOUT libraries to load. > hm, seems a bit ungainly. Why can't we just make all the aout things in binfmt_elf.c depend upon CONFIG_BINFMT_AOUT? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists