The patch titled blackfin: enable DEBUG_SECTION_MISMATCH has been added to the -mm tree. Its filename is blackfin-enable-debug_section_mismatch.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: blackfin: enable DEBUG_SECTION_MISMATCH From: Mike Frysinger <vapier@xxxxxxxxxx> We see only one section mismatch now after thousands of randconfigs, and a bug has been filed about that one. Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Kconfig.debug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN lib/Kconfig.debug~blackfin-enable-debug_section_mismatch lib/Kconfig.debug --- a/lib/Kconfig.debug~blackfin-enable-debug_section_mismatch +++ a/lib/Kconfig.debug @@ -103,7 +103,8 @@ config HEADERS_CHECK config DEBUG_SECTION_MISMATCH bool "Enable full Section mismatch analysis" - depends on UNDEFINED + 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) _ Patches currently in -mm which might be from vapier@xxxxxxxxxx are origin.patch blackfin-enable-debug_section_mismatch.patch linux-next.patch nommu-allow-private-mappings-of-read-only-devices.patch fbdev-bfin-lq035q1-fb-respect-new-ppi-mode-platform-field.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html