Page MenuHomeFreeBSD

kern: add a compressor_method() accessor to the compresssor API
ClosedPublic

Authored by kevans on Sat, Jul 26, 3:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 14, 5:16 PM
Unknown Object (File)
Fri, Aug 8, 7:45 PM
Unknown Object (File)
Thu, Aug 7, 4:36 AM
Unknown Object (File)
Sat, Aug 2, 4:31 PM
Unknown Object (File)
Sat, Aug 2, 4:50 AM
Unknown Object (File)
Thu, Jul 31, 9:52 AM
Unknown Object (File)
Thu, Jul 31, 1:39 AM
Unknown Object (File)
Wed, Jul 30, 2:48 PM
Subscribers

Details

Summary

Some work in progress on the ucoredump bits (D51377) would pass the
compression method out-of-band to the coredump writer's init function,
but the compressor is accessible to the init_fn via the coredump_params.

Making this accessible in parts of the kernel detached from the bits
actually doing compression would be useful to clean up the API so that
we can stick to using coredump_params to pass along whatever may be
useful.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 65757
Build 62640: arc lint + arc unit