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:	Thu, 20 Mar 2008 16:19:35 -0400
From:	Dave Jones <davej@...emonkey.org.uk>
To:	Toralf Förster <toralf.foerster@....de>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: Why does "make oldconfig" always set CONFIG_SLUB_DEBUG=y ?

On Thu, Mar 20, 2008 at 08:35:41PM +0100, Toralf Förster wrote:
 > I'm wondering why this option is always set after "make oldconfig" :
 > 
 > tfoerste@n22 ~/devel/linux-2.6 $ grep _SLUB_DEBUG=y .config
 > CONFIG_SLUB_DEBUG=y
 > tfoerste@n22 ~/devel/linux-2.6 $ sed -i -e 's/_SLUB_DEBUG=y/_SLUB_DEBUG=n/' .config
 > tfoerste@n22 ~/devel/linux-2.6 $ grep _SLUB_DEBUG= .config
 > CONFIG_SLUB_DEBUG=n
 > tfoerste@n22 ~/devel/linux-2.6 $ make oldconfig 1>/dev/null
 > tfoerste@n22 ~/devel/linux-2.6 $ grep _SLUB_DEBUG= .config
 > CONFIG_SLUB_DEBUG=y

CONFIG_SLUB_DEBUG is only optional if CONFIG_EMBEDDED is set.
There's little to no cost other than codesize to having it enabled.

	Dave
 
-- 
http://www.codemonkey.org.uk
--
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