[GIT PULL] xen: branch for v6.0-rc4

From: Juergen Gross
Date: Sat Sep 03 2022 - 10:54:35 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.0-rc4-tag

xen: branch for v6.0-rc4

It contains:

- a minor fix for the Xen grant driver

- a small series fixing a recently introduced problem in the Xen
blkfront/blkback drivers with negotiation of feature usage


Thanks.

Juergen

drivers/block/xen-blkback/common.h | 3 +++
drivers/block/xen-blkback/xenbus.c | 6 ++++--
drivers/block/xen-blkfront.c | 20 ++++++++++++--------
drivers/xen/grant-table.c | 3 +++
4 files changed, 22 insertions(+), 10 deletions(-)

Dan Carpenter (1):
xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()

SeongJae Park (3):
xen-blkback: Advertise feature-persistent as user requested
xen-blkfront: Advertise feature-persistent as user requested
xen-blkfront: Cache feature_persistent value before advertisement