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
Unknown Object (File)
Thu, May 9, 11:54 AM
Unknown Object (File)
Thu, May 2, 5:34 AM
Unknown Object (File)
Thu, May 2, 4:36 AM
Unknown Object (File)
Thu, May 2, 4:36 AM
Unknown Object (File)
Mon, Apr 29, 6:44 AM
Unknown Object (File)
Thu, Apr 25, 7:24 PM
Unknown Object (File)
Thu, Apr 25, 7:07 PM
Unknown Object (File)
Feb 17 2024, 12:43 AM

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