Hello Linus, Please pull some Kbuild fixes. Thank you. The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65: Linux 6.2-rc5 (2023-01-21 16:27:01 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v6.2-4 for you to fetch changes up to 22e46f6480e83bcf49b6d5e6b66c81872c97a902: kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY is a PKCS#11 URI (2023-01-31 17:53:01 +0900) ---------------------------------------------------------------- Kbuild fixes for v6.2 (4th) - Fix two bugs (for building and for signing) when CONFIG_MODULE_SIG_KEY contains PKCS#11 URI. ---------------------------------------------------------------- Jan Luebbe (2): certs: Fix build error when PKCS#11 URI contains semicolon kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY is a PKCS#11 URI certs/Makefile | 4 ++-- scripts/Makefile.modinst | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) -- Best Regards Masahiro Yamada