[GIT PULL] xen: branch for v5.13-rc2

From: Juergen Gross
Date: Sun May 16 2021 - 02:30:54 EST


Linus,

Please git pull the following tag:

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

xen: branch for v5.13-rc2

It contains the following patches:

- 2 patches for error path fixes
- a small series for fixing a regression with swiotlb with Xen on Arm


Thanks.

Juergen

arch/arm/xen/mm.c | 20 +++++++-------------
arch/arm64/mm/init.c | 3 ++-
drivers/xen/gntdev.c | 4 +++-
drivers/xen/swiotlb-xen.c | 5 +++++
drivers/xen/unpopulated-alloc.c | 4 +++-
include/xen/arm/swiotlb-xen.h | 15 ++++++++++++++-
6 files changed, 34 insertions(+), 17 deletions(-)

Christoph Hellwig (1):
arm64: do not set SWIOTLB_NO_FORCE when swiotlb is required

Juergen Gross (2):
xen/gntdev: fix gntdev_mmap() error exit path
Merge tag 'for-linus-5.13b-rc2-tag' of gitolite.kernel.org:pub/scm/linux/kernel/git/xen/tip into __for-linus-5.13b-rc2-tag

Stefano Stabellini (2):
xen/arm: move xen_swiotlb_detect to arm/swiotlb-xen.h
xen/swiotlb: check if the swiotlb has already been initialized

Zhen Lei (1):
xen/unpopulated-alloc: fix error return code in fill_list()