From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751688AbcBLPmz (ORCPT ); Fri, 12 Feb 2016 10:42:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54526 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751027AbcBLPmy (ORCPT ); Fri, 12 Feb 2016 10:42:54 -0500 From: Vitaly Kuznetsov To: devel@linuxdriverproject.org Cc: linux-kernel@vger.kernel.org, "K. Y. Srinivasan" , Haiyang Zhang , Radim Krcmar , Cathy Avery Subject: [PATCH 0/4] Drivers: hv: vmbus: bugfix and improvements for message handling Date: Fri, 12 Feb 2016 16:42:46 +0100 Message-Id: <1455291770-15672-1-git-send-email-vkuznets@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org First patch of the series addresses a potentially important issue, second patch tries to make crash path more stable, the rest is just a cleanup. Please review. Vitaly Kuznetsov (4): Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages Drivers: hv: vmbus: avoid wait_for_completion() on crash Drivers: hv: vmbus: remove code duplication in message handling Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_unload() drivers/hv/channel_mgmt.c | 16 +++------ drivers/hv/connection.c | 2 +- drivers/hv/hyperv_vmbus.h | 26 ++++++++++++++- drivers/hv/vmbus_drv.c | 82 +++++++++++++---------------------------------- 4 files changed, 52 insertions(+), 74 deletions(-) -- 2.5.0