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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue,  6 Jan 2009 16:44:47 -0800 (PST)
From:	Roland McGrath <roland@...hat.com>
To:	David Brownell <david-b@...bell.net>
Cc:	lkml <linux-kernel@...r.kernel.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [patch 2.6.28-rc2] CORE_DUMP_DEFAULT_ELF_HEADERS depends on ELF_CORE

Acked-by: Roland McGrath <roland@...hat.com>

> On Thursday 30 October 2008, David Brownell wrote:
> > From: David Brownell <dbrownell@...rs.sourceforge.net>
> > 
> > Kernels that don't support ELF coredumps at all surely can't
> > be supporting new partial-segment flavored ELF coredumps ...
> > don't make folk answer Kconfig questions about that flavor.
> 
> PING?
> 
> > 
> > Signed-off-by: David Brownell <dbrownell@...rs.sourceforge.net>
> > Cc: Roland McGrath <roland@...hat.com>
> > ---
> >  fs/Kconfig.binfmt |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > --- a/fs/Kconfig.binfmt
> > +++ b/fs/Kconfig.binfmt
> > @@ -43,7 +43,7 @@ config BINFMT_ELF_FDPIC
> >  config CORE_DUMP_DEFAULT_ELF_HEADERS
> >  	bool "Write ELF core dumps with partial segments"
> >  	default n
> > -	depends on BINFMT_ELF
> > +	depends on BINFMT_ELF && ELF_CORE
> >  	help
> >  	  ELF core dump files describe each memory mapping of the crashed
> >  	  process, and can contain or omit the memory contents of each one.
> > 
> 
> 
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ