2010-12-15 11:50:47

by Herbert Xu

[permalink] [raw]
Subject: Crypto Fixes for 2.6.37

Hi Linus:

This push fixes a build problem under certain configurations due
to a missing include.


Please pull from

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

or

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


Randy Dunlap (1):
crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h

arch/x86/crypto/ghash-clmulni-intel_glue.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

Thanks,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


2010-12-15 20:41:35

by Linus Torvalds

[permalink] [raw]
Subject: Re: Crypto Fixes for 2.6.37

On Wed, Dec 15, 2010 at 3:50 AM, Herbert Xu
<[email protected]> wrote:
>
> This push fixes a build problem under certain configurations due
> to a missing include.
>
> Please pull from
>
> git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git

You have a bad repo. Git says:

fatal: loose object 52f6c5ad430e41736133acac179607b224eaaa11 (stored
in ./objects/52/f6c5ad430e41736133acac179607b224eaaa11) is corrupted

and it doesn't really seem to be corrupt as much as just unreadable
(ie you've made it readable only by yourself).

There's a few other objects like that too. How do you push to your
repo, and what changed?

Linus

2010-12-16 00:49:47

by Herbert Xu

[permalink] [raw]
Subject: Re: Crypto Fixes for 2.6.37

On Wed, Dec 15, 2010 at 12:40:48PM -0800, Linus Torvalds wrote:
>
> There's a few other objects like that too. How do you push to your
> repo, and what changed?

Oops, I've fixed that now. I use rsync to copy files across so
it's my end that has changed. And indeed I've just done an upgrade.
Sorry.
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

2010-12-16 00:58:20

by Herbert Xu

[permalink] [raw]
Subject: Re: Crypto Fixes for 2.6.37

On Thu, Dec 16, 2010 at 08:49:38AM +0800, Herbert Xu wrote:
> On Wed, Dec 15, 2010 at 12:40:48PM -0800, Linus Torvalds wrote:
> >
> > There's a few other objects like that too. How do you push to your
> > repo, and what changed?
>
> Oops, I've fixed that now. I use rsync to copy files across so
> it's my end that has changed. And indeed I've just done an upgrade.
> Sorry.

OK it should be fixed for got now. I suspect what has changed
is that git is now using my umask by default.

Thanks,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

2010-12-20 09:56:57

by Junio C Hamano

[permalink] [raw]
Subject: Re: Crypto Fixes for 2.6.37

Herbert Xu <[email protected]> writes:

> On Thu, Dec 16, 2010 at 08:49:38AM +0800, Herbert Xu wrote:
>> On Wed, Dec 15, 2010 at 12:40:48PM -0800, Linus Torvalds wrote:
>> >
>> > There's a few other objects like that too. How do you push to your
>> > repo, and what changed?
>>
>> Oops, I've fixed that now. I use rsync to copy files across so
>> it's my end that has changed. And indeed I've just done an upgrade.
>> Sorry.
>
> OK it should be fixed for got now. I suspect what has changed
> is that git is now using my umask by default.

Sorry, do you mean I need to be aware of a regression in recent version of
git? From which version to which version of git did you upgrade?

I offhand do not recall any recent change around umask area, especially
with respect to rsync transport.

2010-12-21 03:22:59

by Herbert Xu

[permalink] [raw]
Subject: Re: Crypto Fixes for 2.6.37

On Mon, Dec 20, 2010 at 01:56:40AM -0800, Junio C Hamano wrote:
>
> > OK it should be fixed for got now. I suspect what has changed
> > is that git is now using my umask by default.
>
> Sorry, do you mean I need to be aware of a regression in recent version of
> git? From which version to which version of git did you upgrade?
>
> I offhand do not recall any recent change around umask area, especially
> with respect to rsync transport.

No I don't think it was your fault. I haven't upgraded in a long
time and have only just caught up with Debian testing.

Thanks,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

2011-02-16 05:39:21

by Herbert Xu

[permalink] [raw]
Subject: Crypto Fixes for 2.6.38

Hi Linus:

This push fixes an ancient bug in s390's implementation of SHA
that manifests itself only under certain conditions. This bug
causes the generation of incorrect hashes, and potentially memory
corruption.

Please pull from

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

or

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


Herbert Xu (1):
crypto: sha-s390 - Reset index after processing partial block

arch/s390/crypto/sha_common.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

Thanks,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

2011-03-28 07:13:31

by Herbert Xu

[permalink] [raw]
Subject: Crypto Fixes for 2.6.39

Hi Linus:

This push fixes a bug in the aesni-intel driver that may cause
incorrect results for certain input sizes.

Please pull from

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

or

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

Tadeusz Struk (1):
crypto: aesni-intel - fixed problem with packets that are not multiple of 64bytes

arch/x86/crypto/aesni-intel_asm.S | 5 ++++-
arch/x86/crypto/aesni-intel_glue.c | 14 ++++++++++++--
2 files changed, 16 insertions(+), 3 deletions(-)

Thanks,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

2011-06-29 23:52:11

by Herbert Xu

[permalink] [raw]
Subject: Crypto Fixes for 3.0

Hi Linus:

This push fixes a memory corruption bug due to undersized kmalloc
in the caam driver. The patch has actually been in my tree for
a month but I had incorrectly placed it in the tree for linux-next.
Sorry about that.

Please pull from

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

or

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


Kim Phillips (1):
crypto: caam - fix operator precedence in shared descriptor allocation

drivers/crypto/caam/caamalg.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

Thanks,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt