Message ID | 20240417143716.27189-1-dpsmith@apertussolutions.com (mailing list archive) |
---|---|
Headers | show |
Series | Clean up of gzip decompressor | expand |
On 17.04.2024 16:37, Daniel P. Smith wrote: > An issue ran into by hyperlaunch was the need to use the gzip decompressor > multiple times. The current implementation fails when reused due to tainting of > decompressor state from a previous usage. This series seeks to colocate the > gzip unit files under a single directory similar to the other decompression > algorithms. To enable the refactoring of the state tracking, the code is then > cleaned up in line with Xen coding style. I don't mind the content and style adjustments, but what I'm missing here and in the patch descriptions is weighing of doing so versus ease of importing changes to the original source. Jan