[GIT PULL] xen: branch for v6.15-rc2

From: Juergen Gross
Date: Thu Apr 10 2025 - 05:14:27 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.15a-rc2-tag

xen: branch for v6.15-rc2

It contains the following patches:

- A simple fix adding the module description of the Xenbus frontend
module.

- A fix correcting the xen-acpi-processor Kconfig dependency for PVH
Dom0 support.

- A fix for the Xen balloon driver when running as Xen Dom0 in PVH mode.

- A fix for PVH Dom0 in order to avoid problems with CPU idle and
frequency drivers conflicting with Xen.


Thanks.

Juergen

arch/x86/xen/enlighten.c | 10 +++++++++
arch/x86/xen/enlighten_pvh.c | 19 ++++++++++++++++-
arch/x86/xen/setup.c | 3 ---
drivers/xen/Kconfig | 2 +-
drivers/xen/balloon.c | 34 +++++++++++++++++++++---------
drivers/xen/xenbus/xenbus_probe_frontend.c | 1 +
6 files changed, 54 insertions(+), 15 deletions(-)

Arnd Bergmann (1):
xenbus: add module description

Jason Andryuk (1):
xen: Change xen-acpi-processor dom0 dependency

Roger Pau Monne (2):
x86/xen: fix balloon target initialization for PVH dom0
x86/xen: disable CPU idle and frequency drivers for PVH dom0