mbox series

[v3,for-4.4,0/7] hv patches for 4.4.y (resubmit)

Message ID 1492673923-1352-1-git-send-email-sumit.semwal@linaro.org
Headers show
Series hv patches for 4.4.y (resubmit) | expand

Message

Sumit Semwal April 20, 2017, 7:38 a.m. UTC
Hi Greg,

From my previous submission of patches for 4.4 from Ubuntu Xenial, dropping one
patch caused the patch right after to fail to apply; I've reworked the failing
patch. I've also included the remaining hv ones (that anyways apply cleanly) for
the sake of completion.

These apply cleanly on top of 4.4.62, and are build tested on 4.4.y with x86
allmodconfig. 

Best,
Sumit.

K. Y. Srinivasan (1):
  Drivers: hv: vmbus: Reduce the delay between retries in
    vmbus_post_msg()

Vitaly Kuznetsov (6):
  Drivers: hv: don't leak memory in vmbus_establish_gpadl()
  Drivers: hv: get rid of timeout in vmbus_open()
  Tools: hv: kvp: ensure kvp device fd is closed on exec
  Drivers: hv: balloon: keep track of where ha_region starts
  Drivers: hv: balloon: account for gaps in hot add regions
  hv: don't reset hv_context.tsc_page on crash

 drivers/hv/channel.c     |  16 +++---
 drivers/hv/connection.c  |   8 +--
 drivers/hv/hv.c          |   5 +-
 drivers/hv/hv_balloon.c  | 136 ++++++++++++++++++++++++++++++++++-------------
 tools/hv/hv_kvp_daemon.c |   2 +-
 5 files changed, 115 insertions(+), 52 deletions(-)

-- 
2.7.4

Comments

Greg KH April 25, 2017, 12:01 p.m. UTC | #1
On Thu, Apr 20, 2017 at 01:08:36PM +0530, Sumit Semwal wrote:
> Hi Greg,

> 

> >From my previous submission of patches for 4.4 from Ubuntu Xenial, dropping one

> patch caused the patch right after to fail to apply; I've reworked the failing

> patch. I've also included the remaining hv ones (that anyways apply cleanly) for

> the sake of completion.

> 

> These apply cleanly on top of 4.4.62, and are build tested on 4.4.y with x86

> allmodconfig. 


All now applied, thanks.

greg k-h