[GIT PULL] xen: branch for v5.5-rc3

From: Juergen Gross
Date: Sat Dec 21 2019 - 08:19:51 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.5b-rc3-tag

xen: branch for v5.5-rc3

It contains 2 cleanup patches and a small series for supporting
reloading the Xen block backend driver.

Thanks.

Juergen

drivers/block/xen-blkback/xenbus.c | 56 ++++++++++++++++++++----------
drivers/block/xen-blkfront.c | 4 +--
drivers/xen/grant-table.c | 4 ---
drivers/xen/xenbus/xenbus.h | 2 --
drivers/xen/xenbus/xenbus_probe.c | 35 ++++++-------------
drivers/xen/xenbus/xenbus_probe_backend.c | 1 -
drivers/xen/xenbus/xenbus_probe_frontend.c | 24 ++++++++++++-
include/xen/interface/io/ring.h | 29 +++++-----------
include/xen/xenbus.h | 1 +
9 files changed, 83 insertions(+), 73 deletions(-)

Aditya Pakki (1):
xen/grant-table: remove multiple BUG_ON on gnttab_interface

Nathan Chancellor (1):
xen/blkfront: Adjust indentation in xlvbd_alloc_gendisk

Paul Durrant (4):
xenbus: move xenbus_dev_shutdown() into frontend code...
xenbus: limit when state is forced to closed
xen/interface: re-define FRONT/BACK_RING_ATTACH()
xen-blkback: support dynamic unbind/bind