[GIT PULL] xen: branch for v6.11-rc1 take 2
From: Juergen Gross
Date: Fri Jul 26 2024 - 05:58:11 EST
Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.11-rc1a-tag
xen: branch for v6.11-rc1 take 2
It contains 2 fixes for issues introduced in this merge window:
- one for enhanced debugging in the Xen multicall handling
- a series with 2 patches fixing a boot failure when running as dom0 in
PVH mode
Thanks.
Juergen
arch/x86/include/asm/xen/hypervisor.h | 5 --
arch/x86/platform/pvh/enlighten.c | 3 -
arch/x86/xen/enlighten_pvh.c | 107 ++++++++++++++++++----------------
arch/x86/xen/multicalls.c | 19 +++---
arch/x86/xen/smp_pv.c | 1 +
arch/x86/xen/xen-ops.h | 3 +
6 files changed, 74 insertions(+), 64 deletions(-)
Juergen Gross (1):
xen: fix multicall debug data referencing
Roger Pau Monne (2):
x86/xen: move xen_reserve_extra_memory()
x86/xen: fix memblock_reserve() usage on PVH