[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1429763467-3712-1-git-send-email-kys@microsoft.com>
Date: Wed, 22 Apr 2015 21:31:07 -0700
From: "K. Y. Srinivasan" <kys@...rosoft.com>
To: gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
devel@...uxdriverproject.org, olaf@...fle.de, apw@...onical.com,
vkuznets@...hat.com, jasowang@...hat.com
Cc: "K. Y. Srinivasan" <kys@...rosoft.com>
Subject: [PATCH V2 0/5] Drivers: hv: vmbus: Cleanup the vmbus unload path
This patch-set have several fixes to enable the clean unload of the vmbus.
Typically, vmbus will not be unloadable when Linux is hosted on
Hyper-V since the driver managing the root device needs the vmbus driver.
In this version of the patch-set, the patch Drivers: hv: vmbus: Implement
the protocol for tearing down vmbus was modified based on feedback from
Vitaly Kuznetsov.
Dexuan Cui (1):
hv: vmbus_free_channels(): remove the redundant free_channel()
K. Y. Srinivasan (2):
drivers: hv: vmbus: Get rid of some unused definitions
Drivers: hv: vmbus: Implement the protocol for tearing down vmbus
state
Vitaly Kuznetsov (2):
Drivers: hv: vmbus: introduce vmbus_acpi_remove
Drivers: hv: vmbus: unregister panic notifier on module unload
drivers/hv/channel_mgmt.c | 36 +++++++++++++++++++++++++++++++++---
drivers/hv/connection.c | 5 +++++
drivers/hv/hyperv_vmbus.h | 2 ++
drivers/hv/vmbus_drv.c | 16 +++++++++++++++-
include/linux/hyperv.h | 20 +-------------------
5 files changed, 56 insertions(+), 23 deletions(-)
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists