2021-01-21 00:21:00

by Jorgen Hansen

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

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 <[email protected]>)

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


2021-01-27 01:01:55

by Greg Kroah-Hartman

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

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 <[email protected]>)
>
> 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