From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755135AbcDDLJs (ORCPT ); Mon, 4 Apr 2016 07:09:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36191 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753535AbcDDLJq (ORCPT ); Mon, 4 Apr 2016 07:09:46 -0400 From: Vitaly Kuznetsov To: "K. Y. Srinivasan" Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, jasowang@redhat.com, Jake Oshins Subject: Re: [PATCH 0/6] Drivers: hv: vmbus: Cleanup and mmio management. References: <1459620638-16681-1-git-send-email-kys@microsoft.com> Date: Mon, 04 Apr 2016 13:09:42 +0200 In-Reply-To: <1459620638-16681-1-git-send-email-kys@microsoft.com> (K. Y. Srinivasan's message of "Sat, 2 Apr 2016 11:10:38 -0700") Message-ID: <874mbhpr49.fsf@vitty.brq.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "K. Y. Srinivasan" 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