Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752724AbbKLAya (ORCPT ); Wed, 11 Nov 2015 19:54:30 -0500 Received: from p3plsmtps2ded04.prod.phx3.secureserver.net ([208.109.80.198]:53681 "EHLO p3plsmtps2ded04.prod.phx3.secureserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752497AbbKLAy3 (ORCPT ); Wed, 11 Nov 2015 19:54:29 -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, jasowang@redhat.com Cc: "K. Y. Srinivasan" Subject: [PATCH V2 00/12] Drivers: hv: vmbus: Miscellaneous fixes and cleanup Date: Wed, 11 Nov 2015 18:25:58 -0800 Message-Id: <1447295158-9012-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 Content-Length: 1866 Lines: 50 Miscellaneous fixes and cleanup. Changes from V1: Fixed the typo in patch number 3. Included the patch tools/hv: Use include/uapi with __EXPORTED_HEADERS__ Dexuan Cui (5): Drivers: hv: vmbus: serialize process_chn_event() and vmbus_close_internal() Drivers: hv: vmbus: do sanity check of channel state in vmbus_close_internal() Drivers: hv: vmbus: fix rescind-offer handling for device without a driver Drivers: hv: vmbus: release relid on error in vmbus_process_offer() Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex Jake Oshins (1): drivers:hv: Allow for MMIO claims that span ACPI _CRS records K. Y. Srinivasan (4): Drivers: hv: vmbus: Use uuid_le type consistently Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs Drivers: hv: vmbus: Get rid of the unused macro Drivers: hv: vmbus: Get rid of the unused irq variable Kamal Mostafa (1): tools/hv: Use include/uapi with __EXPORTED_HEADERS__ Olaf Hering (1): Drivers: hv: vss: run only on supported host versions drivers/hv/channel.c | 39 ++++++++++++--- drivers/hv/channel_mgmt.c | 42 ++++++++++------- drivers/hv/connection.c | 7 +-- drivers/hv/hv_snapshot.c | 5 ++ drivers/hv/hyperv_vmbus.h | 2 +- drivers/hv/vmbus_drv.c | 61 +++++++++++------------ include/linux/hyperv.h | 101 ++++++++++++--------------------------- include/linux/mod_devicetable.h | 2 +- scripts/mod/file2alias.c | 2 +- tools/hv/Makefile | 2 + 10 files changed, 128 insertions(+), 135 deletions(-) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/