Re: [PATCH v1] hv_sock: Use consistent types for UUIDs

2019-07-23 Thread David Miller
From: Andy Shevchenko Date: Tue, 23 Jul 2019 19:39:43 +0300 > The rest of Hyper-V code is using new types for UUID handling. > Convert hv_sock as well. > > Signed-off-by: Andy Shevchenko Applied to net-next.

RE: [PATCH v1] hv_sock: Use consistent types for UUIDs

2019-07-23 Thread Dexuan Cui
> From: linux-hyperv-ow...@vger.kernel.org > On Behalf Of Andy Shevchenko > Sent: Tuesday, July 23, 2019 9:40 AM > > The rest of Hyper-V code is using new types for UUID handling. > Convert hv_sock as well. > > Signed-off-by: Andy Shevchenko Reviewed-by: Dexuan Cui Looks good to me. Thanks,

[PATCH v1] hv_sock: Use consistent types for UUIDs

2019-07-23 Thread Andy Shevchenko
The rest of Hyper-V code is using new types for UUID handling. Convert hv_sock as well. Signed-off-by: Andy Shevchenko --- net/vmw_vsock/hyperv_transport.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/net/vmw_vsock/hyperv_transport.c b/net/vmw_vs