qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/1] virtio-snd: fix invalid tx/rx message handling logic
@ 2024-03-24 10:04 Manos Pitsidianakis
  2024-03-24 10:04 ` [PATCH v1 1/1] virtio-snd: rewrite invalid tx/rx message handling Manos Pitsidianakis
  2024-04-05 10:54 ` [PATCH v1 0/1] virtio-snd: fix invalid tx/rx message handling logic Manos Pitsidianakis
  0 siblings, 2 replies; 5+ messages in thread
From: Manos Pitsidianakis @ 2024-03-24 10:04 UTC (permalink / raw)
  To: qemu-devel, qemu-stable
  Cc: Zheyu Ma, Gerd Hoffmann, Michael S. Tsirkin,
	Philippe Mathieu-Daudé

This is a logic fix for the error handling in the TX/RX virt queue 
handlers. A potential invalid address dereference was reported and fixed 
by Zheyu Ma in <20240322110827.568412-1-zheyuma97@gmail.com>. This patch 
moves the invalid message storage from the stream structs to the virtio 
device struct to

1. make such bug impossible
2. reply to invalid messages again with VIRTIO_SND_S_BAD_MSG, which was 
not possible before.

Patch based on master base-commit: 853546f8128476eefb701d4a55b2781bb3a46faa
with the following patch applied:

  Subject: [PATCH v2] virtio-snd: Enhance error handling for invalid
   transfers
  From: Zheyu Ma <zheyuma97@gmail.com>
  Date: Fri, 22 Mar 2024 12:08:27 +0100
  Message-Id: <20240322110827.568412-1-zheyuma97@gmail.com>


Manos Pitsidianakis (1):
  virtio-snd: rewrite invalid tx/rx message handling

 include/hw/audio/virtio-snd.h |  16 +++-
 hw/audio/virtio-snd.c         | 137 +++++++++++++++-------------------
 2 files changed, 77 insertions(+), 76 deletions(-)


base-commit: 853546f8128476eefb701d4a55b2781bb3a46faa
prerequisite-patch-id: 8209301569bd30ba806d06b3452a2f3156503a7a
-- 
γαῖα πυρί μιχθήτω



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

end of thread, other threads:[~2024-04-05 18:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-24 10:04 [PATCH v1 0/1] virtio-snd: fix invalid tx/rx message handling logic Manos Pitsidianakis
2024-03-24 10:04 ` [PATCH v1 1/1] virtio-snd: rewrite invalid tx/rx message handling Manos Pitsidianakis
2024-04-05 10:54 ` [PATCH v1 0/1] virtio-snd: fix invalid tx/rx message handling logic Manos Pitsidianakis
2024-04-05 11:07   ` Michael S. Tsirkin
2024-04-05 18:25     ` Manos Pitsidianakis

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