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-next>] [day] [month] [year] [list]
Date:	Sun, 11 Mar 2012 14:32:22 -0700 (PDT)
From:	David Rientjes <rientjes@...gle.com>
To:	Sam Ravnborg <sam@...nborg.org>, Michal Marek <mmarek@...e.cz>
cc:	Arnaud Lacombe <lacombar@...il.com>,
	Pekka Enberg <penberg@...nel.org>,
	Christoph Lameter <cl@...ux.com>, linux-kbuild@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: randconfig chosing more than one slab allocator

On Sun, 4 Mar 2012, David Rientjes wrote:

> Hi folks,
> 
> make randconfig seems to allow chosing more than one slab allocator 
> although they are all part of a choice,endchoice block (and none are 
> tristate).  The following quickly finds both CONFIG_SLUB and CONFIG_SLOB 
> enabled:
> 
> $ while [ 1 ]; do make randconfig &> /dev/null; if [ $(grep "CONFIG_SL[OU]B=y" .config | wc -l) == 2 ]; then break; fi; done
> $ grep CONFIG_SL[OU]B=y .config
> CONFIG_SLUB=y
> CONFIG_SLOB=y
> 

Ping on this?
--
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