Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030377AbbDXJZI (ORCPT ); Fri, 24 Apr 2015 05:25:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49842 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030266AbbDXJZE (ORCPT ); Fri, 24 Apr 2015 05:25:04 -0400 From: Vitaly Kuznetsov To: Dexuan Cui Cc: KY Srinivasan , Haiyang Zhang , "devel\@linuxdriverproject.org" , "linux-kernel\@vger.kernel.org" , Dan Carpenter Subject: Re: [PATCH v2 0/3] Drivers: hv: vmbus: additional fixes for the setup/teardown path References: <1429633298-31142-1-git-send-email-vkuznets@redhat.com> <3cde35f730cf41ceb67766dd611b32ba@SIXPR30MB031.064d.mgd.msft.net> Date: Fri, 24 Apr 2015 11:24:53 +0200 In-Reply-To: <3cde35f730cf41ceb67766dd611b32ba@SIXPR30MB031.064d.mgd.msft.net> (Dexuan Cui's message of "Fri, 24 Apr 2015 09:14:06 +0000") Message-ID: <87k2x1g9p6.fsf@vitty.brq.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1618 Lines: 51 Dexuan Cui writes: >> -----Original Message----- >> From: Vitaly Kuznetsov [mailto:vkuznets@redhat.com] >> Sent: Wednesday, April 22, 2015 0:22 >> To: KY Srinivasan >> Cc: Haiyang Zhang; devel@linuxdriverproject.org; linux- >> kernel@vger.kernel.org; Dexuan Cui; Dan Carpenter >> Subject: [PATCH v2 0/3] Drivers: hv: vmbus: additional fixes for the >> setup/teardown path >> >> Changes since v1 (PATCH 1/3): >> - Return -EAGAIN instead of open_info->response.open_result.status >> [Dexuan Cui] >> - Avoid 'if (ret != 0)' statement [Dan Carpenter] >> >> Original description: >> K. Y., >> >> Here are 3 additional patches for your "[PATCH 0/5] Drivers: hv: vmbus: >> Cleanup >> the vmbus unload path" series (with the fix I suggested). I tested the whole >> set on Gen2 Win2012R2 guest, load/unload path seems being stable. Can >> you >> please take a look? >> >> Thanks, >> >> Vitaly Kuznetsov (3): >> Drivers: hv: vmbus: do cleanup on all vmbus_open() failure paths >> Drivers: hv: vmbus: kill tasklets on module unload >> Drivers: hv: vmbus: setup irq after synic is initialized >> >> drivers/hv/channel.c | 13 ++++++------- >> drivers/hv/vmbus_drv.c | 10 +++++++--- >> 2 files changed, 13 insertions(+), 10 deletions(-) > > The patchset seems good to me. > > Reviewed-by: Dexuan Cui > Thanks! -- Vitaly -- 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/