Merge tag 'dmaengine-fix-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 Sep 2025 20:06:06 +0000 (13:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 Sep 2025 20:06:06 +0000 (13:06 -0700)
commit0676181a87540fa2aabc8920dc30bca5071b8f1a
tree458749832397dbf79014decf6be51f6482d72d08
parent1519fc7cd3e129f6a95143cdc92f01ba21a3c266
parentaa2e1e4563d3ab689ffa86ca1412ecbf9fd3b308
Merge tag 'dmaengine-fix-6.17' of git://git./linux/kernel/git/vkoul/dmaengine

Pull dmaengine fixes from Vinod Koul:

 - Intel idxd fixes for idxd_free() handling, refcount underflow on
   module unload, double free in idxd_setup_wqs()

 - Qualcomm bam dma missing properties and handing for channels with ees

 - dw device reference leak in rzn1_dmamux_route_allocate()

* tag 'dmaengine-fix-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine:
  dmaengine: dw: dmamux: Fix device reference leak in rzn1_dmamux_route_allocate
  dmaengine: ti: edma: Fix memory allocation size for queue_priority_map
  dmaengine: idxd: Fix double free in idxd_setup_wqs()
  dmaengine: idxd: Fix refcount underflow on module unload
  dmaengine: idxd: Remove improper idxd_free
  dmaengine: qcom: bam_dma: Fix DT error handling for num-channels/ees
  dt-bindings: dma: qcom: bam-dma: Add missing required properties