Hello Linus, Please pull a couple of Kbuild fixes. Thanks. The following changes since commit a111daf0c53ae91e71fd2bfe7497862d14132e3e: Linux 5.19-rc3 (2022-06-19 15:06:47 -0500) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v5.19-2 for you to fetch changes up to ff139766764675b9df12bcbc8928a02149b7ba95: kbuild: Ignore __this_module in gen_autoksyms.sh (2022-06-26 06:15:05 +0900) ---------------------------------------------------------------- Kbuild fixes for v5.19 (2nd) - Fix modpost to detect EXPORT_SYMBOL marked as __init or__exit - Update the supported arch list in the LLVM document - Avoid the second link of vmlinux for CONFIG_TRIM_UNUSED_KSYMS - Avoid false __KSYM___this_module define in include/generated/autoksyms.h ---------------------------------------------------------------- Masahiro Yamada (2): modpost: fix section mismatch check for exported init/exit sections kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt) Nick Desaulniers (1): Documentation/llvm: Update Supported Arch table Sami Tolvanen (1): kbuild: Ignore __this_module in gen_autoksyms.sh Documentation/kbuild/llvm.rst | 10 ++++++++-- Makefile | 2 +- scripts/gen_autoksyms.sh | 3 +++ scripts/mod/modpost.c | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) -- Best Regards Masahiro Yamada