From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
To: linux-crypto@vger.kernel.org
Cc: jussi.kivilinna@iki.fi, herbert@gondor.apana.org.au,
patches@linaro.org, Ard Biesheuvel <ard.biesheuvel@linaro.org>
Subject: [PATCH v2 0/2] crypto: move ablk_helper out of arch/x86
Date: Tue, 17 Sep 2013 09:49:12 +0200 [thread overview]
Message-ID: <1379404154-31537-1-git-send-email-ard.biesheuvel@linaro.org> (raw)
v2:
- whitespace fix
- split into two patches so that the first one applies cleanly to the ARM/ARM64
trees as well
- rebased onto cryptodev/master
Ard Biesheuvel (2):
crypto: create generic version of ablk_helper
crypto: move x86 to the generic version of ablk_helper
arch/x86/crypto/Makefile | 1 -
arch/x86/crypto/ablk_helper.c | 149 ----------------------------
arch/x86/crypto/aesni-intel_glue.c | 2 +-
arch/x86/crypto/camellia_aesni_avx2_glue.c | 2 +-
arch/x86/crypto/camellia_aesni_avx_glue.c | 2 +-
arch/x86/crypto/cast5_avx_glue.c | 2 +-
arch/x86/crypto/cast6_avx_glue.c | 2 +-
arch/x86/crypto/serpent_avx2_glue.c | 2 +-
arch/x86/crypto/serpent_avx_glue.c | 2 +-
arch/x86/crypto/serpent_sse2_glue.c | 2 +-
arch/x86/crypto/twofish_avx_glue.c | 2 +-
arch/x86/include/asm/crypto/ablk_helper.h | 38 ++------
crypto/Kconfig | 23 +++--
crypto/Makefile | 1 +
crypto/ablk_helper.c | 150 +++++++++++++++++++++++++++++
include/asm-generic/crypto/ablk_helper.h | 13 +++
include/crypto/ablk_helper.h | 31 ++++++
17 files changed, 224 insertions(+), 200 deletions(-)
delete mode 100644 arch/x86/crypto/ablk_helper.c
create mode 100644 crypto/ablk_helper.c
create mode 100644 include/asm-generic/crypto/ablk_helper.h
create mode 100644 include/crypto/ablk_helper.h
--
1.8.1.2
next reply other threads:[~2013-09-17 7:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-17 7:49 Ard Biesheuvel [this message]
2013-09-17 7:49 ` [PATCH v2 1/2] crypto: create generic version of ablk_helper Ard Biesheuvel
2013-09-17 7:49 ` [PATCH v2 2/2] crypto: move x86 to the " Ard Biesheuvel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1379404154-31537-1-git-send-email-ard.biesheuvel@linaro.org \
--to=ard.biesheuvel@linaro.org \
--cc=herbert@gondor.apana.org.au \
--cc=jussi.kivilinna@iki.fi \
--cc=linux-crypto@vger.kernel.org \
--cc=patches@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).