[GIT PULL] xen: branch for v6.4-rc1

From: Juergen Gross
Date: Thu Apr 27 2023 - 03:38:21 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.4-rc1-tag

xen: branch for v6.4-rc1

It contains the following changes:

- a 4 patch series doing some cleanups in the Xen blkback driver
- 3 patches fixing potential sleeps under lock in various Xen drivers

Thanks.

Juergen

drivers/block/xen-blkback/blkback.c | 126 ++++++++++++++++++++++++++++++++----
drivers/block/xen-blkback/common.h | 103 +----------------------------
drivers/xen/pvcalls-front.c | 46 +++++++------
drivers/xen/xen-pciback/pci_stub.c | 6 +-
drivers/xen/xen-scsiback.c | 27 ++++----
5 files changed, 160 insertions(+), 148 deletions(-)

Juergen Gross (8):
xen/pciback: don't call pcistub_device_put() under lock
xen/scsiback: don't call scsiback_free_translation_entry() under lock
xen/pvcalls: don't call bind_evtchn_to_irqhandler() under lock
xen/blkback: fix white space code style issues
xen/blkback: remove stale prototype
xen/blkback: simplify free_persistent_gnts() interface
xen/blkback: move blkif_get_x86_*_req() into blkback.c