public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] correct the DEBUG_BUGVERBOSE question dependency
@ 2005-04-23  0:25 Adrian Bunk
  2005-04-23  1:05 ` Roman Zippel
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2005-04-23  0:25 UTC (permalink / raw)
  To: linux-kernel

Currently, DEBUG_BUGVERBOSE, is automatically set to "y" if 
DEBUG_KERNEL=n and EMBEDDED=y which doesn't make much sense.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.12-rc2-mm3-full/lib/Kconfig.debug.old	2005-04-22 03:03:27.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/lib/Kconfig.debug	2005-04-22 03:04:00.000000000 +0200
@@ -125,9 +125,9 @@
 	  This options enables addition error checking for high memory systems.
 	  Disable for production systems.
 
 config DEBUG_BUGVERBOSE
-	bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED
+	bool "Verbose BUG() reporting (adds 70K)" if EMBEDDED
 	depends on BUG
 	depends on ARM || ARM26 || M32R || M68K || SPARC32 || SPARC64 || (X86 && !X86_64) || FRV
 	default !EMBEDDED
 	help



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [2.6 patch] correct the DEBUG_BUGVERBOSE question dependency
  2005-04-23  0:25 [2.6 patch] correct the DEBUG_BUGVERBOSE question dependency Adrian Bunk
@ 2005-04-23  1:05 ` Roman Zippel
  2005-04-23  1:20   ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Roman Zippel @ 2005-04-23  1:05 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-kernel

Hi,

On Sat, 23 Apr 2005, Adrian Bunk wrote:

> Currently, DEBUG_BUGVERBOSE, is automatically set to "y" if 
> DEBUG_KERNEL=n and EMBEDDED=y which doesn't make much sense.
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> 
> --- linux-2.6.12-rc2-mm3-full/lib/Kconfig.debug.old	2005-04-22 03:03:27.000000000 +0200
> +++ linux-2.6.12-rc2-mm3-full/lib/Kconfig.debug	2005-04-22 03:04:00.000000000 +0200
> @@ -125,9 +125,9 @@
>  	  This options enables addition error checking for high memory systems.
>  	  Disable for production systems.
>  
>  config DEBUG_BUGVERBOSE
> -	bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED
> +	bool "Verbose BUG() reporting (adds 70K)" if EMBEDDED
>  	depends on BUG
>  	depends on ARM || ARM26 || M32R || M68K || SPARC32 || SPARC64 || (X86 && !X86_64) || FRV
>  	default !EMBEDDED
>  	help

1. you just messed up the menu structure.
2. the default is "!EMBEDDED", so it should become "n"?!

bye, Roman

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [2.6 patch] correct the DEBUG_BUGVERBOSE question dependency
  2005-04-23  1:05 ` Roman Zippel
@ 2005-04-23  1:20   ` Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2005-04-23  1:20 UTC (permalink / raw)
  To: Roman Zippel; +Cc: linux-kernel

On Sat, Apr 23, 2005 at 03:05:17AM +0200, Roman Zippel wrote:
> Hi,
> 
> On Sat, 23 Apr 2005, Adrian Bunk wrote:
> 
> > Currently, DEBUG_BUGVERBOSE, is automatically set to "y" if 
> > DEBUG_KERNEL=n and EMBEDDED=y which doesn't make much sense.
> > 
> > Signed-off-by: Adrian Bunk <bunk@stusta.de>
> > 
> > --- linux-2.6.12-rc2-mm3-full/lib/Kconfig.debug.old	2005-04-22 03:03:27.000000000 +0200
> > +++ linux-2.6.12-rc2-mm3-full/lib/Kconfig.debug	2005-04-22 03:04:00.000000000 +0200
> > @@ -125,9 +125,9 @@
> >  	  This options enables addition error checking for high memory systems.
> >  	  Disable for production systems.
> >  
> >  config DEBUG_BUGVERBOSE
> > -	bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED
> > +	bool "Verbose BUG() reporting (adds 70K)" if EMBEDDED
> >  	depends on BUG
> >  	depends on ARM || ARM26 || M32R || M68K || SPARC32 || SPARC64 || (X86 && !X86_64) || FRV
> >  	default !EMBEDDED
> >  	help
> 
> 1. you just messed up the menu structure.
> 2. the default is "!EMBEDDED", so it should become "n"?!


Ups, thanks for the correction.

I didn't see this, and this makes my patch completely pointless.


> bye, Roman

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-04-23  1:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-23  0:25 [2.6 patch] correct the DEBUG_BUGVERBOSE question dependency Adrian Bunk
2005-04-23  1:05 ` Roman Zippel
2005-04-23  1:20   ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox