]> git.ipfire.org Git - people/ms/linux.git/commit - fs/pstore/platform.c
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)
commite4f0a7ec586b7644107839f5394fb685cf1aadcc
tree58e6cbce0393cb97b7085d4814f998f552fe7689
parentce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e
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