Hi Linus, please pull these two Kbuild fixes for 6.19-rc8. Thanks and best regards, Nicolas --- The following changes since commit 63804fed149a6750ffd28610c5c1c98cce6bd377: Linux 6.19-rc7 (2026-01-25 14:11:24 -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-3 for you to fetch changes up to 8e24994872361212531a952c93adb01c485148f1: kbuild: Do not run kernel-doc when building external modules (2026-01-31 16:12:01 +0100) ---------------------------------------------------------------- Kbuild fixes for 6.19, round 3 - kbuild: rpm-pkg: Generate debuginfo package manually, allowing signed kernel modules in rpm package, again - kbuild: Fix permissions of modules.builtin.modinfo - kbuild: Do not run kernel-doc when building external modules Cc: Ethan Zuo Cc: Holger Kiehl Cc: Mauro Carvalho Chehab Cc: Nathan Chancellor Cc: Randy Dunlap Cc: Rong Zhang Cc: Uday Shankar Cc: linux-kbuild@vger.kernel.org Cc: linux-kernel@vger.kernel.org ---------------------------------------------------------------- Ethan Zuo (1): kbuild: Fix permissions of modules.builtin.modinfo Nathan Chancellor (2): kbuild: rpm-pkg: Generate debuginfo package manually kbuild: Do not run kernel-doc when building external modules scripts/Makefile.build | 2 ++ scripts/Makefile.vmlinux | 3 ++- scripts/package/kernel.spec | 65 +++++++++++++++++++++------------------------ 3 files changed, 34 insertions(+), 36 deletions(-)