[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/5] rdma: various issues in rdma/pvrdma backend
From: |
P J P |
Subject: |
[Qemu-devel] [PATCH 0/5] rdma: various issues in rdma/pvrdma backend |
Date: |
Tue, 11 Dec 2018 18:56:37 +0530 |
From: Prasad J Pandit <address@hidden>
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
- [Qemu-devel] [PATCH 0/5] rdma: various issues in rdma/pvrdma backend,
P J P <=