[GIT PULL] xen: branch for v6.10-rc1

From: Juergen Gross
Date: Fri May 24 2024 - 09:37:46 EST


Linus,

Please git pull the following tag:

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

xen: branch for v6.10-rc1

It contains the following patches:

- a small cleanup in the drivers/xen/xenbus Makefile
- a fix of the Xen xenstore driver to improve connecting to a late started
Xenstore
- an enhancement for better support of ballooning in PVH guests
- a cleanup using try_cmpxchg() instead of open coding it

Thanks.

Juergen

arch/x86/xen/enlighten.c | 33 +++++++++++++++++++++++++++++++++
arch/x86/xen/p2m.c | 11 +++++------
drivers/xen/xenbus/Makefile | 14 ++++++--------
drivers/xen/xenbus/xenbus_probe.c | 36 +++++++++++++++++++++++-------------
4 files changed, 67 insertions(+), 27 deletions(-)

Andy Shevchenko (1):
xen/xenbus: Use *-y instead of *-objs in Makefile

Henry Wang (1):
drivers/xen: Improve the late XenStore init protocol

Roger Pau Monne (1):
xen/x86: add extra pages to unpopulated-alloc if available

Uros Bizjak (1):
locking/x86/xen: Use try_cmpxchg() in xen_alloc_p2m_entry()