[GIT PULL] xen: branch for v6.4-rc4
From: Juergen Gross
Date: Sat May 27 2023 - 01:55:33 EST
Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.4-rc4-tag
xen: branch for v6.4-rc4
It contains 3 fixes:
- 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
Thanks.
Juergen
arch/x86/pci/xen.c | 8 +++++---
drivers/block/xen-blkfront.c | 3 ++-
drivers/xen/pvcalls-back.c | 9 ++++-----
include/linux/msi.h | 9 ++++++++-
kernel/irq/msi.c | 4 ++--
5 files changed, 21 insertions(+), 12 deletions(-)
Dan Carpenter (1):
xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()
Maximilian Heyne (1):
x86/pci/xen: populate MSI sysfs entries
Ross Lagerwall (1):
xen/blkfront: Only check REQ_FUA for writes