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
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
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