Re: [PATCH 0/6] Drivers: hv: vmbus: Cleanup and mmio management.

From: Vitaly Kuznetsov
Date: Mon Apr 04 2016 - 07:09:50 EST


"K. Y. Srinivasan" <kys@xxxxxxxxxxxxx> writes:

> Cleanup and mmio management. Also included is a patch
> to fix an issue in KVP.
>
> Jake Oshins (5):
> hv: Make a function to free mmio regions through vmbus
> hv: Lock access to hyperv_mmio resource tree
> hv: Use new vmbus_mmio_free() from client drivers.
> hv: Reverse order of resources in hyperv_mmio
> hv: Track allocations of children of hv_vmbus in private resource
> tree

It seems there is an updated version of the patchset from Jake:
http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2016-April/088262.html

It consists of 7 patches. It would probably make sense to take them all
I think.

>
> Vitaly Kuznetsov (1):
> Drivers: hv: kvp: fix IP Failover
>
> drivers/hv/hv_kvp.c | 31 +++++++++++++++++++++
> drivers/hv/hyperv_vmbus.h | 5 +++
> drivers/hv/vmbus_drv.c | 56 ++++++++++++++++++++++++++++++++++-----
> drivers/pci/host/pci-hyperv.c | 14 +++++-----
> drivers/video/fbdev/hyperv_fb.c | 4 +-
> include/linux/hyperv.h | 2 +-
> 6 files changed, 95 insertions(+), 17 deletions(-)

--
Vitaly