]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'dma-mapping-6.19-2026-02-06' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Feb 2026 18:27:42 +0000 (10:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Feb 2026 18:27:42 +0000 (10:27 -0800)
commit23b0d2f7c2864099fba140672017e3e69ddf88a0
tree36f5315168c8647eb97261ce11974c2b64039157
parentfe70b3260e39ce4915a01cf3556a3ffe5b7f8817
parentc33efdfcfa6f80e05ce1ee33694c1bad4994cd78
Merge tag 'dma-mapping-6.19-2026-02-06' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linux

Pull dma-mapping fixes from Marek Szyprowski:
 "Two minor fixes for the DMA-mapping subsystem:

   - check for the rare case of the allocation failure of the global CMA
     pool (Shanker Donthineni)

   - avoid perf buffer overflow when tracing large scatter-gather lists
     (Deepanshu Kartikey)"

* tag 'dma-mapping-6.19-2026-02-06' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linux:
  dma: contiguous: Check return value of dma_contiguous_reserve_area()
  tracing/dma: Cap dma_map_sg tracepoint arrays to prevent buffer overflow