]> git.itanic.dy.fi Git - linux-stable/commit
Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 May 2023 16:42:56 +0000 (09:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 May 2023 16:42:56 +0000 (09:42 -0700)
commit4e893b5aa4ac2c8a56a40d18fe87e9d2295e5dcf
tree4afbff55653759c875f790a44d7f1fcb7caaa3f3
parent957f3f8e5343041ddb9a1265ab661db259cc712e
parent335b4223466dd75f9f3ea4918187afbadd22e5c8
Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip

Pull xen fixes from Juergen Gross:

 - a double free fix in the Xen pvcalls backend driver

 - a fix for a regression causing the MSI related sysfs entries to not
   being created in Xen PV guests

 - a fix in the Xen blkfront driver for handling insane input data
   better

* tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  x86/pci/xen: populate MSI sysfs entries
  xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()
  xen/blkfront: Only check REQ_FUA for writes