RE: [PATCH v2] vmbus: Switch to use new generic UUID API

From: Michael Kelley
Date: Sun Jan 13 2019 - 12:26:15 EST


From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Sent: Thursday, January 10, 2019 6:26 AM
>
> There are new types and helpers that are supposed to be used in new code.
>
> As a preparation to get rid of legacy types and API functions do
> the conversion here.
>
> Cc: "K. Y. Srinivasan" <kys@xxxxxxxxxxxxx>
> Cc: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
> Cc: Stephen Hemminger <sthemmin@xxxxxxxxxxxxx>
> Cc: devel@xxxxxxxxxxxxxxxxxxxxxx
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ---
>
> v2:
> - leave uapi untouched (Christoph, Haiyang)
> - rebase on top of latest linux-next
>
> drivers/hv/channel.c | 4 +-
> drivers/hv/channel_mgmt.c | 18 +++----
> drivers/hv/hyperv_vmbus.h | 4 +-
> drivers/hv/vmbus_drv.c | 48 +++++++------------
> include/linux/hyperv.h | 98 +++++++++++++++++++--------------------
> 5 files changed, 79 insertions(+), 93 deletions(-)

Reviewed-by: Michael Kelley <mikelley@xxxxxxxxxxxxx>