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

Message ID ZKroEFssSwC0Lnn8@infradead.org
State New
Headers
Series [GIT,PULL] dma-mapping fixes for Linux 6.5 |

Pull-request

git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-6.5-2023-07-09

Message

Christoph Hellwig July 9, 2023, 5:02 p.m. UTC
  The following changes since commit 0a2f6372a43ff5e948b8b10be34d4473f6c2ef6c:

  drm/nouveau: stop using is_swiotlb_active (2023-06-07 15:11:26 +0200)

are available in the Git repository at:

  git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-6.5-2023-07-09

for you to fetch changes up to 8ac04063354a01a484d2e55d20ed1958aa0d3392:

  swiotlb: reduce the number of areas to match actual memory pool size (2023-06-29 07:10:28 +0200)

----------------------------------------------------------------
dma-mapping fixes for Linux 6.5

 - swiotlb area sizing fixes (Petr Tesarik)

----------------------------------------------------------------
Petr Tesarik (2):
      swiotlb: always set the number of areas before allocating the pool
      swiotlb: reduce the number of areas to match actual memory pool size

 kernel/dma/swiotlb.c | 46 +++++++++++++++++++++++++++++++++++-----------
 1 file changed, 35 insertions(+), 11 deletions(-)
  

Comments

pr-tracker-bot@kernel.org July 9, 2023, 5:46 p.m. UTC | #1
The pull request you sent on Sun, 9 Jul 2023 19:02:08 +0200:

> git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-6.5-2023-07-09

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

Thank you!