mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] dmaengine: Use-after-free fix and dummy DMAC
@ 2023-07-17 13:08 Vincent Whitchurch
  2023-07-17 13:08 ` [PATCH 1/2] dmaengine: Fix use-after-free on release Vincent Whitchurch
  2023-07-17 13:08 ` [PATCH 2/2] dmaengine: Add dummy DMA controller driver Vincent Whitchurch
  0 siblings, 2 replies; 3+ messages in thread
From: Vincent Whitchurch @ 2023-07-17 13:08 UTC (permalink / raw)
  To: Vinod Koul; +Cc: dmaengine, linux-kernel, kernel, Vincent Whitchurch

This series has a fix for a use-after-free in the DMA engine framework
and adds a dummy CPU-based "DMA" controller driver which can be used for
testing the DMA engine framework and clients on systems without a real
DMA engine, such as under KVM.

---
Vincent Whitchurch (2):
      dmaengine: Fix use-after-free on release
      dmaengine: Add dummy DMA controller driver

 drivers/dma/Kconfig      |  14 +++
 drivers/dma/Makefile     |   1 +
 drivers/dma/dmaengine.c  |  30 ++++--
 drivers/dma/dummy-dmac.c | 258 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 294 insertions(+), 9 deletions(-)
---
base-commit: fdf0eaf11452d72945af31804e2a1048ee1b574c
change-id: 20230717-dummy-dmac-9a2e7e3ddb29

Best regards,
-- 
Vincent Whitchurch <vincent.whitchurch@axis.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-17 13:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-17 13:08 [PATCH 0/2] dmaengine: Use-after-free fix and dummy DMAC Vincent Whitchurch
2023-07-17 13:08 ` [PATCH 1/2] dmaengine: Fix use-after-free on release Vincent Whitchurch
2023-07-17 13:08 ` [PATCH 2/2] dmaengine: Add dummy DMA controller driver Vincent Whitchurch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®