Re: [PATCH v2 0/6] Clean up of gzip decompressor

2024-04-18 Thread Jan Beulich
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

[PATCH v2 0/6] Clean up of gzip decompressor

2024-04-17 Thread Daniel P. Smith
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