Re: encrypt_done called from interrupt context on rk3288 crypto driver

2017-06-25 Thread Zain Wang
在 2017/6/23 16:37, Herbert Xu 写道: On Thu, May 25, 2017 at 10:38:13PM +0300, Emil Karlson wrote: Greetings It seems to me that rk3288 crypto driver calls encrypt_done from interrupt context which causes runtime tests to fail. Zain, can you please take a look at this? It is illegal to call

Re: encrypt_done called from interrupt context on rk3288 crypto driver

2017-06-23 Thread Herbert Xu
On Thu, May 25, 2017 at 10:38:13PM +0300, Emil Karlson wrote: > Greetings > > It seems to me that rk3288 crypto driver calls encrypt_done from > interrupt context which causes runtime tests to fail. Zain, can you please take a look at this? It is illegal to call the completion function from

encrypt_done called from interrupt context on rk3288 crypto driver

2017-05-25 Thread Emil Karlson
Greetings It seems to me that rk3288 crypto driver calls encrypt_done from interrupt context which causes runtime tests to fail. This regression is probably introduced with patch: crypto: xts - Convert to skcipher by Herbert Xu