Re: 2.6.21-mm2 - Kconfig horkage

2007-05-09 Thread Christoph Lameter
On Wed, 9 May 2007, [EMAIL PROTECTED] wrote: > Just seemed odd to do a 'make oldconfig' and get prompted for the value, and > it > gave a value of 'Y' to a debug option of a feature that wasn't selected. :) Indeed strange. This should fix it. SLUB: SLUB_DEBUG must depend on SLUB Otherwise

Re: 2.6.21-mm2 - Kconfig horkage

2007-05-09 Thread Valdis . Kletnieks
On Wed, 09 May 2007 10:07:56 PDT, Christoph Lameter said: > On Wed, 9 May 2007, [EMAIL PROTECTED] wrote: > > 1) Spotted in init/Kconfig: > > > > config SLUB_DEBUG > > default y > > bool "Enable SLUB debugging support" if EMBEDDED > > help > > > > Shouldn't that have an 'de

Re: 2.6.21-mm2 - Kconfig horkage

2007-05-09 Thread Christoph Lameter
On Wed, 9 May 2007, [EMAIL PROTECTED] wrote: > On Wed, 09 May 2007 01:23:22 PDT, Andrew Morton said: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21/2.6.21-mm2/ > > 1) Spotted in init/Kconfig: > > config SLUB_DEBUG > default y > bool "Enable SLUB debuggi

Re: 2.6.21-mm2 - Kconfig horkage

2007-05-09 Thread Valdis . Kletnieks
On Wed, 09 May 2007 01:23:22 PDT, Andrew Morton said: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21/2.6.21-mm2/ 1) Spotted in init/Kconfig: config SLUB_DEBUG default y bool "Enable SLUB debugging support" if EMBEDDED help Shouldn't that have an 'd