Page MenuHomeFreeBSD

linuxkpi: Add `struct kset` support in <linux/kobject.h>
ClosedPublic

Authored by dumbbell on Dec 13 2023, 11:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 2, 10:57 AM
Unknown Object (File)
Thu, May 2, 4:43 AM
Unknown Object (File)
Thu, May 2, 4:43 AM
Unknown Object (File)
Thu, May 2, 4:43 AM
Unknown Object (File)
Thu, May 2, 4:36 AM
Unknown Object (File)
Wed, May 1, 1:09 PM
Unknown Object (File)
Tue, Apr 30, 5:15 AM
Unknown Object (File)
Thu, Apr 25, 7:35 PM

Details

Summary

Why

The amdgpu DRM driver started to use it in Linux 5.18.

This is part of the update of the DRM drivers to Linux 5.18.

Depends on: D43019.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested changes to this revision.Dec 13 2023, 1:54 PM
manu added inline comments.
sys/compat/linuxkpi/common/include/linux/kobject.h
60

This will break kbi for mfc, I think that moving this at the end of the struct will reduce the problem.

177

style(9), need new line before function name

185

style(9)

197

style(9)

This revision now requires changes to proceed.Dec 13 2023, 1:54 PM
dumbbell marked 4 inline comments as done.

Address the concerns from @manu:

  • the KBI vs. MFC issue
  • style(9) errors
This revision is now accepted and ready to land.Dec 13 2023, 6:53 PM