From 2f1c60449188777ca2499dfa575e49e8866c3b1e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 15 Dec 2015 11:43:06 +0000 Subject: init: add arch crypto modules we want the faster crypto implementation early for cryptsetup, xfs and btrfs. --- features.d/btrfs.modules | 3 +++ features.d/cryptsetup.modules | 1 + features.d/xfs.modules | 3 +++ 3 files changed, 7 insertions(+) diff --git a/features.d/btrfs.modules b/features.d/btrfs.modules index b5a271f..a114111 100644 --- a/features.d/btrfs.modules +++ b/features.d/btrfs.modules @@ -1,2 +1,5 @@ kernel/crypto/crc32c* +kernel/arch/*/crypto/crc32* +kernel/arch/*/crypto/crc32* +kernel/crypto/crc32* kernel/fs/btrfs diff --git a/features.d/cryptsetup.modules b/features.d/cryptsetup.modules index 9b63cd3..1469be7 100644 --- a/features.d/cryptsetup.modules +++ b/features.d/cryptsetup.modules @@ -1,2 +1,3 @@ kernel/crypto/* +kernel/arch/*/crypto/* kernel/drivers/md/dm-crypt.ko diff --git a/features.d/xfs.modules b/features.d/xfs.modules index f577bf3..2b7fd53 100644 --- a/features.d/xfs.modules +++ b/features.d/xfs.modules @@ -1 +1,4 @@ +kernel/arch/*/crypto/crc32* +kernel/arch/*/crypto/crc32* +kernel/crypto/crc32* kernel/fs/xfs -- cgit v1.2.3