Hello Linus, Please pull Kbuild fixes. Thank you. The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) 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 for you to fetch changes up to 1f7a6cf6b07c74a17343c2559cd5f5018a245961: scripts/gdb: change kernel config dumping method (2022-06-11 18:31:53 +0900) ---------------------------------------------------------------- Kbuild fixes for v5.19 - Make the *.mod build rule portable for POSIX awk - Fix regression of 'make nsdeps' - Make scripts/check-local-export working for older bash versions - Fix scripts/gdb to extract the .config data from vmlinux ---------------------------------------------------------------- Kevin Locke (1): kbuild: avoid regex RS for POSIX awk Kuan-Ying Lee (1): scripts/gdb: change kernel config dumping method Masahiro Yamada (2): scripts/nsdeps: adjust to the format change of *.mod files scripts/check-local-export: avoid 'wait $!' for process substitution Documentation/process/changes.rst | 12 ++++++++++++ scripts/Makefile.build | 4 ++-- scripts/check-local-export | 36 +++++++++++++++++++++--------------- scripts/gdb/linux/config.py | 6 +++--- scripts/nsdeps | 5 ++--- 5 files changed, 40 insertions(+), 23 deletions(-) -- Best Regards Masahiro Yamada