Hi Linus, Please pull Kbuild fixes. Thanks. The following changes since commit 1c52283265a462a100ae63ddf58b4e5884acde86: Merge branch 'akpm' (patches from Andrew) (2022-01-22 11:28:23 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v5.17 for you to fetch changes up to e6340b6526eeec5a00fe26a6ff515afe7d0affa4: certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty (2022-01-23 00:08:44 +0900) ---------------------------------------------------------------- Kbuild fixes for v5.17 - Bring include/uapi/linux/nfc.h into the UAPI compile-test coverage - Revert the workaround of CONFIG_CC_IMPLICIT_FALLTHROUGH - Fix build errors in certs/Makefile ---------------------------------------------------------------- Dmitry V. Levin (1): usr/include/Makefile: add linux/nfc.h to the compile-test coverage Masahiro Yamada (3): Revert "Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH" certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URI certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty Makefile | 2 +- certs/Makefile | 4 ++-- usr/include/Makefile | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) -- Best Regards Masahiro Yamada