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
F153438024: D43019.id131339.diff
Tue, Apr 21, 4:23 AM
Unknown Object (File)
Thu, Apr 16, 6:14 PM
Unknown Object (File)
Sun, Apr 12, 3:00 PM
Unknown Object (File)
Fri, Apr 10, 1:06 PM
Unknown Object (File)
Fri, Apr 10, 11:55 AM
Unknown Object (File)
Fri, Apr 10, 4:10 AM
Unknown Object (File)
Wed, Apr 8, 1:36 AM
Unknown Object (File)
Fri, Apr 3, 3:19 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