Page MenuHomeFreeBSD

linuxkpi: Add idr.h -> radix-tree.h -> rcupdate.h includes
ClosedPublic

Authored by dumbbell on Jan 31 2025, 2:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 11 2025, 5:28 AM
Unknown Object (File)
Dec 6 2025, 1:37 AM
Unknown Object (File)
Dec 3 2025, 10:33 PM
Unknown Object (File)
Nov 21 2025, 3:56 AM
Unknown Object (File)
Nov 18 2025, 2:59 AM
Unknown Object (File)
Oct 12 2025, 4:54 PM
Unknown Object (File)
Oct 9 2025, 11:11 PM
Unknown Object (File)
Oct 9 2025, 8:43 PM
Subscribers

Details

Summary

Why

Some files in DRM rely on namespace pollution: they use the <linux/rcupdate.h> API without including it explicitly.

How

Reproduce the Linux chain of includes even if it means nothing on FreeBSD. This allows consumers of <linux/idr.h> to "inherit" <linux/rcupdate.h> API.

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

Sponsored by: The FreeBSD Foundation

Diff Detail

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