mbox series

[x/azure,c/azure,v2,0/2] Include upstream vmbus fixes to linux-azure

Message ID 20190422202910.32372-1-marcelo.cerri@canonical.com
Headers show
Series Include upstream vmbus fixes to linux-azure | expand

Message

Marcelo Henrique Cerri April 22, 2019, 8:29 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1821378

On v1 I had wrongly formatted the xenial patches using the cosmic branch.

Dexuan Cui (2):
  Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened
    channels
  Drivers: hv: vmbus: Check for ring when getting debug info

 drivers/hv/ring_buffer.c | 31 +++++++++---------
 drivers/hv/vmbus_drv.c   | 71 ++++++++++++++++++++++++++++++++++------
 include/linux/hyperv.h   |  5 +--
 3 files changed, 79 insertions(+), 28 deletions(-)

Comments

Stefan Bader April 23, 2019, 1:16 p.m. UTC | #1
On 22.04.19 22:29, Marcelo Henrique Cerri wrote:
> BugLink: http://bugs.launchpad.net/bugs/1821378
> 
> On v1 I had wrongly formatted the xenial patches using the cosmic branch.
> 
> Dexuan Cui (2):
>   Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened
>     channels
>   Drivers: hv: vmbus: Check for ring when getting debug info
> 
>  drivers/hv/ring_buffer.c | 31 +++++++++---------
>  drivers/hv/vmbus_drv.c   | 71 ++++++++++++++++++++++++++++++++++------
>  include/linux/hyperv.h   |  5 +--
>  3 files changed, 79 insertions(+), 28 deletions(-)
> 
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Kleber Sacilotto de Souza April 23, 2019, 1:22 p.m. UTC | #2
On 4/22/19 10:29 PM, Marcelo Henrique Cerri wrote:
> BugLink: http://bugs.launchpad.net/bugs/1821378
> 
> On v1 I had wrongly formatted the xenial patches using the cosmic branch.
> 
> Dexuan Cui (2):
>   Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened
>     channels
>   Drivers: hv: vmbus: Check for ring when getting debug info
> 
>  drivers/hv/ring_buffer.c | 31 +++++++++---------
>  drivers/hv/vmbus_drv.c   | 71 ++++++++++++++++++++++++++++++++++------
>  include/linux/hyperv.h   |  5 +--
>  3 files changed, 79 insertions(+), 28 deletions(-)
> 

Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>