All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] check VirtiQueue Vring objects
@ 2017-11-24 18:34 P J P
  2017-11-24 18:34 ` [Qemu-devel] [PATCH v3 1/2] virtio: check VirtQueue Vring object is set P J P
  2017-11-24 18:34 ` [Qemu-devel] [PATCH v3 2/2] tests: add test to check VirtQueue object P J P
  0 siblings, 2 replies; 13+ messages in thread
From: P J P @ 2017-11-24 18:34 UTC (permalink / raw)
  To: Qemu Developers
  Cc: Stefan Hajnoczi, zhangboxian, Paolo Bonzini, Cornelia Huck,
	Prasad J Pandit

From: Prasad J Pandit <pjp@fedoraproject.org>

Hello,

An user could attempt to use an uninitialised VirtQueue object
or set Vring object with undue values, raising an unexpected
exception in Qemu. This patch set fixes this issue and also adds
a unit test to the suite.

Thank you.
--
Prasad J Pandit (2):
  virtio: check VirtQueue Vring object is set
  tests: add test to check VirtQueue object

Update: Fixed style error, add space before parenthesis '('
  -> https://lists.gnu.org/archive/html/qemu-devel/2017-11/msg04652.html

 hw/virtio/virtio.c      | 14 +++++++++++---
 tests/virtio-blk-test.c | 25 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 3 deletions(-)

-- 
2.13.6

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

end of thread, other threads:[~2017-11-30  9:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-24 18:34 [Qemu-devel] [PATCH v3 0/2] check VirtiQueue Vring objects P J P
2017-11-24 18:34 ` [Qemu-devel] [PATCH v3 1/2] virtio: check VirtQueue Vring object is set P J P
2017-11-27 10:03   ` Cornelia Huck
2017-11-27 11:15   ` Stefan Hajnoczi
2017-11-27 17:55     ` P J P
2017-11-28  9:11       ` Cornelia Huck
2017-11-28 10:37         ` Stefan Hajnoczi
2017-11-28 11:27           ` P J P
2017-11-28 12:00             ` Cornelia Huck
2017-11-29 10:11               ` P J P
2017-11-29 11:16                 ` Cornelia Huck
2017-11-30  9:16                   ` P J P
2017-11-24 18:34 ` [Qemu-devel] [PATCH v3 2/2] tests: add test to check VirtQueue object P J P

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.