Skip to content

Commit dfe085d

Browse files
committed
crypto: xts - Add softdep on ecb
The xts module needs ecb to be present as it's meant to work on top of ecb. This patch adds a softdep so ecb can be included automatically into the initramfs. Reported-by: rftc <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent fffe799 commit dfe085d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crypto/xts.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,3 +466,4 @@ MODULE_LICENSE("GPL");
466466
MODULE_DESCRIPTION("XTS block cipher mode");
467467
MODULE_ALIAS_CRYPTO("xts");
468468
MODULE_IMPORT_NS(CRYPTO_INTERNAL);
469+
MODULE_SOFTDEP("pre: ecb");

0 commit comments

Comments
 (0)