[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171201173943.5mnr7zkr4axxgpfx@hirez.programming.kicks-ass.net>
Date: Fri, 1 Dec 2017 18:39:43 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: Russell King - ARM Linux <linux@...linux.org.uk>
Cc: Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
Mark Rutland <mark.rutland@....com>,
linux-rt-users@...r.kernel.org, ard.biesheuvel@...aro.org,
Catalin Marinas <catalin.marinas@....com>,
Will Deacon <will.deacon@....com>,
linux-kernel@...r.kernel.org, Steven Rostedt <rostedt@...dmis.org>,
tglx@...utronix.de, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH RT] arm*: disable NEON in kernel mode
On Fri, Dec 01, 2017 at 05:31:20PM +0000, Russell King - ARM Linux wrote:
> On Fri, Dec 01, 2017 at 06:14:58PM +0100, Peter Zijlstra wrote:
> > Well, PREEMPT cares about that too.
>
> Preempt may care, but it's the hit you take to use neon in the kernel.
> The neon register set shares with the FPU, so preempting during that
> path means that the normal FPU register saving would corrupt the
> already saved user FPU context - and even worse would result in the
> kernel's crypto function register contents being leaked to userspace.
Same thing on x86.
> If you care about preempt deeply, the only solution is to avoid using
> kernel mode neon.
Not quite, you can write the code such that it drops out of neon mode
regularly to allow preemption.
So setup a crypto block, enter neon, transform the block, drop out of
neon, rinse repeat.
Powered by blists - more mailing lists