Page MenuHomeFreeBSD

linuxkpi: Add `struct kmsg_dump_detail`
ClosedPublic

Authored by dumbbell on Apr 16 2026, 8:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 8, 6:10 PM
Unknown Object (File)
Tue, Sep 8, 8:54 AM
Unknown Object (File)
Fri, Sep 4, 3:09 PM
Unknown Object (File)
Fri, Sep 4, 1:56 PM
Unknown Object (File)
Thu, Sep 3, 6:24 PM
Unknown Object (File)
Wed, Sep 2, 5:04 PM
Unknown Object (File)
Wed, Sep 2, 12:04 PM
Unknown Object (File)
Wed, Sep 2, 10:31 AM
Subscribers

Details

Summary

This structure is used in a modified definition of struct kmsg_dumper field dump in Linux 6.12. Therefore this field has two definitions put behind the values of LINUXKPI_VERSION.

The DRM generic code started to use it in Linux 6.12.

Sponsored by: The FreeBSD Foundation

Diff Detail

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

Event Timeline

bz requested changes to this revision.Apr 20 2026, 8:42 PM
bz added a subscriber: bz.
bz added inline comments.
sys/compat/linuxkpi/common/include/linux/kmsg_dump.h
40

I believe we settled on "the new version should be the default" you get even if LINUXKPI_VERSION is not defined?

This revision now requires changes to proceed.Apr 20 2026, 8:42 PM
sys/compat/linuxkpi/common/include/linux/kmsg_dump.h
40

That makes sense to me

This revision is now accepted and ready to land.Apr 22 2026, 1:37 PM
This revision was automatically updated to reflect the committed changes.