All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Biggers <ebiggers@kernel.org>
To: Ard Biesheuvel <ardb@kernel.org>
Cc: linux-crypto@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	herbert@gondor.apana.org.au, will@kernel.org,
	kernel-team@android.com
Subject: Re: [PATCH v5 1/5] crypto: arm64/gcm-aes-ce - remove non-SIMD fallback path
Date: Mon, 24 May 2021 14:46:05 -0700	[thread overview]
Message-ID: <YKwenSYKlQF77Dz2@gmail.com> (raw)
In-Reply-To: <20210521102053.66609-2-ardb@kernel.org>

On Fri, May 21, 2021 at 12:20:49PM +0200, Ard Biesheuvel wrote:
> Now that kernel mode SIMD is guaranteed to be available when executing
> in task or softirq context, we no longer need scalar fallbacks to use
> when the NEON is unavailable. So get rid of them.
> 
> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
> ---
>  arch/arm64/crypto/ghash-ce-glue.c | 209 +++++---------------
>  1 file changed, 51 insertions(+), 158 deletions(-)

Reviewed-by: Eric Biggers <ebiggers@google.com>

WARNING: multiple messages have this Message-ID (diff)
From: Eric Biggers <ebiggers@kernel.org>
To: Ard Biesheuvel <ardb@kernel.org>
Cc: linux-crypto@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	herbert@gondor.apana.org.au, will@kernel.org,
	kernel-team@android.com
Subject: Re: [PATCH v5 1/5] crypto: arm64/gcm-aes-ce - remove non-SIMD fallback path
Date: Mon, 24 May 2021 14:46:05 -0700	[thread overview]
Message-ID: <YKwenSYKlQF77Dz2@gmail.com> (raw)
In-Reply-To: <20210521102053.66609-2-ardb@kernel.org>

On Fri, May 21, 2021 at 12:20:49PM +0200, Ard Biesheuvel wrote:
> Now that kernel mode SIMD is guaranteed to be available when executing
> in task or softirq context, we no longer need scalar fallbacks to use
> when the NEON is unavailable. So get rid of them.
> 
> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
> ---
>  arch/arm64/crypto/ghash-ce-glue.c | 209 +++++---------------
>  1 file changed, 51 insertions(+), 158 deletions(-)

Reviewed-by: Eric Biggers <ebiggers@google.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-05-24 21:46 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-21 10:20 [PATCH v5 0/5] running kernel mode SIMD with softirqs disabled Ard Biesheuvel
2021-05-21 10:20 ` Ard Biesheuvel
2021-05-21 10:20 ` [PATCH v5 1/5] crypto: arm64/gcm-aes-ce - remove non-SIMD fallback path Ard Biesheuvel
2021-05-21 10:20   ` Ard Biesheuvel
2021-05-24 21:46   ` Eric Biggers [this message]
2021-05-24 21:46     ` Eric Biggers
2021-05-21 10:20 ` [PATCH v5 2/5] crypto: arm64/aes-neonbs - stop using SIMD helper for skciphers Ard Biesheuvel
2021-05-21 10:20   ` Ard Biesheuvel
2021-05-24 21:46   ` Eric Biggers
2021-05-24 21:46     ` Eric Biggers
2021-05-21 10:20 ` [PATCH v5 3/5] crypto: arm64/aes-ce " Ard Biesheuvel
2021-05-21 10:20   ` Ard Biesheuvel
2021-05-24 21:47   ` Eric Biggers
2021-05-24 21:47     ` Eric Biggers
2021-05-21 10:20 ` [PATCH v5 4/5] crypto: arm64/aes-ccm - remove non-SIMD fallback path Ard Biesheuvel
2021-05-21 10:20   ` Ard Biesheuvel
2021-05-24 21:51   ` Eric Biggers
2021-05-24 21:51     ` Eric Biggers
2021-05-26  9:12     ` Ard Biesheuvel
2021-05-26  9:12       ` Ard Biesheuvel
2021-05-21 10:20 ` [PATCH v5 5/5] crypto: arm64/aes-ccm - avoid by-ref argument for ce_aes_ccm_auth_data Ard Biesheuvel
2021-05-21 10:20   ` Ard Biesheuvel
2021-05-24 21:53   ` Eric Biggers
2021-05-24 21:53     ` Eric Biggers
2021-05-26  9:14     ` Ard Biesheuvel
2021-05-26  9:14       ` 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=YKwenSYKlQF77Dz2@gmail.com \
    --to=ebiggers@kernel.org \
    --cc=ardb@kernel.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=kernel-team@android.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=will@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.