[GIT PULL] dma-mapping fixes for Linux 6.11

From: Christoph Hellwig
Date: Fri May 31 2024 - 08:32:07 EST


The following changes since commit c760b3725e52403dc1b28644fb09c47a83cacea6:

Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (2024-05-22 18:59:29 -0700)

are available in the Git repository at:

git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-6.10-2024-05-31

for you to fetch changes up to 82d71b53d7e732ede6028591342bdc80fabfa29f:

Documentation/core-api: correct reference to SWIOTLB_DYNAMIC (2024-05-27 16:52:09 +0200)

----------------------------------------------------------------
dma-mapping fixes for Linux 6.10

- dma-mapping benchmark error handling fixes (Fedor Pchelkin)
- correct a config symbol reference in the DMA API documentation
(Lukas Bulwahn)

----------------------------------------------------------------
Fedor Pchelkin (4):
dma-mapping: benchmark: fix up kthread-related error handling
dma-mapping: benchmark: avoid needless copy_to_user if benchmark fails
dma-mapping: benchmark: fix node id validation
dma-mapping: benchmark: handle NUMA_NO_NODE correctly

Lukas Bulwahn (1):
Documentation/core-api: correct reference to SWIOTLB_DYNAMIC

Documentation/core-api/swiotlb.rst | 2 +-
kernel/dma/map_benchmark.c | 25 ++++++++++++++++---------
2 files changed, 17 insertions(+), 10 deletions(-)