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)
Wed, Jul 8, 3:49 AM
Unknown Object (File)
Wed, Jul 8, 12:57 AM
Unknown Object (File)
Tue, Jul 7, 3:28 AM
Unknown Object (File)
Mon, Jul 6, 4:06 AM
Unknown Object (File)
Mon, Jul 6, 3:43 AM
Unknown Object (File)
Sun, Jul 5, 2:34 PM
Unknown Object (File)
Sun, Jul 5, 10:53 AM
Unknown Object (File)
Thu, Jun 25, 8:53 PM
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.