Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759657AbcLVW5a (ORCPT ); Thu, 22 Dec 2016 17:57:30 -0500 Received: from p3plsmtps2ded02.prod.phx3.secureserver.net ([208.109.80.59]:58440 "EHLO p3plsmtps2ded02.prod.phx3.secureserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752060AbcLVW53 (ORCPT ); Thu, 22 Dec 2016 17:57:29 -0500 x-originating-ip: 72.167.245.219 From: kys@exchange.microsoft.com To: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, vkuznets@redhat.com, jasowang@redhat.com, leann.ogasawara@canonical.com Cc: "K. Y. Srinivasan" Subject: [PATCH 0/4] Drivers: hv: Fix some rescind handling issues Date: Thu, 22 Dec 2016 16:53:38 -0800 Message-Id: <1482454418-10265-1-git-send-email-kys@exchange.microsoft.com> X-Mailer: git-send-email 1.7.4.1 Reply-To: kys@microsoft.com X-CMAE-Envelope: MS4wfCMKcVhHbUEeVuf57rNJW6hCUgyjxpWE+q9y3NUm/3RBWF8WTwr8ZRUYAI8up7Qt1t5zTbxpmrvKcjoPExeiGuarXQulpb0AGUFxWNguEOQgpWhj83do idSkI1RriTCPUaBrbVGjbA0Bus6KTX/CW0i9HNiYzYTXbIrlUTYBT4fFlLt1f90Sc6iNsCUnHEiyektV/Apc7qwJhqZ8P8ZuSZsgJ1AogTRW7K3UKSsZgqRl kzw8j10i8M+GsCk3EoCquPJLe/nrgyzUKa4U+3JpLGupxXUXKvWPQhS53Rgh2gdB2kAAyKAMdfVvpzQ5gdteZ677liUmDyMLzM/jTJ100B6cIaCdSdVn3Cr0 n4v9g0F6YnVWiC2ErJNZyxiNWSE1SBBZLc4xQO1mJNlr3Znhk0I147D+v6G4X+zAPUbSQZKV/XTiVvfiaZg1NwOZm0nUiAGyKn+AXpEpYRJYIPu5CIQ= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 657 Lines: 20 From: K. Y. Srinivasan Fix some rescind handling issues. K. Y. Srinivasan (4): Drivers: hv: vmbus: Fix a rescind handling bug Drivers: hv: util: kvp: Fix a rescind processing issue Drivers: hv: util: Fcopy: Fix a rescind processing issue Drivers: hv: util: Backup: Fix a rescind processing issue drivers/hv/channel.c | 18 ++++++++++++++++++ drivers/hv/channel_mgmt.c | 25 +++++++++++++++++++++++++ drivers/hv/hv_fcopy.c | 4 ++++ drivers/hv/hv_kvp.c | 4 ++++ drivers/hv/hv_snapshot.c | 4 ++++ include/linux/hyperv.h | 1 + 6 files changed, 56 insertions(+), 0 deletions(-) -- 1.7.4.1