]> www.infradead.org Git - users/hch/misc.git/commit
Merge tag 'for-linus-6.15a-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 May 2025 15:44:36 +0000 (08:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 May 2025 15:44:36 +0000 (08:44 -0700)
commit86c019597cd4e0fc90dfa9ebba9282b2d122c187
tree4351e72f5733b4eca4abecd7fc442e93ad86bc38
parentacbf235235e2b33a0b73802c14c2a1a28a3a3f04
parent1f0304dfd9d217c2f8b04a9ef4b3258a66eedd27
Merge tag 'for-linus-6.15a-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip

Pull xen fixes from Juergen Gross:

 - A fix for the xenbus driver allowing to use a PVH Dom0 with
   Xenstore running in another domain

 - A fix for the xenbus driver addressing a rare race condition
   resulting in NULL dereferences and other problems

 - A fix for the xen-swiotlb driver fixing a problem seen on Arm
   platforms

* tag 'for-linus-6.15a-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  xenbus: Use kref to track req lifetime
  xenbus: Allow PVH dom0 a non-local xenstore
  xen: swiotlb: Use swiotlb bouncing if kmalloc allocation demands it