Page MenuHomeFreeBSD

linuxkpi: Add `struct kmsg_dump_detail`
ClosedPublic

Authored by dumbbell on Apr 16 2026, 8:51 PM.
Tags
None
Referenced Files
F167625949: D56433.diff
Sun, Aug 23, 7:08 AM
Unknown Object (File)
Sat, Aug 22, 1:17 AM
Unknown Object (File)
Thu, Aug 13, 3:06 AM
Unknown Object (File)
Wed, Aug 12, 1:53 AM
Unknown Object (File)
Tue, Aug 11, 5:38 PM
Unknown Object (File)
Mon, Aug 10, 1:45 PM
Unknown Object (File)
Sun, Aug 9, 9:00 PM
Unknown Object (File)
Sun, Aug 9, 2:52 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.