[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMj1kXGW0kZdSfnNM7oMNt+0Ois8NJS4ZwHmrcvrOP1vRdUa2g@mail.gmail.com>
Date: Tue, 4 Jul 2023 18:56:51 +0200
From: Ard Biesheuvel <ardb@...nel.org>
To: Kees Cook <kees@...nel.org>
Cc: linux-hardening@...r.kernel.org, Kees Cook <keescook@...omium.org>,
"Guilherme G. Piccoli" <gpiccoli@...lia.com>
Subject: Re: [PATCH 2/2] pstore: Replace crypto API compression with
zlib_deflate library calls
On Tue, 4 Jul 2023 at 18:48, Kees Cook <kees@...nel.org> wrote:
>
> On July 4, 2023 6:52:11 AM PDT, Ard Biesheuvel <ardb@...nel.org> wrote:
> >@@ -217,10 +220,6 @@ static void allocate_buf_for_compression(void)
> >
> > static void free_buf_for_compression(void)
> > {
> >- if (IS_ENABLED(CONFIG_PSTORE_COMPRESS) && tfm) {
> >- crypto_free_comp(tfm);
> >- tfm = NULL;
> >- }
> > kfree(big_oops_buf);
> > big_oops_buf = NULL;
> > big_oops_buf_sz = 0;
>
> I think this is missing a free of compress_workspace?
Indeed.
> Everything else looks great! What kind of testing did you do for this series?
I tested it using lkdtm PANIC in a arm64 vm, and after a reboot,
checking the contents of /sys/fs/pstore, and all looked as expected.
Powered by blists - more mailing lists