Re: [PATCH 3/3] kbuild: fix false-positive modpost warning when all symbols are trimmed

2021-04-02 Thread Nathan Chancellor
On Fri, Mar 26, 2021 at 03:54:11AM +0900, Masahiro Yamada wrote: > Nathan reports that the mips defconfig emits the following warning: > > WARNING: modpost: Symbol info of vmlinux is missing. Unresolved symbol > check will be entirely skipped. > > This false-positive happens under the

[PATCH 3/3] kbuild: fix false-positive modpost warning when all symbols are trimmed

2021-03-25 Thread Masahiro Yamada
Nathan reports that the mips defconfig emits the following warning: WARNING: modpost: Symbol info of vmlinux is missing. Unresolved symbol check will be entirely skipped. This false-positive happens under the following combination: - CONFIG_TRIM_UNUSED_KSYMS=y - CONFIG_MODULES=y - No