qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix segfault in qemu_rbd_parse_filename
@ 2021-04-01 21:01 Connor Kuehl
  2021-04-01 21:01 ` [PATCH v2 1/2] iotests/231: Update expected deprecation message Connor Kuehl
  2021-04-01 21:01 ` [PATCH v2 2/2] block/rbd: Add an escape-aware strchr helper Connor Kuehl
  0 siblings, 2 replies; 6+ messages in thread
From: Connor Kuehl @ 2021-04-01 21:01 UTC (permalink / raw)
  To: qemu-block; +Cc: kwolf, dillaman, qemu-devel, mreitz

Replaced the change to qemu_rbd_next_tok with a standalone escape-aware
helper for patch 2.

Connor Kuehl (2):
  iotests/231: Update expected deprecation message
  block/rbd: Add an escape-aware strchr helper

 block/rbd.c                | 20 ++++++++++++++++++--
 tests/qemu-iotests/231     |  4 ++++
 tests/qemu-iotests/231.out |  7 ++++---
 3 files changed, 26 insertions(+), 5 deletions(-)

-- 
2.30.2



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

end of thread, other threads:[~2021-04-09 14:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 21:01 [PATCH v2 0/2] Fix segfault in qemu_rbd_parse_filename Connor Kuehl
2021-04-01 21:01 ` [PATCH v2 1/2] iotests/231: Update expected deprecation message Connor Kuehl
2021-04-01 21:01 ` [PATCH v2 2/2] block/rbd: Add an escape-aware strchr helper Connor Kuehl
2021-04-06 14:24   ` Max Reitz
2021-04-09 14:05     ` Connor Kuehl
2021-04-09 14:19       ` Max Reitz

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).