From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758243AbbJ2Xlk (ORCPT ); Thu, 29 Oct 2015 19:41:40 -0400 Received: from p3plsmtps2ded01.prod.phx3.secureserver.net ([208.109.80.58]:51602 "EHLO p3plsmtps2ded01.prod.phx3.secureserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757173AbbJ2Xlj (ORCPT ); Thu, 29 Oct 2015 19:41:39 -0400 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, jasowang@redhat.com Cc: "K. Y. Srinivasan" Subject: [PATCH V2 00/10] Drivers: hv: Miscellaneous fixes. Date: Thu, 29 Oct 2015 18:12:18 -0700 Message-Id: <1446167538-19409-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 Miscellaneous fixes. In this version I have addressed review comments from Vitaly Kuznetsov . Also fixed up the authorship of the patch: drivers/hv: cleanup synic msrs if vmbus connect failed Andrey Smetanin (1): drivers/hv: cleanup synic msrs if vmbus connect failed Jake Oshins (3): drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num drivers:hv: Export the API to invoke a hypercall on Hyper-V drivers:hv: Define the channel type for Hyper-V PCI Express pass-through K. Y. Srinivasan (1): Drivers: hv: util: Increase the timeout for util services Olaf Hering (5): Drivers: hv: utils: run polling callback always in interrupt context tools: hv: report ENOSPC errors in hv_fcopy_daemon tools: hv: remove repeated HV_FCOPY string Drivers: hv: util: catch allocation errors Drivers: hv: utils: use memdup_user in hvt_op_write drivers/hv/channel_mgmt.c | 3 +++ drivers/hv/hv.c | 20 ++++++++++---------- drivers/hv/hv_fcopy.c | 37 +++++++++++++++---------------------- drivers/hv/hv_kvp.c | 31 ++++++++++++------------------- drivers/hv/hv_snapshot.c | 29 +++++++++++------------------ drivers/hv/hv_utils_transport.c | 18 ++++++++++-------- drivers/hv/hyperv_vmbus.h | 13 +++++++------ drivers/hv/vmbus_drv.c | 21 ++++++++++++++++++++- include/linux/hyperv.h | 14 ++++++++++++++ include/uapi/linux/hyperv.h | 1 + tools/hv/hv_fcopy_daemon.c | 24 +++++++++++++++++++----- 11 files changed, 122 insertions(+), 89 deletions(-) -- 1.7.4.1