ACK: [azure][PATCH 0/4] lp1690196: [Hyper-V][SAUCE] hv_sock for 4.10

Colin Ian King colin.king at canonical.com
Tue May 30 08:52:29 UTC 2017


On 29/05/17 14:12, Marcelo Henrique Cerri wrote:
> BugLink: http://bugs.launchpad.net/bugs/1690196
> 
> This change set covers the inclusion of the Hyper-V socket module and
> updates to net/9p to support the new socket as a transport.
> 
> ---
> 
> Cheng-mean Liu (2):
>   UBUNTU: SAUCE: azure: hv_sock: 4.11 update
>   UBUNTU: SAUCE: 9p: net/9p: add hv_sock transport
> 
> Dexuan Cui (1):
>   UBUNTU: SAUCE: azure: hv_sock: introduce Hyper-V Sockets
> 
> Marcelo Henrique Cerri (1):
>   UBUNTU: [Config] azure: CONFIG_HYPERV_SOCK=m
> 
>  MAINTAINERS                                 |    2 +
>  debian.azure/config/config.common.ubuntu    |    1 +
>  debian.azure/control.d/azure.inclusion-list |    1 +
>  drivers/hv/channel.c                        |    4 +-
>  drivers/hv/channel_mgmt.c                   |   26 +-
>  drivers/hv/vmbus_drv.c                      |    6 +-
>  include/linux/hyperv.h                      |   27 +-
>  include/linux/socket.h                      |   10 +-
>  include/net/af_hvsock.h                     |   78 ++
>  include/uapi/linux/hyperv.h                 |   23 +
>  net/9p/trans_fd.c                           |  110 ++
>  net/Kconfig                                 |    1 +
>  net/Makefile                                |    1 +
>  net/hv_sock/Kconfig                         |   10 +
>  net/hv_sock/Makefile                        |    3 +
>  net/hv_sock/af_hvsock.c                     | 1507 +++++++++++++++++++++++++++
>  16 files changed, 1776 insertions(+), 34 deletions(-)
>  create mode 100644 include/net/af_hvsock.h
>  create mode 100644 net/hv_sock/Kconfig
>  create mode 100644 net/hv_sock/Makefile
>  create mode 100644 net/hv_sock/af_hvsock.c
> 
Given that this is a requirement to support this feature I'm going to OK
these patches.

Acked-by: Colin Ian King <colin.king at canonical.com>




More information about the kernel-team mailing list