mbox series

[v2,0/2] x86/dom0: miscellaneous fixes for PV dom0 builder

Message ID 20240730152855.48745-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series x86/dom0: miscellaneous fixes for PV dom0 builder | expand

Message

Roger Pau Monné July 30, 2024, 3:28 p.m. UTC
Hello,

One fix to correctly restore the context on an error path, and another
fix to limit SMAP disabling to PV dom0 builder.  Previously part of the
Address Space Isolation series, now split for ease of review.

Thanks, Roger.

Roger Pau Monne (2):
  x86/dom0: fix restoring %cr3 and the mapcache override on PV build
    error
  x86/dom0: only disable SMAP for the PV dom0 build

 xen/arch/x86/pv/dom0_build.c | 15 +++++++++++++++
 xen/arch/x86/setup.c         | 17 -----------------
 2 files changed, 15 insertions(+), 17 deletions(-)