Page MenuHomeFreeBSD

kernel: Be clearer about what ZSTDIO is for
ClosedPublic

Authored by des on Thu, Mar 19, 2:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 29, 6:52 AM
Unknown Object (File)
Fri, Mar 27, 1:51 AM
Unknown Object (File)
Thu, Mar 26, 7:49 PM
Unknown Object (File)
Thu, Mar 26, 9:52 AM
Unknown Object (File)
Tue, Mar 24, 3:29 PM
Unknown Object (File)
Mon, Mar 23, 2:01 AM
Unknown Object (File)
Sat, Mar 21, 11:28 PM
Unknown Object (File)
Fri, Mar 20, 2:25 PM

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 Skipped
Unit
Tests Skipped
Build Status
Buildable 71516
Build 68399: arc lint + arc unit

Event Timeline

des requested review of this revision.Thu, Mar 19, 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.Fri, Mar 20, 9:26 PM
This revision was automatically updated to reflect the committed changes.