Dear Linus,
Please git pull the following branch:
git pull git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git stable/for-linus-5.10-rc2
which has two tiny fixes that make drivers under Xen unhappy under certain conditions.
Thank you!
Christoph Hellwig (1):
swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_single
Stefano Stabellini (1):
swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"
drivers/iommu/intel/iommu.c | 5 ++---
drivers/xen/swiotlb-xen.c | 3 +--
include/linux/swiotlb.h | 10 +++-------
kernel/dma/swiotlb.c | 22 +++++++++++-----------
4 files changed, 17 insertions(+), 23 deletions(-)