]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - net/core/netpoll.c
Merge tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 May 2024 17:24:49 +0000 (10:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 May 2024 17:24:49 +0000 (10:24 -0700)
commit9351f138d1dcbe504cd829abe590ba7f3387f09c
tree5b55a5ba42c0ba2d75c173452d7567c8093eb098
parent02c438bbfffeabf8c958108f9cf88cdb1a11a323
parenta3607581cd49c17128a486a526a36a97bafcb2bb
Merge tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip

Pull xen updates from Juergen Gross:

 - 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

* tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  drivers/xen: Improve the late XenStore init protocol
  xen/xenbus: Use *-y instead of *-objs in Makefile
  xen/x86: add extra pages to unpopulated-alloc if available
  locking/x86/xen: Use try_cmpxchg() in xen_alloc_p2m_entry()
arch/x86/xen/enlighten.c