Re: [PATCH v3 0/8] Clean up of gzip decompressor

2024-05-09 Thread Andrew Cooper
On 24/04/2024 5:34 pm, 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 f

Re: [PATCH v3 0/8] Clean up of gzip decompressor

2024-04-24 Thread Daniel P. Smith
On 4/24/24 12:34, 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 s

[PATCH v3 0/8] Clean up of gzip decompressor

2024-04-24 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 decomp