Hi Linus, please pull these three Kbuild fixes for 6.19-rc4. Thanks and best regards, Nicolas The following changes since commit 9448598b22c50c8a5bb77a9103e2d49f134c9578: Linux 6.19-rc2 (2025-12-21 15:52:04 -0800) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/kbuild/linux.git tags/kbuild-fixes-6.19-1 for you to fetch changes up to 1f4ea4838b13c3b2278436a8dcb148e3c23f4b64: mcb: Add missing modpost build support (2025-12-27 20:48:01 +0100) ---------------------------------------------------------------- First round of Kbuild fixes for v6.19 - Revert commit 9362d34acf91 ("scripts/clang-tools: Handle included .c files in gen_compile_commands") which is reported to cause false entries for some files. - Fix compilation of dtb specified on command-line without make rule - mcb: Add missing modpost build support Signed-off-by: Nicolas Schier ---------------------------------------------------------------- Jose Javier Rodriguez Barbarin (1): mcb: Add missing modpost build support Nicolas Schier (1): Revert "scripts/clang-tools: Handle included .c files in gen_compile_commands" Thomas De Schampheleire (1): kbuild: fix compilation of dtb specified on command-line without make rule scripts/Makefile.build | 26 +++--- scripts/clang-tools/gen_compile_commands.py | 135 ++-------------------------- scripts/mod/devicetable-offsets.c | 3 + scripts/mod/file2alias.c | 9 ++ 4 files changed, 33 insertions(+), 140 deletions(-)