On Tue, Jul 25, 2023 at 12:44:27PM +0200, Greg Kroah-Hartman wrote:
From: Eric Biggers ebiggers@google.com
[ Upstream commit cec0cb8a28f9060367099beeafd0dbdb76fdfae2 ]
crypto_has_ablkcipher() has no users, and it does the same thing as crypto_has_skcipher() anyway. So remove it. This also removes the last user of crypto_skcipher_type() and crypto_skcipher_mask(), so remove those too.
Signed-off-by: Eric Biggers ebiggers@google.com Signed-off-by: Herbert Xu herbert@gondor.apana.org.au Stable-dep-of: efbc7764c444 ("crypto: marvell/cesa - Fix type mismatch warning") Signed-off-by: Sasha Levin sashal@kernel.org
Documentation/crypto/api-skcipher.rst | 2 +- include/linux/crypto.h | 31 --------------------------- 2 files changed, 1 insertion(+), 32 deletions(-)
How is this a Stable-dep-of "crypto: marvell/cesa - Fix type mismatch warning"?
I don't understand why this is being backported.
- Eric