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