DMA Engine development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix two bugs in the DMA status path
@ 2026-08-14 14:21 Christian Lugnberg
  2026-08-14 14:21 ` [PATCH v2 1/2] dmaengine: sun6i: fix non-atomic read of DMA position registers Christian Lugnberg
  2026-08-14 14:21 ` [PATCH v2 2/2] dmaengine: sun6i: fix undefined behaviour in sun6i_dma_tx_status Christian Lugnberg
  0 siblings, 2 replies; 6+ messages in thread
From: Christian Lugnberg @ 2026-08-14 14:21 UTC (permalink / raw)
  To: vkoul
  Cc: Frank.Li, wens, jernej.skrabec, samuel, dmaengine,
	linux-arm-kernel, linux-sunxi, linux-kernel, Christian Lugnberg

Thank you for the review. Patch 2 has been updated with a corrected
commit message — the original overclaimed an oops; the fix removes
undefined behaviour but no memory access actually occurs at that point.
Changes in v2:
  - Patch 2: correct commit message to accurately describe the undefined
    behaviour rather than claiming an imminent null pointer dereference

Christian Lugnberg (2):
  dmaengine: sun6i: fix non-atomic read of DMA position registers
  dmaengine: sun6i: fix undefined behaviour in sun6i_dma_tx_status

 drivers/dma/sun6i-dma.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

-- 
2.54.0 (Apple Git-156)


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

end of thread, other threads:[~2026-08-14 14:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-14 14:21 [PATCH v2 0/2] Fix two bugs in the DMA status path Christian Lugnberg
2026-08-14 14:21 ` [PATCH v2 1/2] dmaengine: sun6i: fix non-atomic read of DMA position registers Christian Lugnberg
2026-08-14 14:48   ` Frank Li
2026-08-14 14:21 ` [PATCH v2 2/2] dmaengine: sun6i: fix undefined behaviour in sun6i_dma_tx_status Christian Lugnberg
2026-08-14 14:46   ` sashiko-bot
2026-08-14 14:48   ` Frank Li

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