From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752134AbdHPQKl (ORCPT ); Wed, 16 Aug 2017 12:10:41 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:56236 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751692AbdHPQKk (ORCPT ); Wed, 16 Aug 2017 12:10:40 -0400 Date: Wed, 16 Aug 2017 09:10:40 -0700 From: Greg KH To: Stephen Hemminger Cc: kys@microsoft.com, decui@microsoft.com, devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, Stephen Hemminger , John Starks Subject: Re: [PATCH] vmbus: fix missing signaling in hv_signal_on_read() Message-ID: <20170816161040.GA3550@kroah.com> References: <20170816154946.7495-1-sthemmin@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170816154946.7495-1-sthemmin@microsoft.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 16, 2017 at 08:49:46AM -0700, Stephen Hemminger wrote: > When the space available before start of reading (cached_write_sz) > is the same as the host required space (pending_sz), we need to > still signal host. > > Fixes: 433e19cf33d3 ("Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()") > > Signed-off-by: John Starks > Signed-off-by: Dexuan Cui > Signed-off-by: Stephen Hemminger > --- > This patch is for 4.13 (and stable). > A different fix is needed for linux-next. Is there a fix for this in Linus's tree? If so, what's the git commit id? We need to wait for that until I can take it in -stable. thanks, greg k-h