Re: [PATCH] crypto: tcrypt speed: fix filter for aead algorithms

2015-02-28 Thread Herbert Xu
On Fri, Feb 27, 2015 at 01:14:20PM +0200, Cristian Stoica wrote: > Hi Herbert, > > On 02/27/2015 11:25 AM, Herbert Xu wrote: > > On Tue, Feb 03, 2015 at 03:59:48PM +0200, Cristian Stoica wrote: > >> test_aead_speed is written for sync algorithms without specifically > [...] > > Please fix it to te

Re: [PATCH] crypto: tcrypt speed: fix filter for aead algorithms

2015-02-27 Thread Cristian Stoica
Hi Herbert, On 02/27/2015 11:25 AM, Herbert Xu wrote: > On Tue, Feb 03, 2015 at 03:59:48PM +0200, Cristian Stoica wrote: >> test_aead_speed is written for sync algorithms without specifically [...] > Please fix it to test asynchronously instead. Thanks for review. I think that a fix for async ae

Re: [PATCH] crypto: tcrypt speed: fix filter for aead algorithms

2015-02-27 Thread Herbert Xu
On Tue, Feb 03, 2015 at 03:59:48PM +0200, Cristian Stoica wrote: > test_aead_speed is written for sync algorithms without specifically > requiring them. The effect is that an async algorithm may be used without > setting up the request callback, this leading to a kernel panic. > > Signed-off-by: C

[PATCH] crypto: tcrypt speed: fix filter for aead algorithms

2015-02-03 Thread Cristian Stoica
test_aead_speed is written for sync algorithms without specifically requiring them. The effect is that an async algorithm may be used without setting up the request callback, this leading to a kernel panic. Signed-off-by: Cristian Stoica --- crypto/tcrypt.c | 3 ++- 1 file changed, 2 insertions(