On Wed, 19 Mar 2025 at 07:05, Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> wrote: > > This patch-series adds SG support to deflate so that IPsec can > avoid linearising the data. > > Herbert Xu (3): > crypto: acomp - Move scomp stream allocation code into acomp > crypto: acomp - Add acomp_walk > crypto: deflate - Convert to acomp > IIRC Eric had some feedback at the time regarding the exact behavior of the zlib API, and I notice that the code no longer deals with Z_SYNC_FLUSH at all, which I did handle in my version of patch #3. Do your tests have coverage for all the conditional cases there?