Page MenuHomeFreeBSD

kernel: Be clearer about what ZSTDIO is for
ClosedPublic

Authored by des on Mar 19 2026, 2:41 PM.
Tags
None
Referenced Files
F167471420: D55940.id174073.diff
Sat, Aug 22, 12:38 AM
Unknown Object (File)
Sun, Aug 16, 9:16 PM
Unknown Object (File)
Sun, Aug 9, 3:50 AM
Unknown Object (File)
Sun, Aug 9, 2:08 AM
Unknown Object (File)
Sat, Aug 8, 5:15 PM
Unknown Object (File)
Sat, Aug 8, 5:04 PM
Unknown Object (File)
Sat, Aug 8, 10:46 AM
Unknown Object (File)
Wed, Aug 5, 6:08 AM

Details

Summary

ZSTDIO is not just for core dumps, and it is now required by ZFS, so
move it (and GZIO, which is still just for dumps) to a new “Compression
support” section in GENERIC, and add them both to MINIMAL.

MFC after: 1 week

Diff Detail

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

Event Timeline

des requested review of this revision.Mar 19 2026, 2:42 PM
olce added inline comments.
sys/amd64/conf/FIRECRACKER
105–106

I'd stay explicit on the fact that kernel and user dumps are concerned.

Any chance we can make zstd a loadable module?

This revision is now accepted and ready to land.Mar 20 2026, 9:26 PM
This revision was automatically updated to reflect the committed changes.