Re: [PATCH 0/2] crypto: aesni - fix more FPU handling and indirect call issues

2021-01-21 Thread Herbert Xu
On Sat, Jan 16, 2021 at 05:48:08PM +0100, Ard Biesheuvel wrote: > My recent patches to the AES-NI driver addressed all the instances of > indirect calls occurring in the XTS and GCM drivers, and while at it, > limited the scope of FPU enabled/preemption disabled regions not to > cover the work that

[PATCH 0/2] crypto: aesni - fix more FPU handling and indirect call issues

2021-01-16 Thread Ard Biesheuvel
My recent patches to the AES-NI driver addressed all the instances of indirect calls occurring in the XTS and GCM drivers, and while at it, limited the scope of FPU enabled/preemption disabled regions not to cover the work that goes on inside the skcipher walk API. This gets rid of scheduling laten