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)
Sat, Feb 28, 4:47 PM
Unknown Object (File)
Wed, Feb 25, 4:28 AM
Unknown Object (File)
Tue, Feb 24, 3:57 PM
Unknown Object (File)
Thu, Feb 19, 4:08 PM
Unknown Object (File)
Wed, Feb 18, 12:06 AM
Unknown Object (File)
Tue, Feb 17, 1:57 PM
Unknown Object (File)
Sun, Feb 15, 6:00 PM
Unknown Object (File)
Wed, Feb 11, 3:20 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