[GIT PULL] xen: branch for v6.13-rc1
From: Juergen Gross
Date: Fri Nov 15 2024 - 12:28:45 EST
Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.13-rc1-tag
xen: branch for v6.13-rc1
It contains:
- a series for booting as a PVH guest, doing some cleanups after the
previous work to make PVH boot code position independent
- a fix of the xenbus driver avoiding a leak in an error case
Thanks.
Juergen
arch/x86/kernel/vmlinux.lds.S | 19 +++++++++++++++
arch/x86/platform/pvh/head.S | 50 ++++++++++++++++++++++-----------------
arch/x86/tools/relocs.c | 1 +
arch/x86/xen/xen-head.S | 6 +++--
drivers/xen/xenbus/xenbus_probe.c | 8 ++++++-
5 files changed, 59 insertions(+), 25 deletions(-)
Ard Biesheuvel (5):
x86/pvh: Call C code via the kernel virtual mapping
x86/pvh: Use correct size value in GDT descriptor
x86/pvh: Omit needless clearing of phys_base
x86/xen: Avoid relocatable quantities in Xen ELF notes
x86/pvh: Avoid absolute symbol references in .head.text
Qiu-ji Chen (1):
xen: Fix the issue of resource not being properly released in xenbus_dev_probe()