Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756002AbdIRN5m (ORCPT ); Mon, 18 Sep 2017 09:57:42 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57024 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750882AbdIRN5k (ORCPT ); Mon, 18 Sep 2017 09:57:40 -0400 Date: Mon, 18 Sep 2017 15:57:51 +0200 From: Greg KH To: kys@microsoft.com Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, vkuznets@redhat.com, jasowang@redhat.com, leann.ogasawara@canonical.com, marcelo.cerri@canonical.com, sthemmin@microsoft.com, Haiyang Zhang Subject: Re: [PATCH V2 1/4] vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister() Message-ID: <20170918135751.GA21077@kroah.com> References: <20170918034955.10913-1-kys@exchange.microsoft.com> <20170918035419.11062-1-kys@exchange.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170918035419.11062-1-kys@exchange.microsoft.com> User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 358 Lines: 12 On Sun, Sep 17, 2017 at 08:54:16PM -0700, kys@exchange.microsoft.com wrote: > From: Dexuan Cui > > Due to commit 54a66265d675 ("Drivers: hv: vmbus: Fix rescind handling"), > we need this patch to resolve the below deadlock: So does this patch need a "Fixes:" tag, and a "stable@" tag as well, so it gets into 4.13? thanks, greg k-h