[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110605093445.GA19927@elte.hu>
Date: Sun, 5 Jun 2011 11:34:45 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Josh Triplett <josh@...htriplett.org>
Cc: Sam Ravnborg <sam@...nborg.org>,
Jeremy Fitzhardinge <jeremy@...p.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Unhide DEBUG_BUGVERBOSE when EXPERT=y, even if
DEBUG_KERNEL=n
* Josh Triplett <josh@...htriplett.org> wrote:
> config DEBUG_BUGVERBOSE
> - bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EXPERT
> + bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL || EXPERT
Well, DEBUG_KERNEL really means two things:
- make more debugging options available
- allow the *disabling* of existing (default-enabled) debug options
So i think the right solution would be to select DEBUG_KERNEL if
EXPERT is enabled - this would simplify things and would allow the
removal of a lot of EXPERT conditions from the debug options.
Ok?
Thanks,
Ingo
--
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