qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] hw/sd: Check for valid address range in SEND_WRITE_PROT (CMD30)
@ 2021-07-02 15:58 Philippe Mathieu-Daudé
  2021-07-02 15:58 ` [PATCH 1/3] hw/sd: When card is in wrong state, log which state it is Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-07-02 15:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: Thomas Huth, qemu-block, Bin Meng, Philippe Mathieu-Daudé,
	Alexander Bulekov, Michael Olbrich

Trivial fix for https://gitlab.com/qemu-project/qemu/-/issues/450

Missing review: patch #3

Philippe Mathieu-Daudé (3):
  hw/sd: When card is in wrong state, log which state it is
  hw/sd: Extract address_in_range() helper, log invalid accesses
  hw/sd: Check for valid address range in SEND_WRITE_PROT (CMD30)

 hw/sd/sd.c                     | 40 ++++++++++++++-------
 tests/qtest/fuzz-sdcard-test.c | 66 ++++++++++++++++++++++++++++++++++
 MAINTAINERS                    |  3 +-
 tests/qtest/meson.build        |  1 +
 4 files changed, 96 insertions(+), 14 deletions(-)
 create mode 100644 tests/qtest/fuzz-sdcard-test.c

-- 
2.31.1



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

end of thread, other threads:[~2021-07-05  9:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-02 15:58 [PATCH 0/3] hw/sd: Check for valid address range in SEND_WRITE_PROT (CMD30) Philippe Mathieu-Daudé
2021-07-02 15:58 ` [PATCH 1/3] hw/sd: When card is in wrong state, log which state it is Philippe Mathieu-Daudé
2021-07-02 18:06   ` Alexander Bulekov
2021-07-02 15:58 ` [PATCH 2/3] hw/sd: Extract address_in_range() helper, log invalid accesses Philippe Mathieu-Daudé
2021-07-02 15:59 ` [PATCH 3/3] hw/sd: Check for valid address range in SEND_WRITE_PROT (CMD30) Philippe Mathieu-Daudé
2021-07-02 18:07   ` Alexander Bulekov
2021-07-05  7:52   ` Bin Meng
2021-07-05  9:54 ` [PATCH 0/3] " Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).