Hi Linus, Please pull Kbuild fixes. Thanks. The following changes since commit dfd42facf1e4ada021b939b4e19c935dcdd55566: Linux 5.17-rc3 (2022-02-06 12:20:50 -0800) 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-2 for you to fetch changes up to 1b9e740a81f91ae338b29ed70455719804957b80: kconfig: fix failing to generate auto.conf (2022-02-12 23:24:19 +0900) ---------------------------------------------------------------- - Fix the truncated path issue for HAVE_GCC_PLUGINS test in Kconfig - Move -Wunsligned-access to W=1 builds to avoid sprinkling warnings for the latest Clang - Fix missing fclose() in Kconfig - Fix Kconfig to touch dep headers correctly when KCONFIG_AUTOCONFIG is overridden. ---------------------------------------------------------------- Brenda Streiff (1): kconfig: let 'shell' return enough output for deep path names Jing Leng (1): kconfig: fix failing to generate auto.conf Masahiro Yamada (1): kconfig: fix missing fclose() on error paths Nathan Chancellor (1): Makefile.extrawarn: Move -Wunaligned-access to W=1 scripts/Makefile.extrawarn | 1 + scripts/kconfig/confdata.c | 25 +++++++++++++++---------- scripts/kconfig/preprocess.c | 2 +- 3 files changed, 17 insertions(+), 11 deletions(-) -- Best Regards Masahiro Yamada