All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] hw/usb/hcd-ehci: Fix Coverity CID 1685236 and check DMA errors
@ 2026-08-17  5:53 Jamin Lin
  2026-08-17  5:53 ` [PATCH v3 1/3] hw/usb/hcd-ehci: Check for DMA errors in get_dwords()/put_dwords() Jamin Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jamin Lin @ 2026-08-17  5:53 UTC (permalink / raw)
  To: pbonzini@redhat.com, peter.maydell@linaro.org,
	philmd@oss.qualcomm.com, clg@kaod.org, clg@redhat.com,
	Philippe Mathieu-Daudé, 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.

v3:
 1. Make get_dwords() return bool

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

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

-- 
2.53.0


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-17  5:53 [PATCH v3 0/3] hw/usb/hcd-ehci: Fix Coverity CID 1685236 and check DMA errors Jamin Lin
2026-08-17  5:53 ` [PATCH v3 1/3] hw/usb/hcd-ehci: Check for DMA errors in get_dwords()/put_dwords() Jamin Lin
2026-08-17  5:53 ` [PATCH v3 2/3] hw/usb/hcd-ehci: Make get_dwords() return bool Jamin Lin
2026-08-17  6:50   ` Philippe Mathieu-Daudé
2026-08-17  5:53 ` [PATCH v3 3/3] hw/usb/hcd-ehci: Handle get_dwords() failures in async writeback 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.