From mboxrd@z Thu Jan 1 00:00:00 1970 From: rdunlap@xenotime.net (Randy Dunlap) Date: Fri, 18 Feb 2011 12:50:43 -0800 Subject: [PATCH] kbuild: reenable section mismatch analysis In-Reply-To: <1298062040-2774-1-git-send-email-u.kleine-koenig@pengutronix.de> References: <20110216200734.GA25184@merkur.ravnborg.org> <1298062040-2774-1-git-send-email-u.kleine-koenig@pengutronix.de> Message-ID: <20110218125043.d65a4064.rdunlap@xenotime.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, 18 Feb 2011 21:47:20 +0100 Uwe Kleine-K?nig wrote: > This was disabled in commit > > e5f95c8 (kbuild: print only total number of section mismatces found) > > because there were too many warnings. Now we're down to a reasonable > number again, so we start scaring people with the details. > > Signed-off-by: Uwe Kleine-K?nig Acked-by: Randy Dunlap Thanks. > --- > lib/Kconfig.debug | 4 ---- > 1 files changed, 0 insertions(+), 4 deletions(-) > > diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug > index 2b97418..0f77ed1 100644 > --- a/lib/Kconfig.debug > +++ b/lib/Kconfig.debug > @@ -102,11 +102,7 @@ config HEADERS_CHECK > > config DEBUG_SECTION_MISMATCH > bool "Enable full Section mismatch analysis" > - depends on UNDEFINED || (BLACKFIN) > default y > - # This option is on purpose disabled for now. > - # It will be enabled when we are down to a reasonable number > - # of section mismatch warnings (< 10 for an allyesconfig build) > help > The section mismatch analysis checks if there are illegal > references from one section to another section. > -- --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***