[GIT PULL] dma-mapping fixes for Linux 6.3

From: Christoph Hellwig
Date: Thu Mar 30 2023 - 18:44:27 EST


The following changes since commit eeac8ede17557680855031c6f305ece2378af326:

Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)

are available in the Git repository at:

git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-6.3-2023-03-31

for you to fetch changes up to 0eee5ae1025699ea93d44fdb6ef2365505082103:

swiotlb: fix slot alignment checks (2023-03-22 09:03:17 +0100)

----------------------------------------------------------------
dma-mapping fixes for Linux 6.3

- fix for swiotlb deadlock due to wrong alignment checks (GuoRui.Yu,
Petr Tesarik)

----------------------------------------------------------------
GuoRui.Yu (1):
swiotlb: fix the deadlock in swiotlb_do_find_slots

Petr Tesarik (2):
swiotlb: use wrap_area_index() instead of open-coding it
swiotlb: fix slot alignment checks

kernel/dma/swiotlb.c | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)