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)
Mon, May 18, 8:11 AM
Unknown Object (File)
Mon, May 18, 8:05 AM
Unknown Object (File)
Mon, May 18, 4:26 AM
Unknown Object (File)
Mon, May 18, 4:22 AM
Unknown Object (File)
Sun, May 17, 8:18 PM
Unknown Object (File)
Sun, May 17, 8:10 PM
Unknown Object (File)
Thu, May 14, 3:06 PM
Unknown Object (File)
Thu, May 14, 10:18 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.