~alpine/devel

mkinitfs: grab a bunch of crypto modules for AES-NI v1 PROPOSED

Ypnose: 1
 mkinitfs: grab a bunch of crypto modules for AES-NI

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/991/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] mkinitfs: grab a bunch of crypto modules for AES-NI Export this patch

Hi,

A tiny patch for 'cryptsetup.modules' to be able to put some crypto
modules, inside the initramfs. It is very useful with CPUs that support
AES-NI, when using dm-crypt/cryptsetup. Perfs are really attractive.

I wasn't sure if I had to create another feature file (aes.modules is
not that bad too).

Hope it will be applied…


From 00ed34a77ed675d6e79c2affdd5bf95a77fd3dad Mon Sep 17 00:00:00 2001
From: Ypnose <linuxien@legtux.org>
Date: Sun, 6 Dec 2015 00:02:41 +0100
Subject: [PATCH] cryptsetup.modules: bunch of modules needed to active
 aesni_intel

---
 features.d/cryptsetup.modules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/features.d/cryptsetup.modules b/features.d/cryptsetup.modules
index 9b63cd3..7a13bbb 100644
--- a/features.d/cryptsetup.modules
+++ b/features.d/cryptsetup.modules
@@ -1,2 +1,3 @@
kernel/arch/x86/crypto/*
kernel/crypto/*
kernel/drivers/md/dm-crypt.ko
-- 
2.6.3

Regards
Y.


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---