]> git.baikalelectronics.ru Git - kernel.git/commit
init/Kconfig: add clarification for out-of-tree modules
authorValdis Kletnieks <Valdis.Kletnieks@vt.edu>
Tue, 2 Aug 2016 21:07:27 +0000 (14:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 Aug 2016 23:35:43 +0000 (19:35 -0400)
commitf223bc0eb9d5849f016f95d342a66f08b2fedd21
tree1ac0054b43b834f8db99ab17ba0e5a294d3fce48
parent8625945f8fde2ad888adb5b8fc30d0d744a04e75
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@turing-police.cc.vt.edu
Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Cc: Michal Marek <mmarek@suse.cz>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/Kconfig