Re: [PATCH 0/6] crypto: ccp - more code fixes/cleanup

2014-01-14 Thread Herbert Xu
On Mon, Jan 06, 2014 at 01:33:53PM -0600, Tom Lendacky wrote: > The following series implements a fix to hash length wrapping as well > as some additional fixes and cleanups (proper gfp_t type on some memory > allocations, scatterlist usage improvements, null request result field > checks and

Re: [PATCH 0/6] crypto: ccp - more code fixes/cleanup

2014-01-14 Thread Herbert Xu
On Mon, Jan 06, 2014 at 01:33:53PM -0600, Tom Lendacky wrote: The following series implements a fix to hash length wrapping as well as some additional fixes and cleanups (proper gfp_t type on some memory allocations, scatterlist usage improvements, null request result field checks and driver

[PATCH 0/6] crypto: ccp - more code fixes/cleanup

2014-01-06 Thread Tom Lendacky
The following series implements a fix to hash length wrapping as well as some additional fixes and cleanups (proper gfp_t type on some memory allocations, scatterlist usage improvements, null request result field checks and driver enabled/disabled changes). This patch series is based on the

[PATCH 0/6] crypto: ccp - more code fixes/cleanup

2014-01-06 Thread Tom Lendacky
The following series implements a fix to hash length wrapping as well as some additional fixes and cleanups (proper gfp_t type on some memory allocations, scatterlist usage improvements, null request result field checks and driver enabled/disabled changes). This patch series is based on the