[PATCH v2 0/3] VMCI: Queue pair bug fixes

From: Jorgen Hansen
Date: Wed Jan 20 2021 - 11:40:26 EST


This series contains three bug fixes for the queue pair
implementation in the VMCI driver.

v1 -> v2:
- format patches as a series
- use min_t instead of min to ensure size_t comparison
(issue pointed out by kernel test robot <lkp@xxxxxxxxx>)

Jorgen Hansen (3):
VMCI: Stop log spew when qp allocation isn't possible
VMCI: Use set_page_dirty_lock() when unregistering guest memory
VMCI: Enforce queuepair max size for IOCTL_VMCI_QUEUEPAIR_ALLOC

drivers/misc/vmw_vmci/vmci_queue_pair.c | 16 ++++++++++------
include/linux/vmw_vmci_defs.h | 4 ++--
2 files changed, 12 insertions(+), 8 deletions(-)

--
2.6.2