Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1713099
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] vmbus: fix missing signaling in hv_signal_on_read() |
| Date | 2017-08-16 18:20 +0200 |
| Message-ID | <uf9d1-Pi-27@gated-at.bofh.it> (permalink) |
| References | <uf8TE-t4-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 <jon.Starks@microsoft.com>
> Signed-off-by: Dexuan Cui <decui@microsoft.com>
> Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
> ---
> 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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] vmbus: fix missing signaling in hv_signal_on_read() Stephen Hemminger <stephen@networkplumber.org> - 2017-08-16 18:00 +0200
Re: [PATCH] vmbus: fix missing signaling in hv_signal_on_read() Greg KH <gregkh@linuxfoundation.org> - 2017-08-16 18:20 +0200
Re: [PATCH] vmbus: fix missing signaling in hv_signal_on_read() Stephen Hemminger <stephen@networkplumber.org> - 2017-08-16 18:20 +0200
csiph-web