[GIT PULL] xen: branch for v7.1-rc4

From: Juergen Gross

Date: Fri May 15 2026 - 09:01:46 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-7.1b-rc4-tag

xen: branch for v7.1-rc4

It contains:

- one simple cleanup
- a fix for a corner case when running as Xen PV dom0
- a fix of a regression for Xen PV guests, introduced in 7.0

Thanks.

Juergen

arch/x86/xen/mmu_pv.c | 8 ++++++--
arch/x86/xen/setup.c | 2 +-
include/xen/arm/interface.h | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)

Juergen Gross (2):
x86/xen: Fix xen_e820_swap_entry_with_ram()
x86/xen: Tolerate nested XEN_LAZY_MMU entering/leaving

Thomas Huth (1):
xen/arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in interface.h