Re: [RESEND PATCH 0/2] crypto/rockchip: fix some issue which causes crypto failed

2017-07-26 Thread Emil Karlson
Greetings While I am not getting the original error anymore, using dm-crypt still fails at cryptsetup luksOpen with [rk_ablk_rx:331] Lack of data https://users.aalto.fi/~jkarlson/files/rk3288-fail_2017-07-24.jpg Test platform: Asus chromebook C201/rk3288 linux-4.12.3+ this patchset Best Regards

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