From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751653AbbB1RDS (ORCPT ); Sat, 28 Feb 2015 12:03:18 -0500 Received: from p3plsmtps2ded03.prod.phx3.secureserver.net ([208.109.80.60]:33456 "EHLO p3plsmtps2ded03.prod.phx3.secureserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750986AbbB1RDR (ORCPT ); Sat, 28 Feb 2015 12:03:17 -0500 x-originating-ip: 72.167.245.219 From: "K. Y. Srinivasan" To: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, vkuznets@redhat.com Cc: "K. Y. Srinivasan" Subject: [PATCH V2 0/6] Drivers: hv: vmbus: Cleanup channel rescind handling Date: Sat, 28 Feb 2015 10:18:32 -0800 Message-Id: <1425147512-2647-1-git-send-email-kys@microsoft.com> X-Mailer: git-send-email 1.7.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The host can rescind an offer any time after the offer has been made to the guest. This patch-set cleans up how we handle rescind messages from the host. In this version of the patch-set, modified the code to not block in the main message handling work context based on feedback from Dexuan Cui . K. Y. Srinivasan (6): Drivers: hv: vmbus: Properly handle child device remove Drivers: hv: vmbus: Introduce a function to remove a rescinded offer Drivers: hv: vmbus: Handle both rescind and offer messages in the same context Drivers: hv: vmbus: Remove the channel from the channel list(s) on failure Drivers: hv: util: On device remove, close the channel after de-initializing the service Drivers: hv: vmbus: Get rid of some unnecessary messages drivers/hv/channel.c | 9 +++ drivers/hv/channel_mgmt.c | 137 +++++++++++++++++++++++++++------------------ drivers/hv/connection.c | 7 +-- drivers/hv/hv_util.c | 2 +- drivers/hv/vmbus_drv.c | 26 ++++++-- include/linux/hyperv.h | 1 + 6 files changed, 114 insertions(+), 68 deletions(-) -- 1.7.4.1