Page MenuHomeFreeBSD

linuxkpi: Move `struct kobject` code to `linux_kobject.c`
ClosedPublic

Authored by dumbbell on Dec 13 2023, 11:56 AM.
Tags
None
Referenced Files
F141050508: D43019.id131339.diff
Wed, Dec 31, 5:32 AM
Unknown Object (File)
Sat, Dec 27, 12:39 AM
Unknown Object (File)
Thu, Dec 25, 3:22 AM
Unknown Object (File)
Mon, Dec 22, 6:58 PM
Unknown Object (File)
Nov 13 2025, 11:19 PM
Unknown Object (File)
Nov 11 2025, 11:15 PM
Unknown Object (File)
Nov 5 2025, 10:24 PM
Unknown Object (File)
Oct 31 2025, 3:28 PM

Details

Summary

Why

linux_compat.c is already too long. I will need to add struct kset in a follow-up commit, so let's move the existing struct kobject code to its own file.

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

Diff Detail

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