All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] unhide CONFIG_DEBUG_SECTION_MISMATCH
@ 2008-02-14 20:54 Erez Zadok
  2008-02-14 20:57 ` Roland Dreier
  2008-02-14 21:00 ` Sam Ravnborg
  0 siblings, 2 replies; 5+ messages in thread
From: Erez Zadok @ 2008-02-14 20:54 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Using: v2.6.25-rc1-120-ge760e71

In a normal compilation, I might this message:

...
  MODPOST vmlinux.o
WARNING: modpost: Found 4 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
...

I can indeed try to re-make, passing CONFIG_DEBUG_SECTION_MISMATCH=y on the
command line, but I can't turn on the option in my .config.  That's because
the option depends on "UNDEFINED".  (Was that an attempt to "hide" the
option?  Why?)  The following small patch allows me to set the option in my
.config.

Cheers,
Erez.



Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>

diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index a370fe8..3399d9d 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -81,7 +81,6 @@ config HEADERS_CHECK
 
 config DEBUG_SECTION_MISMATCH
 	bool "Enable full Section mismatch analysis"
-	depends on UNDEFINED
 	help
 	  The section mismatch analysis checks if there are illegal
 	  references from one section to another section.

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

end of thread, other threads:[~2008-02-14 21:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-14 20:54 [PATCH] unhide CONFIG_DEBUG_SECTION_MISMATCH Erez Zadok
2008-02-14 20:57 ` Roland Dreier
2008-02-14 21:00 ` Sam Ravnborg
2008-02-14 21:05   ` Erez Zadok
2008-02-14 21:11     ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.