]> git.baikalelectronics.ru Git - kernel.git/commit
pstore: migrate to crypto acomp interface
authorArd Biesheuvel <ardb@kernel.org>
Tue, 26 Apr 2022 17:56:18 +0000 (19:56 +0200)
committerKees Cook <keescook@chromium.org>
Thu, 12 May 2022 16:31:00 +0000 (09:31 -0700)
commit05ba8240bcb6636bf672a69a21f2818db98ca71f
tree58e6cbce0393cb97b7085d4814f998f552fe7689
parentef8e7cd3bfb3e514a5772f2c5874cf0913238d68
pstore: migrate to crypto acomp interface

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.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
fs/pstore/platform.c