Re: [PATCH v4 00/20] crypto: arm64 - play nice with CONFIG_PREEMPT
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2018-02-09 18:02:32
Also in:
lkml
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2018-02-09 18:02:32
Also in:
lkml
On 2017-12-26 10:29:20 [+0000], Ard Biesheuvel wrote:
As reported by Sebastian, the way the arm64 NEON crypto code currently keeps kernel mode NEON enabled across calls into skcipher_walk_xxx() is
…
So let's clean this up for arm64: update the NEON based skcipher drivers to no longer keep the NEON enabled when calling into the skcipher walk API.
Thanks for working on this. What is the status of this? Is this going to be merged? Sebastian