All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] hw/usb/hcd-ehci: Fix Coverity CID 1685236 and check DMA errors
@ 2026-08-17  2:36 Jamin Lin
  2026-08-17  2:36 ` [PATCH v2 1/2] hw/usb/hcd-ehci: Handle get_dwords() failures in async writeback Jamin Lin
  2026-08-17  2:36 ` [PATCH v2 2/2] hw/usb/hcd-ehci: Check for DMA errors in get_dwords()/put_dwords() Jamin Lin
  0 siblings, 2 replies; 5+ messages in thread
From: Jamin Lin @ 2026-08-17  2:36 UTC (permalink / raw)
  To: clg@redhat.com, pbonzini@redhat.com, peter.maydell@linaro.org,
	philmd@mailo.com, open list:All patches CC here
  Cc: Jamin Lin, Troy Lee

v1:
 1. Fix Fix Coverity CID 1685236
 
v2:
 1. Drops the dead NULL test and checks the actual accesses instead, and makes put_dwords() return void
    since no caller can act on a failed writeback.

Jamin Lin (2):
  hw/usb/hcd-ehci: Handle get_dwords() failures in async writeback
  hw/usb/hcd-ehci: Check for DMA errors in get_dwords()/put_dwords()

 hw/usb/hcd-ehci.c | 48 +++++++++++++++++++++--------------------------
 1 file changed, 21 insertions(+), 27 deletions(-)

-- 
2.53.0


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-17  2:36 [PATCH v2 0/2] hw/usb/hcd-ehci: Fix Coverity CID 1685236 and check DMA errors Jamin Lin
2026-08-17  2:36 ` [PATCH v2 1/2] hw/usb/hcd-ehci: Handle get_dwords() failures in async writeback Jamin Lin
2026-08-17  2:36 ` [PATCH v2 2/2] hw/usb/hcd-ehci: Check for DMA errors in get_dwords()/put_dwords() Jamin Lin
2026-08-17  4:17   ` Philippe Mathieu-Daudé
2026-08-17  5:13     ` Jamin Lin

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.