Re: Crypto Fixes for 3.6

2012-09-10 Thread Herbert Xu
Hi Linus: This push fixes the authenc self-test crash as well as a missing export of a symbol used by a module. 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 Ben Collins (1): c

Re: Linux 3.6-rc5

2012-09-10 Thread Romain Francoise
Herbert Xu writes: > Thanks! I think this patch should fix the problem. Can someone > please confirm this? Works for me as well, thanks! > crypto: authenc - Fix crash with zero-length assoc data > > The authenc code doesn't deal with zero-length associated data > correctly and ends up construc

[PATCH] crypto: caam - change key gen functions to return signed int

2012-09-10 Thread Kim Phillips
The 'coccicheck fixes' commit added error return values yet neglected to change the type from unsigned. Signed-off-by: Kim Phillips --- drivers/crypto/caam/caamhash.c | 4 ++-- drivers/crypto/caam/key_gen.c | 2 +- drivers/crypto/caam/key_gen.h | 2 +- 3 files changed, 4 insertions(+), 4 delet