Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1245663 > unrolled thread

Crypto Fixes for 4.3

Started byHerbert Xu <herbert@gondor.apana.org.au>
First post2015-10-13 14:20 +0200
Last post2015-10-14 04:40 +0200
Articles 5 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Crypto Fixes for 4.3 Herbert Xu <herbert@gondor.apana.org.au> - 2015-10-13 14:20 +0200
    Re: Crypto Fixes for 4.3 Linus Torvalds <torvalds@linux-foundation.org> - 2015-10-13 19:30 +0200
      Re: Crypto Fixes for 4.3 Herbert Xu <herbert@gondor.apana.org.au> - 2015-10-14 03:10 +0200
        Re: Crypto Fixes for 4.3 Linus Torvalds <torvalds@linux-foundation.org> - 2015-10-14 04:10 +0200
          Re: Crypto Fixes for 4.3 Herbert Xu <herbert@gondor.apana.org.au> - 2015-10-14 04:40 +0200

#1245663 — Crypto Fixes for 4.3

FromHerbert Xu <herbert@gondor.apana.org.au>
Date2015-10-13 14:20 +0200
SubjectCrypto Fixes for 4.3
Message-ID<qj6IF-6iL-3@gated-at.bofh.it>
Hi Linus:

This push fixes the following issues:

* Fix AVX detection to prevent use of non-existent AESNI.
* Some SPARC ciphers did not set their IV size which may lead
  to memory corruption.


Please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git


Ben Hutchings (1):
      crypto: camellia_aesni_avx - Fix CPU feature checks

Dave Kleikamp (1):
      crypto: sparc - initialize blkcipher.ivsize

 arch/sparc/crypto/aes_glue.c              |    2 ++
 arch/sparc/crypto/camellia_glue.c         |    1 +
 arch/sparc/crypto/des_glue.c              |    2 ++
 arch/x86/crypto/camellia_aesni_avx_glue.c |    5 +++++
 4 files changed, 10 insertions(+)

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1245948

FromLinus Torvalds <torvalds@linux-foundation.org>
Date2015-10-13 19:30 +0200
Message-ID<qjbyH-4SC-43@gated-at.bofh.it>
In reply to#1245663
On Tue, Oct 13, 2015 at 5:17 AM, Herbert Xu <herbert@gondor.apana.org.au> wrote:
>
> This push fixes the following issues:
>
> * Fix AVX detection to prevent use of non-existent AESNI.
> * Some SPARC ciphers did not set their IV size which may lead
>   to memory corruption.

Hmm. It looks like you also quietly added a ahash fix this morning.

I took it despite it not being described or in the diffstat. But
please send new pull requests when you update a branch you asked me to
pull.

                    Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1246230

FromHerbert Xu <herbert@gondor.apana.org.au>
Date2015-10-14 03:10 +0200
Message-ID<qjiJQ-7iz-5@gated-at.bofh.it>
In reply to#1245948
On Tue, Oct 13, 2015 at 10:23:39AM -0700, Linus Torvalds wrote:
>
> Hmm. It looks like you also quietly added a ahash fix this morning.
> 
> I took it despite it not being described or in the diffstat. But
> please send new pull requests when you update a branch you asked me to
> pull.

Oops, I should've waited for you to pull the previous one before
pushing this one out.

Anyway, this one is meant to fix a potential crash that can be
triggered by user-space but only if you have the relevant hardware,
in particular, Marvell CESA on ARM.

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1246251

FromLinus Torvalds <torvalds@linux-foundation.org>
Date2015-10-14 04:10 +0200
Message-ID<qjjFU-F5-11@gated-at.bofh.it>
In reply to#1246230
On Tue, Oct 13, 2015 at 6:03 PM, Herbert Xu <herbert@gondor.apana.org.au> wrote:
>
> Oops, I should've waited for you to pull the previous one before
> pushing this one out.

You might try to start using signed tags for your pull requests. That
lessens this kind of issue, because now only will you write the tag
message and then your signing key pass phrase etc, the tag would
specify one very particular commit at the time of the tagging rather
than just have it be the default branch of your public repository.

                Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1246262

FromHerbert Xu <herbert@gondor.apana.org.au>
Date2015-10-14 04:40 +0200
Message-ID<qjk8V-1uB-1@gated-at.bofh.it>
In reply to#1246251
On Tue, Oct 13, 2015 at 07:00:20PM -0700, Linus Torvalds wrote:
>
> You might try to start using signed tags for your pull requests. That
> lessens this kind of issue, because now only will you write the tag
> message and then your signing key pass phrase etc, the tag would
> specify one very particular commit at the time of the tagging rather
> than just have it be the default branch of your public repository.

Right.  I'll start using branches for the next push.

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web