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

From: Greg KH
Date: Tue Jan 26 2021 - 20:00:27 EST


On Wed, Jan 20, 2021 at 08:32:04AM -0800, Jorgen Hansen wrote:
> 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
>

Please in the future properly thread your emails so that tools like 'b4'
can pick them all up at once.

thanks,

greg k-h