lkml.org 
[lkml]   [2012]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: randconfig chosing more than one slab allocator
On Sun, 11 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?

I'm fairly sure this is a kbuild issue and that init/Kconfig is correct.

Pekka


\
 
 \ /
  Last update: 2012-03-27 12:27    [W:0.038 / U:0.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site