Re: Crypto Fixes for 2.6.29

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Herbert Xu
Date: Tuesday, March 3, 2009 - 5:05 pm

Hi Linus:

This push fixes two bugs:

* A 2.6.27 regression where the new test mechanism can cause the
optimised AES implementation on s390 to hang on initial module
load.  The same thing can affect the VIA PadLock, although modprobe
alias ordering may have prevented it from occurring.

* A build error in the ixp4xx driver.

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: api - Fix module load deadlock with fallback algorithms

Krzysztof Hałasa (1):
      crypto: ixp4xx - Fix qmgr_request_queue build failure

 arch/s390/crypto/aes_s390.c    |    2 +-
 crypto/api.c                   |   15 +++++++++++++--
 drivers/crypto/ixp4xx_crypto.c |    6 ++++--
 drivers/crypto/padlock-aes.c   |    2 +-
 drivers/crypto/padlock-sha.c   |    4 ++--
 5 files changed, 21 insertions(+), 8 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)