This patch required a patch that is still going through net-next.
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
; jasow...@redhat.com; leann.ogasaw...@canonical.com;
> marcelo.ce...@canonical.com; Stephen Hemminger
> ; Stephen Hemminger
>
> Subject: Re: [PATCH 2/2] vmbus: make hv_get_ringbuffer_availbytes local
>
> On Tue, Nov 14, 2017 at 10:52:08AM -0700, k...@exchange.microsoft.c
On Tue, Nov 14, 2017 at 10:52:08AM -0700, k...@exchange.microsoft.com wrote:
> From: Stephen Hemminger
>
> hv_get_ringbuffer_availbytes is only used by the debug info
> routine so make it static. Also, add READ_ONCE() to avoid any
> possible issues with potentially volatile index values.
>
> Sig