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 7, 3:24 AM
Unknown Object (File)
Wed, Oct 1, 5:50 PM
Unknown Object (File)
Tue, Sep 30, 2:51 AM
Unknown Object (File)
Sat, Sep 27, 5:49 PM
Unknown Object (File)
Tue, Sep 23, 1:21 PM
Unknown Object (File)
Sat, Sep 20, 12:50 PM
Unknown Object (File)
Fri, Sep 19, 1:47 PM
Unknown Object (File)
Thu, Sep 18, 6:16 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