Merge tag 'dma-mapping-6.8-2024-01-18' of git://git.infradead.org/users/hch/dma-mapping
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Jan 2024 00:49:34 +0000 (16:49 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Jan 2024 00:49:34 +0000 (16:49 -0800)
commit17e232b6d2feddd0285e59dbe641c0efe67a5ee6
tree598584ca5d9aa5a86f4cfea1a0363c1af8d07de5
parent77c9622d87d21d989eb1a866e4df8eb5e3ce00e0
parent7c65aa3cc072cee76f577262fbe381a111a98774
Merge tag 'dma-mapping-6.8-2024-01-18' of git://git.infradead.org/users/hch/dma-mapping

Pull dma-mapping fixes from Christoph Hellwig:

 - fix kerneldoc warnings (Randy Dunlap)

 - better bounds checking in swiotlb (ZhangPeng)

* tag 'dma-mapping-6.8-2024-01-18' of git://git.infradead.org/users/hch/dma-mapping:
  dma-debug: fix kernel-doc warnings
  swiotlb: check alloc_size before the allocation of a new memory pool
kernel/dma/debug.c
kernel/dma/swiotlb.c