[GIT PULL] xen: branch for v7.0-rc3

From: Juergen Gross

Date: Sat Mar 07 2026 - 05:07:34 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-7.0-rc3-tag

xen: branch for v7.0-rc3

It contains the following changes:

- a cleanup of arch/x86/kernel/head_64.S removing the pre-built page
tables for Xen guests

- a small comment update

- another cleanup for Xen PVH guests mode

- a 2-patch series fixing an issue with Xen PV-devices backed by driver
domains


Thanks.

Juergen

arch/x86/include/asm/pgtable_64.h | 2 --
arch/x86/kernel/head_64.S | 28 --------------------
arch/x86/platform/pvh/enlighten.c | 7 +----
arch/x86/xen/enlighten_pv.c | 2 +-
arch/x86/xen/mmu_pv.c | 9 +++++++
drivers/net/xen-netfront.c | 34 ++++++++++++------------
drivers/pci/xen-pcifront.c | 8 +++---
drivers/scsi/xen-scsifront.c | 2 +-
drivers/xen/xen-acpi-processor.c | 7 ++---
drivers/xen/xen-pciback/xenbus.c | 10 +++----
drivers/xen/xenbus/xenbus_client.c | 17 +++++++++---
drivers/xen/xenbus/xenbus_probe.c | 42 +++++++++++++++++++++++++++---
drivers/xen/xenbus/xenbus_probe_frontend.c | 2 +-
include/xen/xenbus.h | 4 ++-
14 files changed, 97 insertions(+), 77 deletions(-)

David Thomson (1):
xen/acpi-processor: fix _CST detection using undersized evaluation buffer

Hou Wenlong (2):
x86/xen: Build identity mapping page tables dynamically for XENPV
x86/PVH: Use boot params to pass RSDP address in start_info page

Juergen Gross (2):
xenbus: add xenbus_device parameter to xenbus_read_driver_state()
xen/xenbus: better handle backend crash

kexinsun (1):
x86/xen: update outdated comment