Re: [patch V4 part 3 01/29] x86/traps: Mark fixup_bad_iret() noinstr
From: Andy Lutomirski
Date: Fri May 08 2020 - 20:39:16 EST
On Tue, May 5, 2020 at 7:15 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> This is called from deep entry ASM in a situation where instrumentation
> will cause more harm than providing useful information.
>
Acked-by: Andy Lutomirski <luto@xxxxxxxxxx>
Maybe add to changelog:
Switch from memmove() to memcpy() because memmove() can't be called
from noinstr code.