Re: [PATCH net] net: vrf: Remove direct access to skb->data

2016-02-25 Thread David Miller
From: David Ahern Date: Tue, 23 Feb 2016 10:10:26 -0800 > Nik pointed that the VRF driver should be using skb_header_pointer > instead of accessing skb->data and bits beyond directly which can > be garbage. > > Cc: Nikolay Aleksandrov > Signed-off-by: David Ahern > --- > Dave: This should go i

Re: [PATCH net] net: vrf: Remove direct access to skb->data

2016-02-23 Thread Nikolay Aleksandrov
On 02/23/2016 07:10 PM, David Ahern wrote: > Nik pointed that the VRF driver should be using skb_header_pointer > instead of accessing skb->data and bits beyond directly which can > be garbage. > > Cc: Nikolay Aleksandrov > Signed-off-by: David Ahern > --- > Dave: This should go into v4.4 stable

[PATCH net] net: vrf: Remove direct access to skb->data

2016-02-23 Thread David Ahern
Nik pointed that the VRF driver should be using skb_header_pointer instead of accessing skb->data and bits beyond directly which can be garbage. Cc: Nikolay Aleksandrov Signed-off-by: David Ahern --- Dave: This should go into v4.4 stable as well. drivers/net/vrf.c | 13 - 1 file ch