Re: randconfig chosing more than one slab allocator

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-kbuild" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux