From: "K. Y. Srinivasan" <kys@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
Cc: "K. Y. Srinivasan" <kys@microsoft.com>
Subject: [PATCH 00/11] Drivers: hv: vmbus: Miscellaneous fixes and cleanup
Date: Tue, 10 Nov 2015 17:59:17 -0800 [thread overview]
Message-ID: <1447207157-2004-1-git-send-email-kys@microsoft.com> (raw)
Miscellaneous fixes and cleanup.
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 the macro for comparing GUIDs
Drivers: hv: vmbus: Get rid of the unused macro
Drivers: hv: vmbus: Get rid of the unused irq variable
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 +-
9 files changed, 126 insertions(+), 135 deletions(-)
--
1.7.4.1
next reply other threads:[~2015-11-11 0:27 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-11 1:59 K. Y. Srinivasan [this message]
2015-11-11 1:59 ` [PATCH 01/11] Drivers: hv: vss: run only on supported host versions K. Y. Srinivasan
2015-11-11 1:59 ` [PATCH 02/11] Drivers: hv: vmbus: Use uuid_le type consistently K. Y. Srinivasan
2015-11-11 1:59 ` [PATCH 03/11] Drivers: hv: vmbus: Use the macro for comparing GUIDs K. Y. Srinivasan
2015-11-11 8:35 ` Andy Shevchenko
2015-11-11 17:32 ` KY Srinivasan
2015-11-11 1:59 ` [PATCH 04/11] Drivers: hv: vmbus: Get rid of the unused macro K. Y. Srinivasan
2015-11-11 1:59 ` [PATCH 05/11] Drivers: hv: vmbus: Get rid of the unused irq variable K. Y. Srinivasan
2015-11-11 1:59 ` [PATCH 06/11] Drivers: hv: vmbus: serialize process_chn_event() and vmbus_close_internal() K. Y. Srinivasan
2015-11-11 1:59 ` [PATCH 07/11] Drivers: hv: vmbus: do sanity check of channel state in vmbus_close_internal() K. Y. Srinivasan
2015-11-11 1:59 ` [PATCH 08/11] Drivers: hv: vmbus: fix rescind-offer handling for device without a driver K. Y. Srinivasan
2015-11-11 1:59 ` [PATCH 09/11] Drivers: hv: vmbus: release relid on error in vmbus_process_offer() K. Y. Srinivasan
2015-11-11 1:59 ` [PATCH 10/11] Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex K. Y. Srinivasan
2015-11-11 1:59 ` [PATCH 11/11] drivers:hv: Allow for MMIO claims that span ACPI _CRS records K. Y. Srinivasan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1447207157-2004-1-git-send-email-kys@microsoft.com \
--to=kys@microsoft.com \
--cc=apw@canonical.com \
--cc=devel@linuxdriverproject.org \
--cc=gregkh@linuxfoundation.org \
--cc=jasowang@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=olaf@aepfle.de \
--cc=vkuznets@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome