The branch main has been updated by dumbbell: URL: https://cgit.FreeBSD.org/src/commit/?id=65d7e9033439581af5bc1668827850663f84a5a5
commit 65d7e9033439581af5bc1668827850663f84a5a5 Author: Jean-Sébastien Pédron <[email protected]> AuthorDate: 2025-08-12 21:58:44 +0000 Commit: Jean-Sébastien Pédron <[email protected]> CommitDate: 2026-01-05 19:32:48 +0000 linuxkpi: Add a dummy <linux/kdebug.h> The DRM generic code started to include it in Linux 6.10 but doesn't seem to use anything inside. Reviewed by: bz Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D54490 --- sys/compat/linuxkpi/dummy/include/linux/kdebug.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/sys/compat/linuxkpi/dummy/include/linux/kdebug.h b/sys/compat/linuxkpi/dummy/include/linux/kdebug.h new file mode 100644 index 000000000000..e69de29bb2d1
