[Qemu-devel] [PATCH 0/5] rdma: various issues in rdma/pvrdma backend

P J P posted 5 patches 5 years, 3 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181211132642.3027-1-ppandit@redhat.com
There is a newer version of this series
hw/rdma/rdma_backend.c        |  8 ++++----
hw/rdma/vmw/pvrdma_cmd.c      | 17 ++++++++++++++++-
hw/rdma/vmw/pvrdma_dev_ring.c | 16 +++++++++++-----
hw/rdma/vmw/pvrdma_main.c     |  6 ++++++
4 files changed, 37 insertions(+), 10 deletions(-)
[Qemu-devel] [PATCH 0/5] rdma: various issues in rdma/pvrdma backend
Posted by P J P 5 years, 3 months ago
From: Prasad J Pandit <pjp@fedoraproject.org>

Hello,

Various issues OOB access, null dereference and possible infinite loop were
reported in the rdma/pvrdma backends. This patch set attempts to fix these.

Thank you.
---
Prasad J Pandit (5):
  rdma: check that num_sge does not exceed MAX_SGE
  pvrdma: add uar_read routine
  pvrdma: check number of pages when creating rings
  pvrdma: release ring object in case of an error
  pvrdma: check return value from pvrdma_idx_ring_has_ routines

 hw/rdma/rdma_backend.c        |  8 ++++----
 hw/rdma/vmw/pvrdma_cmd.c      | 17 ++++++++++++++++-
 hw/rdma/vmw/pvrdma_dev_ring.c | 16 +++++++++++-----
 hw/rdma/vmw/pvrdma_main.c     |  6 ++++++
 4 files changed, 37 insertions(+), 10 deletions(-)

-- 
2.19.2