[GIT PULL] xen: branch for v6.1-rc2

From: Juergen Gross
Date: Fri Oct 21 2022 - 05:31:28 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.1-rc2-tag

xen: branch for v6.1-rc2

It contains just 2 fixes for the new "virtio with grants" feature.


Thanks.

Juergen

drivers/xen/grant-dma-ops.c | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)

Oleksandr Tyshchenko (2):
xen/virtio: Handle cases when page offset > PAGE_SIZE properly
xen/virtio: Convert PAGE_SIZE/PAGE_SHIFT/PFN_UP to Xen counterparts