[GIT PULL] dma-mapping fixes for Linux 6.8

From: Christoph Hellwig
Date: Thu Jan 18 2024 - 02:30:57 EST


The following changes since commit b07bc2347672cc8c7293c64499f1488278c5ca3d:

dma-mapping: clear dev->dma_mem to NULL after freeing it (2023-12-15 12:32:45 +0100)

are available in the Git repository at:

git.infradead.org:public_git/dma-mapping.git tags/dma-mapping-6.8-2024-01-18

for you to fetch changes up to 7c65aa3cc072cee76f577262fbe381a111a98774:

dma-debug: fix kernel-doc warnings (2024-01-15 08:20:39 +0100)

----------------------------------------------------------------
dma-mapping fixes for Linux 6.8

- fix kerneldoc warnings (Randy Dunlap)
- better bounds checking in swiotlb (ZhangPeng)

----------------------------------------------------------------
Randy Dunlap (1):
dma-debug: fix kernel-doc warnings

ZhangPeng (1):
swiotlb: check alloc_size before the allocation of a new memory pool

kernel/dma/debug.c | 3 ++-
kernel/dma/swiotlb.c | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)