Page MenuHomeFreeBSD

linuxkpi: Replicate the chain of #include in the `cec*.h` headers
ClosedPublic

Authored by dumbbell on Jan 4 2026, 10:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 5, 4:34 PM
Unknown Object (File)
Wed, Apr 1, 5:47 AM
Unknown Object (File)
Fri, Mar 27, 3:41 AM
Unknown Object (File)
Fri, Mar 20, 12:39 PM
Unknown Object (File)
Sat, Mar 14, 3:45 AM
Unknown Object (File)
Feb 27 2026, 11:33 AM
Unknown Object (File)
Feb 19 2026, 1:04 PM
Unknown Object (File)
Feb 19 2026, 7:19 AM
Subscribers

Details

Summary

The i915 DRM driver depends on this namespace pollution to access debugfs_* functions, after several explicit #include of <linux/debugfs.h> were removed in Linux 6.10.

This is part of the update of DRM drivers to Linux 6.10.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz requested changes to this revision.Jan 4 2026, 9:10 PM
bz added a subscriber: bz.

For all the files.

Otherwise seems fine.

sys/compat/linuxkpi/common/include/linux/cec-funcs.h
2

Not needed anymore

9

Use SPDX?

37

no defined()

This revision now requires changes to proceed.Jan 4 2026, 9:10 PM
dumbbell marked 3 inline comments as done.

Address comments from @bz.

This revision is now accepted and ready to land.Jan 6 2026, 12:13 AM