Re: Crypto Fixes for 2.6.29

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Herbert Xu
Date: Sunday, February 8, 2009 - 8:39 pm

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@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Crypto Fixes for 2.6.26, Herbert Xu, (Thu May 1, 3:28 am)
Re: Crypto Fixes for 2.6.26, Herbert Xu, (Fri May 9, 6:23 am)
Re: Crypto Fixes for 2.6.26, Herbert Xu, (Mon Jun 2, 1:05 am)
Re: Crypto Fixes for 2.6.26, Herbert Xu, (Tue Jul 8, 5:37 pm)
Re: Crypto Fixes for 2.6.26, Herbert Xu, (Thu Jul 10, 5:51 am)
Re: Crypto Fixes for 2.6.26, Herbert Xu, (Tue Jul 15, 8:53 am)
Re: Crypto Fixes for 2.6.26, Oliver Pinter, (Tue Jul 15, 10:07 am)
Re: [stable] Crypto Fixes for 2.6.26, Greg KH, (Tue Jul 15, 10:17 am)
Re: [stable] Crypto Fixes for 2.6.26, Herbert Xu, (Tue Jul 15, 7:09 pm)
Re: [stable] Crypto Fixes for 2.6.26, Herbert Xu, (Tue Jul 15, 10:53 pm)
Crypto Fixes for 2.6.27, Herbert Xu, (Sat Jul 26, 11:36 pm)
Re: Crypto Fixes for 2.6.27, Herbert Xu, (Wed Aug 13, 5:16 am)
Re: Crypto Fixes for 2.6.27, Herbert Xu, (Fri Aug 22, 8:11 am)
Re: Crypto Fixes for 2.6.27, Herbert Xu, (Sun Sep 7, 9:33 pm)
Re: Crypto Fixes for 2.6.27, Herbert Xu, (Sun Sep 14, 2:35 pm)
Crypto Fixes for 2.6.29, Herbert Xu, (Wed Jan 14, 9:40 pm)
Re: Crypto Fixes for 2.6.29, Herbert Xu, (Mon Jan 26, 11:15 pm)
Re: Crypto Fixes for 2.6.29, Herbert Xu, (Sun Feb 8, 8:39 pm)
Re: Crypto Fixes for 2.6.29, Herbert Xu, (Tue Feb 17, 5:12 am)
Re: Crypto Fixes for 2.6.29, Herbert Xu, (Mon Feb 23, 2:54 am)
Re: Crypto Fixes for 2.6.29, Herbert Xu, (Thu Feb 26, 9:30 pm)
Re: Crypto Fixes for 2.6.29, Herbert Xu, (Tue Mar 3, 5:05 pm)