All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 kvmtool 0/6] Fix few small issues in virtio code
@ 2022-05-09 20:39 Martin Radev
  2022-05-09 20:39 ` [PATCH v3 kvmtool 1/6] kvmtool: Add WARN_ONCE macro Martin Radev
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Martin Radev @ 2022-05-09 20:39 UTC (permalink / raw)
  To: kvm; +Cc: will, alexandru.elisei, Martin Radev

Hello everyone,

Thank you for the patience and for the reviews.

Here is the patchset with all of the changes.

Kind regards,
Martin

Martin Radev (6):
  kvmtool: Add WARN_ONCE macro
  mmio: Sanitize addr and len
  virtio: Use u32 instead of int in pci_data_in/out
  virtio: Sanitize config accesses
  virtio: Check for overflows in QUEUE_NOTIFY and QUEUE_SEL
  kvmtool: Have stack be not executable on x86

 include/kvm/util.h      | 10 ++++++++
 include/kvm/virtio-9p.h |  1 +
 include/kvm/virtio.h    |  3 ++-
 mmio.c                  |  4 +++
 virtio/9p.c             | 27 ++++++++++++++++-----
 virtio/balloon.c        | 10 +++++++-
 virtio/blk.c            | 10 +++++++-
 virtio/console.c        | 10 +++++++-
 virtio/mmio.c           | 40 ++++++++++++++++++++++++++----
 virtio/net.c            | 10 +++++++-
 virtio/pci.c            | 54 ++++++++++++++++++++++++++++++++++++-----
 virtio/rng.c            |  8 +++++-
 virtio/scsi.c           | 10 +++++++-
 virtio/vsock.c          | 10 +++++++-
 x86/bios/bios-rom.S     |  5 ++++
 x86/bios/entry.S        |  5 ++++
 16 files changed, 192 insertions(+), 25 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-05-20 20:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 20:39 [PATCH v3 kvmtool 0/6] Fix few small issues in virtio code Martin Radev
2022-05-09 20:39 ` [PATCH v3 kvmtool 1/6] kvmtool: Add WARN_ONCE macro Martin Radev
2022-05-09 20:39 ` [PATCH v3 kvmtool 2/6] mmio: Sanitize addr and len Martin Radev
2022-05-11 17:26   ` Alexandru Elisei
2022-05-09 20:39 ` [PATCH v3 kvmtool 3/6] virtio: Use u32 instead of int in pci_data_in/out Martin Radev
2022-05-09 20:39 ` [PATCH v3 kvmtool 4/6] virtio: Sanitize config accesses Martin Radev
2022-05-12 10:29   ` Alexandru Elisei
2022-05-09 20:39 ` [PATCH v3 kvmtool 5/6] virtio: Check for overflows in QUEUE_NOTIFY and QUEUE_SEL Martin Radev
2022-05-09 20:39 ` [PATCH v3 kvmtool 6/6] kvmtool: Have stack be not executable on x86 Martin Radev
2022-05-20 20:51 ` [PATCH v3 kvmtool 0/6] Fix few small issues in virtio code Will Deacon

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.