Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/dma-mapping
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Sep 2022 16:18:19 +0000 (12:18 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Sep 2022 16:18:19 +0000 (12:18 -0400)
commit16547b21b1c6c8e8c5546a5206ebccef3e28c92a
treeb59411a10771653f96f84c104bb616034d75f12f
parentce888220d5c7a805e0e155302a318d5d23e62950
parent9fc18f6d56d5b79d527c17a8100a0965d18345cf
Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/dma-mapping

Pull dma-mapping fixes from Christoph Hellwig:

 - revert a panic on swiotlb initialization failure (Yu Zhao)

 - fix the lookup for partial syncs in dma-debug (Robin Murphy)

 - fix a shift overflow in swiotlb (Chao Gao)

 - fix a comment typo in swiotlb (Chao Gao)

 - mark a function static now that all abusers are gone (Christoph
   Hellwig)

* tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/dma-mapping:
  dma-mapping: mark dma_supported static
  swiotlb: fix a typo
  swiotlb: avoid potential left shift overflow
  dma-debug: improve search for partial syncs
  Revert "swiotlb: panic if nslabs is too small"