All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Qemu-devel PATCH v2 0/2] Fix incorrect assertions in sd and main-loop
@ 2019-06-05 19:15 Lidong Chen
  2019-06-05 19:15 ` [Qemu-devel] [Qemu-devel PATCH v2 1/2] sd: Fix out-of-bounds assertions Lidong Chen
  2019-06-05 19:15 ` [Qemu-devel] [Qemu-devel PATCH v2 2/2] util/main-loop: Fix incorrect assertion Lidong Chen
  0 siblings, 2 replies; 11+ messages in thread
From: Lidong Chen @ 2019-06-05 19:15 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, berrange, liran.alon, liq3ea, armbru, lidong.chen,
	darren.kenny, marcandre.lureau, amarkovic, philmd

v1: Patch1 fixed out-of-bounds assertions in hw/sd/sd.c

v2: Added patch2 that fixed the incorrect assertion for poll_fds
    in util/main-loop.c based on the feedbacks from Peter Maydell
    and Liam Merwick,

Lidong Chen (2):
  sd: Fix out-of-bounds assertions
  util/main-loop: Fix incorrect assertion

 hw/sd/sd.c       | 4 ++--
 util/main-loop.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Qemu-devel] [Qemu-devel PATCH v2 0/2] sd: Fix out-of-bounds assertions
@ 2019-06-05  6:21 Lidong Chen
  2019-06-05  6:21 ` [Qemu-devel] [Qemu-devel PATCH v2 2/2] util/main-loop: Fix incorrect assertion Lidong Chen
  0 siblings, 1 reply; 11+ messages in thread
From: Lidong Chen @ 2019-06-05  6:21 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, berrange, liran.alon, liq3ea, armbru, lidong.chen,
	darren.kenny, marcandre.lureau, amarkovic, philmd

The v2 changes include the fix for the incorrect assertion for poll_fds
in util/main-loop.c according to the review comments from the previous
sd fixes.

Lidong Chen (2):
  sd: Fix out-of-bounds assertions
  util/main-loop: Fix incorrect assertion

 hw/sd/sd.c       | 4 ++--
 util/main-loop.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.8.3.1



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

end of thread, other threads:[~2019-06-07 21:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-05 19:15 [Qemu-devel] [Qemu-devel PATCH v2 0/2] Fix incorrect assertions in sd and main-loop Lidong Chen
2019-06-05 19:15 ` [Qemu-devel] [Qemu-devel PATCH v2 1/2] sd: Fix out-of-bounds assertions Lidong Chen
2019-06-06 23:13   ` Philippe Mathieu-Daudé
2019-06-05 19:15 ` [Qemu-devel] [Qemu-devel PATCH v2 2/2] util/main-loop: Fix incorrect assertion Lidong Chen
2019-06-06  5:27   ` Markus Armbruster
2019-06-06 23:18   ` Philippe Mathieu-Daudé
2019-06-07 21:36     ` Lidong Chen
  -- strict thread matches above, loose matches on Subject: below --
2019-06-05  6:21 [Qemu-devel] [Qemu-devel PATCH v2 0/2] sd: Fix out-of-bounds assertions Lidong Chen
2019-06-05  6:21 ` [Qemu-devel] [Qemu-devel PATCH v2 2/2] util/main-loop: Fix incorrect assertion Lidong Chen
2019-06-05  6:43   ` Li Qiang
2019-06-05  8:57   ` Philippe Mathieu-Daudé
2019-06-05 17:25     ` Lidong Chen

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.