All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL]: dmaengine fixes for v6.17
Date: Sun, 14 Sep 2025 22:59:43 +0530	[thread overview]
Message-ID: <aMb7h_VKd-2jMK56@vaman> (raw)

[-- Attachment #1: Type: text/plain, Size: 1988 bytes --]

Hello Linus,

Please pull to receive couple of driver fixes for this cycle.

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-6.17

for you to fetch changes up to aa2e1e4563d3ab689ffa86ca1412ecbf9fd3b308:

  dmaengine: dw: dmamux: Fix device reference leak in rzn1_dmamux_route_allocate (2025-09-02 15:01:51 +0530)

----------------------------------------------------------------
dmaengine fixes for v6.17

Couple of driver fixes for:
 - 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()

----------------------------------------------------------------
Anders Roxell (1):
      dmaengine: ti: edma: Fix memory allocation size for queue_priority_map

Dan Carpenter (1):
      dmaengine: idxd: Fix double free in idxd_setup_wqs()

Miaoqian Lin (1):
      dmaengine: dw: dmamux: Fix device reference leak in rzn1_dmamux_route_allocate

Stephan Gerhold (2):
      dt-bindings: dma: qcom: bam-dma: Add missing required properties
      dmaengine: qcom: bam_dma: Fix DT error handling for num-channels/ees

Yi Sun (2):
      dmaengine: idxd: Remove improper idxd_free
      dmaengine: idxd: Fix refcount underflow on module unload

 .../devicetree/bindings/dma/qcom,bam-dma.yaml      |  4 +++
 drivers/dma/dw/rzn1-dmamux.c                       | 15 ++++++---
 drivers/dma/idxd/init.c                            | 39 ++++++++++++----------
 drivers/dma/qcom/bam_dma.c                         |  8 +++--
 drivers/dma/ti/edma.c                              |  4 +--
 5 files changed, 44 insertions(+), 26 deletions(-)


Thanks
-- 
~Vinod

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2025-09-14 17:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-14 17:29 Vinod Koul [this message]
2025-09-14 20:20 ` [GIT PULL]: dmaengine fixes for v6.17 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aMb7h_VKd-2jMK56@vaman \
    --to=vkoul@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.