Re: [PATCH] net/neighbour: fix crash at dumping device-agnostic proxy entries

2015-12-02 Thread David Miller
From: Konstantin Khlebnikov Date: Tue, 01 Dec 2015 01:14:48 +0300 > Proxy entries could have null pointer to net-device. > > Signed-off-by: Konstantin Khlebnikov > Fixes: 84920c1420e2 ("net: Allow ipv6 proxies and arp proxies be shown with > iproute2") Applied and queued up for -stable. -- To

[PATCH] net/neighbour: fix crash at dumping device-agnostic proxy entries

2015-11-30 Thread Konstantin Khlebnikov
Proxy entries could have null pointer to net-device. Signed-off-by: Konstantin Khlebnikov Fixes: 84920c1420e2 ("net: Allow ipv6 proxies and arp proxies be shown with iproute2") Cc: # v3.4 --- net/core/neighbour.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/co