[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNARjq-x+8rdXfkVt2YEoJsjnZNntxurYTwOqEaAX71m04w@mail.gmail.com>
Date: Sun, 26 Jun 2022 07:15:35 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Subject: [GIT PULL] Kbuild fixes for v5.19-rc4
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
Powered by blists - more mailing lists