The patch titled Subject: init/Kconfig: add clarification for out-of-tree modules has been added to the -mm tree. Its filename is init-kconfig-add-clarification-for-out-of-tree-modules.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/init-kconfig-add-clarification-for-out-of-tree-modules.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/init-kconfig-add-clarification-for-out-of-tree-modules.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 *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Valdis Kletnieks <Valdis.Kletnieks@xxxxxx> Subject: init/Kconfig: add clarification for out-of-tree modules It doesn't trim just symbols that are totally unused in-tree - it trims the symbols unused by any in-tree modules actually built. If you've done a 'make localmodconfig' and only build a hundred or so modules, it's pretty likely that your out-of-tree module will come up lacking something... Hopefully this will save the next guy from a Homer Simpson "D'oh!" moment. Link: http://lkml.kernel.org/r/10177.1469787292@xxxxxxxxxxxxxxxxxxxxxxx Signed-off-by: Valdis Kletnieks <valdis.kletnieks@xxxxxx> Cc: Michal Marek <mmarek@xxxxxxx> Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN init/Kconfig~init-kconfig-add-clarification-for-out-of-tree-modules init/Kconfig --- a/init/Kconfig~init-kconfig-add-clarification-for-out-of-tree-modules +++ a/init/Kconfig @@ -2080,7 +2080,7 @@ config TRIM_UNUSED_KSYMS (especially when using LTO) for optimizing the code and reducing binary size. This might have some security advantages as well. - If unsure say N. + If unsure, or if you need to build out-of-tree modules, say N. endif # MODULES _ Patches currently in -mm which might be from Valdis.Kletnieks@xxxxxx are init-kconfig-add-clarification-for-out-of-tree-modules.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