[GIT,PULL] dma-mapping fixes for Linux 6.3

Message ID ZCYQqGH+kCQLDLa0@infradead.org
State New
Headers
Series [GIT,PULL] dma-mapping fixes for Linux 6.3 |

Pull-request

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

Message

Christoph Hellwig March 30, 2023, 10:43 p.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org March 30, 2023, 11:24 p.m. UTC | #1
The pull request you sent on Fri, 31 Mar 2023 07:43:52 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/62bad54b26db8bc98e28749cd76b2d890edb4258

Thank you!