Message ID | 20230712162332.2670437-1-ardb@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | pstore: Replace crypto API compression with zlib calls | expand |
On Wed, 12 Jul 2023 18:23:30 +0200, Ard Biesheuvel wrote: > The pstore layer implements support for compression of kernel log > output, using a variety of compression algorithms provided by the > [deprecated] crypto API 'comp' interface. > > This appears to have been somebody's pet project rather than a solution > to a real problem: the original deflate compression is reasonably fast, > compresses well and is comparatively small in terms of code footprint, > and so the flexibility that the crypto API integration provides does > little more than complicate the code for no reason. > > [...] Applied, thanks! [1/2] pstore: Remove worst-case compression size logic https://git.kernel.org/kees/c/32a9ef435140 [2/2] pstore: Replace crypto API compression with zlib_deflate library calls https://git.kernel.org/kees/c/efe5be6664c8 Best regards,