x86/alternatives: Add longer 64-bit NOPs
authorPeter Zijlstra <peterz@infradead.org>
Mon, 15 May 2023 09:28:05 +0000 (11:28 +0200)
committerBorislav Petkov (AMD) <bp@alien8.de>
Wed, 31 May 2023 08:21:21 +0000 (10:21 +0200)
commitdf25edbac31ea87b488789d44a362063542b5967
treeb1d07931c90fee18415cda9e054b7a710d2760ef
parentd42a2a89121071cc8dd285235253a4c739641635
x86/alternatives: Add longer 64-bit NOPs

By adding support for longer NOPs there are a few more alternatives
that can turn into a single instruction.

Add up to NOP11, the same limit where GNU as .nops also stops
generating longer nops. This is because a number of uarchs have severe
decode penalties for more than 3 prefixes.

  [ bp: Sync up with the version in tools/ while at it. ]

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20230515093020.661756940@infradead.org
arch/x86/include/asm/nops.h
arch/x86/kernel/alternative.c
tools/arch/x86/include/asm/nops.h