Add xts to MODULES_CRYPTO (bug #425028)
authorSebastian Pipping <sebastian@pipping.org>
Sun, 8 Jul 2012 17:35:24 +0000 (19:35 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sun, 8 Jul 2012 17:35:24 +0000 (19:35 +0200)
ChangeLog
arch/x86/modules_load
arch/x86_64/modules_load
defaults/modules_load

index 08d064bc9e8c9086d79f514988914d1bf1ceccb2..d3bcf58cf7b62ee842bd086d6a4e3f2411a9bece 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
 # Distributed under the GPL v2
 # $Id$
 
+  08 Jul 2012; Sebastian Pipping <sping@gentoo.org> arch/x86/modules_load,
+  arch/x86_64/modules_load, defaults/modules_load:
+  Add xts to MODULES_CRYPTO (bug #425028)
+
   01 Jul 2012; Sebastian Pipping <sping@gentoo.org> gen_configkernel.sh,
   gen_package.sh:
   Support --kernel-config=/proc/config.gz (bug #421027)
index 72506fddccd2d17a76fc904723b65fe7069efa07..38d9757215ce93ef257f1fc9d284bdbe51d43beb 100644 (file)
@@ -28,4 +28,4 @@ MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl8
 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
 
 # Crypto
-MODULES_CRYPTO="sha256_generic cbc aes_generic aes_586 aesni-intel"
+MODULES_CRYPTO="sha256_generic cbc aes_generic aes_586 aesni-intel xts"
index 4f6eb2db32b4da48c5399ba6f69928cbdca199e6..e94bdd3b2942dd878c9b8fbdb16b8771ec536519 100644 (file)
@@ -27,4 +27,4 @@ MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl8
 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
 
 # Crypto
-MODULES_CRYPTO="sha256_generic cbc aes_generic aes-x86_64 aesni-intel"
+MODULES_CRYPTO="sha256_generic cbc aes_generic aes-x86_64 aesni-intel xts"
index 001c97ee409189d6d834547c4bf2d6a29cc54eab..c46f8654944df4fd2c72c710abdbde9f49e2d33c 100644 (file)
@@ -27,4 +27,4 @@ MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl8
 MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
 
 # Crypto
-MODULES_CRYPTO="sha256_generic cbc aes_generic"
+MODULES_CRYPTO="sha256_generic cbc aes_generic xts"