]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb: client: Remove unnecessary selection of CRYPTO_ECB
authorEric Biggers <ebiggers@kernel.org>
Sat, 4 Apr 2026 19:42:10 +0000 (12:42 -0700)
committerSteve French <stfrench@microsoft.com>
Mon, 6 Apr 2026 00:58:40 +0000 (19:58 -0500)
commit314ef7f7249b87cdee368ab6b3e89774ac00e567
tree4f7e80e1a2f909d713e9e29a6f7ac8cad818cf50
parent59ea368431ddf0569ac9201162bfea969fe3a03c
smb: client: Remove unnecessary selection of CRYPTO_ECB

Since the SMB client never uses any ecb(...) algorithm from the
crypto_skcipher API, selecting CRYPTO_ECB is unnecessary.

Specifically, it has been unnecessary since commit 06deeec77a5a ("cifs:
Fix smbencrypt() to stop pointing a scatterlist at the stack") in 2016.

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/Kconfig
fs/smb/client/cifsfs.c