X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 09E25DC023D for ; Sat, 5 Dec 2015 23:06:28 +0000 (UTC) Received: from mailoo.org (arnold.mailoo.org [212.83.147.198]) by mail.alpinelinux.org (Postfix) with ESMTP id AE9E5DC01BB for ; Sat, 5 Dec 2015 23:06:27 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by arnold.mailoo.org (Postfix) with ESMTP id 6A5161FA for ; Sun, 6 Dec 2015 00:07:58 +0100 (CET) Received: from localhost.localdomain (AVelizy-152-1-47-133.w82-120.abo.wanadoo.fr [82.120.250.133]) by arnold.mailoo.org (Postfix) with ESMTPSA id 1CFCF1F9 for ; Sun, 6 Dec 2015 00:07:57 +0100 (CET) Date: Sun, 06 Dec 2015 00:05:33 +0100 From: Ypnose To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH] mkinitfs: grab a bunch of crypto modules for AES-NI Message-ID: <20151205230533.wEnEoYDG%ypnx@mailoo.org> User-Agent: mail v14.7.8 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP 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=E2=80=A6 =46rom 00ed34a77ed675d6e79c2affdd5bf95a77fd3dad Mon Sep 17 00:00:00 2001 =46rom: Ypnose 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 --=20 2.6.3 Regards Y. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---