UPSTREAM: kbuild: lto: add _mcount to list of used symbols
Some randconfig builds fail with undefined references to _mcount when CONFIG_TRIM_UNUSED_KSYMS is set: ERROR: modpost: "_mcount" [drivers/tee/optee/optee.ko] undefined! ERROR: modpost: "_mcount" [drivers/fsi/fsi-occ.ko] undefined! ERROR: modpost: "_mcount" [drivers/fpga/dfl-pci.ko] undefined! Since there is already a list of symbols that get generated at link time, add this one as well. Fixes: fbe078d3 ("kbuild: lto: add a default list of used symbols") Signed-off-by:Arnd Bergmann <arnd@arndb.de> Signed-off-by:
Masahiro Yamada <masahiroy@kernel.org> (cherry picked from commit da83616b) Bug: 187129171 Signed-off-by:
Connor O'Brien <connoro@google.com> Change-Id: I9e19b85b5ea81b1a0af3e835ed5f92c8a9c55765
Loading
Please sign in to comment