[GIT PULL] xen: branch for v7.3-rc1

From: Juergen Gross

Date: Fri Aug 14 2026 - 07:21:31 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-7.3-rc1-tag

xen: branch for v7.3-rc1

It contains the following changes:

- A small cleanup patch of the Xen ACPI pad driver

- A small cleanup patch of the Xen gnttab driver

- A 2 patch series fixing an issue with Xen PV device initialization seen
with QubesOS tests

- A fix of the Xen balloon driver

- A small series simplifying Xen related kernel configuration

- A fix of the xenbus driver


Thanks.

Juergen

arch/x86/include/asm/idtentry.h | 2 +-
arch/x86/kernel/cpu/hypervisor.c | 2 +-
arch/x86/xen/Kconfig | 12 ++----------
arch/x86/xen/Makefile | 11 +++++------
arch/x86/xen/time.c | 2 --
arch/x86/xen/xen-ops.h | 4 ----
drivers/xen/Kconfig | 6 ------
drivers/xen/Makefile | 2 +-
drivers/xen/balloon.c | 29 +++++++++++++++++++----------
drivers/xen/events/events_base.c | 7 -------
drivers/xen/grant-table.c | 4 ++--
drivers/xen/privcmd.c | 4 ++--
drivers/xen/xen-acpi-pad.c | 5 -----
drivers/xen/xenbus/xenbus_probe.c | 8 +++++---
drivers/xen/xenbus/xenbus_xs.c | 16 ++++++++++++----
include/xen/platform_pci.h | 6 +++---
include/xen/xen-ops.h | 22 ----------------------
17 files changed, 53 insertions(+), 89 deletions(-)

Jan Beulich (1):
Xen/gnttab: adjust two uses of sizeof()

Juergen Gross (4):
x86/xen: Remove redundant config dependency on X86_LOCAL_APIC
xen: Drop CONFIG_XEN_PVHVM
xen: Drop CONFIG_XEN_AUTO_XLATE
x86/xen: Drop CONFIG_XEN_PVHVM_SMP

Marek Marczykowski-Górecki (2):
xen/xenbus: log more information when device state got reset
xen/xenbus: check otherend_id only after it has been initialized

Rafael J. Wysocki (1):
ACPI: PAD: xen: Stop setting acpi_device_name/class()

Roger Pau Monne (1):
x86/xen: fix init of balloon stats again

Yuho Choi (1):
xenbus: Unregister reboot notifier on init failure