RE: [PATCH net-next, 2/2] hv_netvsc: Add range checking for rx packet offset and length

2018-03-27 Thread Haiyang Zhang
.kernel.org; o...@aepfle.de; Stephen Hemminger > <sthem...@microsoft.com>; linux-ker...@vger.kernel.org; > de...@linuxdriverproject.org; vkuzn...@redhat.com > Subject: Re: [PATCH net-next, 2/2] hv_netvsc: Add range checking for rx packet > offset and length > > On Thu, 22 Mar 201

Re: [PATCH net-next, 2/2] hv_netvsc: Add range checking for rx packet offset and length

2018-03-27 Thread Stephen Hemminger
On Thu, 22 Mar 2018 12:01:14 -0700 Haiyang Zhang wrote: > From: Haiyang Zhang > > This patch adds range checking for rx packet offset and length. > It may only happen if there is a host side bug. > > Signed-off-by: Haiyang Zhang

RE: [PATCH net-next,2/2] hv_netvsc: Add range checking for rx packet offset and length

2018-03-23 Thread Haiyang Zhang
;; KY Srinivasan <k...@microsoft.com>; Stephen > Hemminger <sthem...@microsoft.com>; o...@aepfle.de; > de...@linuxdriverproject.org; linux-ker...@vger.kernel.org > Subject: Re: [PATCH net-next,2/2] hv_netvsc: Add range checking for rx packet > offset and length > > Haiya

Re: [PATCH net-next,2/2] hv_netvsc: Add range checking for rx packet offset and length

2018-03-23 Thread Vitaly Kuznetsov
Haiyang Zhang writes: > From: Haiyang Zhang > > This patch adds range checking for rx packet offset and length. > It may only happen if there is a host side bug. > > Signed-off-by: Haiyang Zhang > --- >

[PATCH net-next,2/2] hv_netvsc: Add range checking for rx packet offset and length

2018-03-22 Thread Haiyang Zhang
From: Haiyang Zhang This patch adds range checking for rx packet offset and length. It may only happen if there is a host side bug. Signed-off-by: Haiyang Zhang --- drivers/net/hyperv/hyperv_net.h | 1 + drivers/net/hyperv/netvsc.c | 17