[PATCH crypto] crypto: algboss: fix NULL pointer dereference in cryptomgr_probe

2013-06-20 Thread Daniel Borkmann
After having fixed a NULL pointer dereference in SCTP 1abd165e (net: sctp: fix NULL pointer dereference in socket destruction), I ran into the following NULL pointer dereference in the crypto subsystem with the same reproducer, easily hit each time: BUG: unable to handle kernel NULL pointer

[PATCH crypto] crypto: algboss: fix NULL pointer dereference in cryptomgr_probe

2013-06-20 Thread Daniel Borkmann
After having fixed a NULL pointer dereference in SCTP 1abd165e (net: sctp: fix NULL pointer dereference in socket destruction), I ran into the following NULL pointer dereference in the crypto subsystem with the same reproducer, easily hit each time: BUG: unable to handle kernel NULL pointer

Re: Crypto Fixes for 3.10

2013-06-20 Thread Herbert Xu
Hi Linus: This push fixes an unaligned crash in XTS mode when using aseni_intel. 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 Jussi Kivilinna (1): crypto: aesni_intel - fix

Re: [PATCH crypto] crypto: algboss: fix NULL pointer dereference in cryptomgr_probe

2013-06-20 Thread Herbert Xu
On Thu, Jun 20, 2013 at 10:00:21AM +0200, Daniel Borkmann wrote: After having fixed a NULL pointer dereference in SCTP 1abd165e (net: sctp: fix NULL pointer dereference in socket destruction), I ran into the following NULL pointer dereference in the crypto subsystem with the same reproducer,