[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090209033924.GA31250@gondor.apana.org.au>
Date: Mon, 9 Feb 2009 14:39:24 +1100
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
"David S. Miller" <davem@...emloft.net>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Crypto Mailing List <linux-crypto@...r.kernel.org>
Subject: Re: Crypto Fixes for 2.6.29
Hi Linus:
This push fixes a number of bugs/regerssions:
* shash modules weren't ref counted properly.
* AEAD initialisation may fail which broke IPsec.
* Not all memory were zeroed when a crypto tfm is freed.
* We were doing flush_dcache_page on slab pages.
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
Adrian-Ken Rueegsegger (1):
crypto: shash - Fix module refcount
Herbert Xu (4):
crypto: api - Fix algorithm test race that broke aead initialisation
crypto: api - Fix zeroing on free
crypto: shash - Fix tfm destruction
crypto: scatterwalk - Avoid flush_dcache_page on slab pages
crypto/algapi.c | 6 +++++-
crypto/api.c | 20 ++++++++++----------
crypto/scatterwalk.c | 3 ++-
crypto/shash.c | 7 ++++++-
include/crypto/hash.h | 2 +-
include/linux/crypto.h | 7 ++++++-
6 files changed, 30 insertions(+), 15 deletions(-)
Thanks,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@...dor.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists