Re: [PATCH] pstore: migrate to crypto acomp interface (take 2)

From: Kees Cook
Date: Mon Oct 17 2022 - 14:01:48 EST


On Mon, Oct 17, 2022 at 01:26:12PM -0300, Guilherme G. Piccoli wrote:
> On 06/10/2022 20:41, Kees Cook wrote:
> > From: Ard Biesheuvel <ardb@xxxxxxxxxx>
> >
> > The crypto 'compress' interface is deprecated, so before adding new
> > features, migrate to the acomp interface. Note that we are only using
> > synchronous implementations of acomp, so we don't have to deal with
> > asynchronous completion.

Ard, given your observation about all the per-cpu memory allocation,
should pstore still go ahead with this conversion?

-Kees

> >
> > [ Tweaked error paths to avoid memory leak, as pointed out byGuilherme
> > G. Piccoli <gpiccoli@xxxxxxxxxx>, and fixed pstore_compress()
> > return value -kees ]
> >
> > Signed-off-by: Ard Biesheuvel <ardb@xxxxxxxxxx>
> > Link: https://lore.kernel.org/lkml/CAMj1kXFnoqj+cn-0dT8fg0kgLvVx+Q2Ex-4CUjSnA9yRprmC-w@xxxxxxxxxxxxxx/
> > Cc: "Guilherme G. Piccoli" <gpiccoli@xxxxxxxxxx>
> > Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
> > ---
> > fs/pstore/platform.c | 74 ++++++++++++++++++++++++++++++++++----------
> > 1 file changed, 57 insertions(+), 17 deletions(-)
> >
>
> Hi Kees, thanks for re-sending this one.
>
> Just tested it on top of v6.0, with efi-pstore/ramoops, using zstd, lz4
> and deflate - everything working as expected.
> So, with the typo fixed, have my:
>
> Tested-by: Guilherme G. Piccoli <gpiccoli@xxxxxxxxxx>

Thanks!

--
Kees Cook