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

2024-05-24 Thread pr-tracker-bot
The pull request you sent on Fri, 24 May 2024 15:37:33 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9351f138d1dcbe504cd829abe590ba7f3387f09c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html



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

2024-05-24 Thread Juergen Gross
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()