Re: [PATCH 0/4] crypto: ccp - selective algorithm registration and ipsec-related fixes

2014-02-09 Thread Herbert Xu
On Fri, Jan 24, 2014 at 04:17:50PM -0600, Tom Lendacky wrote: > Patch 1: Allow for selectively disabling the registration of an algorithm > family (sha or aes algorithms) via module parameters. > > Patch 2-4: Fix errors/issues that were found during IPSec testing. In > order to prevent deadlocks w

[PATCH 0/4] crypto: ccp - selective algorithm registration and ipsec-related fixes

2014-01-24 Thread Tom Lendacky
Patch 1: Allow for selectively disabling the registration of an algorithm family (sha or aes algorithms) via module parameters. Patch 2-4: Fix errors/issues that were found during IPSec testing. In order to prevent deadlocks with the networking code, the crypto callback was changed to run as a tas