mbox series

[v3,0/2] x86/mm: fix regression when booting with CET-SS

Message ID 20220525081311.13416-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series x86/mm: fix regression when booting with CET-SS | expand

Message

Roger Pau Monné May 25, 2022, 8:13 a.m. UTC
Hello,

Following series aim to fix a regression when booting with CET shadow
stacks enabled.  First patch is a pre-req non-functional change, second
patch is the actual fix.

Thanks, Roger.

Roger Pau Monne (2):
  x86/mm: rename FLUSH_FORCE_IPI to FLUSH_NO_ASSIST
  x86/flushtlb: remove flush_area check on system state

 xen/arch/x86/include/asm/flushtlb.h | 16 ++++++++--------
 xen/arch/x86/mm.c                   | 11 +++--------
 xen/arch/x86/smp.c                  |  5 ++++-
 3 files changed, 15 insertions(+), 17 deletions(-)