]> 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)
commit90aac29cefe1fb8c00c1573c862968fb30872bbd
tree58e6cbce0393cb97b7085d4814f998f552fe7689
parentc02c8228f39a35a18b7da5bed4327a96bdd1c782
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