linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: reenable DEBUG_SECTION_MISMATCH
@ 2011-02-16 17:23 Uwe Kleine-König
  2011-02-16 17:29 ` Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Uwe Kleine-König @ 2011-02-16 17:23 UTC (permalink / raw)
  To: linux-arm-kernel

For 2.6.38-rc4-git9 only 29 out of 133 defconfigs still produce section
mismatches.  These defconfigs produce 55 mismatches (weighted sum, so
maybe less uniq mismatches).

This is in my opinion enough to start scaring people about the remaining
problems.

Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
---
 lib/Kconfig.debug |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 3967c23..1130dd4 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -102,7 +102,7 @@ config HEADERS_CHECK
 
 config DEBUG_SECTION_MISMATCH
 	bool "Enable full Section mismatch analysis"
-	depends on UNDEFINED || (BLACKFIN)
+	depends on ARM || BLACKFIN
 	default y
 	# This option is on purpose disabled for now.
 	# It will be enabled when we are down to a reasonable number
-- 
1.7.2.3

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

end of thread, other threads:[~2011-03-11  5:47 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16 17:23 [PATCH] ARM: reenable DEBUG_SECTION_MISMATCH Uwe Kleine-König
2011-02-16 17:29 ` Randy Dunlap
2011-02-16 19:33 ` Uwe Kleine-König
2011-02-16 20:07 ` Sam Ravnborg
2011-02-18 20:47   ` [PATCH] kbuild: reenable section mismatch analysis Uwe Kleine-König
2011-02-18 20:50     ` Randy Dunlap
2011-02-18 21:42     ` Mike Frysinger
2011-02-24 15:26     ` Michal Marek
2011-03-11  0:41     ` Andrew Morton
2011-03-11  0:44       ` Randy Dunlap
2011-03-11  1:00       ` Mike Frysinger
2011-03-11  1:05         ` Andrew Morton
2011-03-11  1:34           ` Mike Frysinger
2011-03-11  5:47       ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).