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 6.15
Date: Sat, 17 May 2025 17:49:10 +0100 [thread overview]
Message-ID: <aCi+BteelekIQK07@vaman> (raw)
[-- Attachment #1: Type: text/plain, Size: 3159 bytes --]
Hello Linus,
Last pull request before I catch the plane from Lisbon. This has a bunch
of idxd driver fixes, dmatest revert and bunch of smaller driver fixes.
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-6.15
for you to fetch changes up to 811d6a923b40fc130f91abf49151f57cf9ac2a6f:
dmaengine: mediatek: drop unused variable (2025-05-15 11:42:13 +0100)
----------------------------------------------------------------
dmaengine fixes for v6.15
Driver fixes for:
- bunch of idxd potential mem leak fixes
- dmatest revert for waiting for interrupt fix as that causes issue
- couple of ti k3 udma fixes for locking and cap_mask
- mediatek deadlock fix and unused variable cleanup fix
----------------------------------------------------------------
Basavaraj Natikar (1):
dmaengine: ptdma: Move variable condition check to the first place and remove redundancy
Dave Jiang (1):
dmaengine: idxd: Fix ->poll() return value
Nathan Lynch (1):
dmaengine: Revert "dmaengine: dmatest: Fix dmatest waiting less when interrupted"
Purva Yeshi (1):
dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_open
Qiu-ji Chen (1):
dmaengine: mediatek: Fix a possible deadlock error in mtk_cqdma_tx_status()
Ronald Wahl (1):
dmaengine: ti: k3-udma: Add missing locking
Shuai Xue (9):
dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs
dmaengine: idxd: fix memory leak in error handling path of idxd_setup_engines
dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groups
dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internals
dmaengine: idxd: Add missing cleanups in cleanup internals
dmaengine: idxd: fix memory leak in error handling path of idxd_alloc
dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probe
dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove call
dmaengine: idxd: Refactor remove call with idxd_cleanup() helper
Stefan Wahren (1):
dmaengine: fsl-edma: Fix return code for unhandled interrupts
Vinicius Costa Gomes (1):
dmaengine: idxd: Fix allowing write() from different address spaces
Vinod Koul (1):
dmaengine: mediatek: drop unused variable
Yemike Abhilash Chandra (1):
dmaengine: ti: k3-udma: Use cap_mask directly from dma_device structure instead of a local copy
drivers/dma/amd/ptdma/ptdma-dmaengine.c | 19 ++--
drivers/dma/dmatest.c | 6 +-
drivers/dma/fsl-edma-main.c | 2 +-
drivers/dma/idxd/cdev.c | 13 ++-
drivers/dma/idxd/init.c | 159 +++++++++++++++++++++++---------
drivers/dma/mediatek/mtk-cqdma.c | 6 +-
drivers/dma/ti/k3-udma.c | 10 +-
7 files changed, 148 insertions(+), 67 deletions(-)
--
~Vinod
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2025-05-17 16:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-17 16:49 Vinod Koul [this message]
2025-05-17 19:58 ` [GIT PULL]: dmaengine fixes for 6.15 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=aCi+BteelekIQK07@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.