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)
Tue, Oct 14, 7:57 PM
Unknown Object (File)
Sun, Oct 12, 5:51 PM
Unknown Object (File)
Sun, Oct 12, 5:51 PM
Unknown Object (File)
Sun, Oct 12, 5:51 PM
Unknown Object (File)
Sun, Oct 12, 5:50 PM
Unknown Object (File)
Sun, Oct 12, 6:20 AM
Unknown Object (File)
Sat, Oct 11, 12:58 PM
Unknown Object (File)
Tue, Oct 7, 3:24 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