Merge tag 'for-linus-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Dec 2025 18:49:19 +0000 (10:49 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Dec 2025 18:49:19 +0000 (10:49 -0800)
commit1a68aefc710a9f5486c90c87f0424d4912429adb
tree1de640806b79c33b2a2ca04a3ff16148e2474b7c
parent249872f53d64441690927853e9d3af36394802d5
parent150215b89bcf708356abcb7d3cafdd1e6068598b
Merge tag 'for-linus-6.19-rc1-tag' of git://git./linux/kernel/git/xen/tip

Pull xen updates from Juergen Gross:
 "This round it contains only three small cleanup patches"

* tag 'for-linus-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  drivers/xen: use min() instead of min_t()
  drivers/xen/xenbus: Replace deprecated strcpy in xenbus_transaction_end
  drivers/xen/xenbus: Simplify return statement in join()
drivers/xen/xenbus/xenbus_xs.c