Re: [PATCH net] vxlan: fix oops in dev_fill_metadata_dst

2017-02-17 Thread David Miller
From: Paolo Abeni Date: Fri, 17 Feb 2017 19:14:27 +0100 > Since the commit 0c1d70af924b ("net: use dst_cache for vxlan device") > vxlan_fill_metadata_dst() calls vxlan_get_route() passing a NULL > dst_cache pointer, so the latter should explicitly check for > valid dst_cache ptr. Unfortunately th

Re: [PATCH net] vxlan: fix oops in dev_fill_metadata_dst

2017-02-17 Thread Jiri Benc
On Fri, 17 Feb 2017 19:14:27 +0100, Paolo Abeni wrote: > Since the commit 0c1d70af924b ("net: use dst_cache for vxlan device") > vxlan_fill_metadata_dst() calls vxlan_get_route() passing a NULL > dst_cache pointer, so the latter should explicitly check for > valid dst_cache ptr. Unfortunately the c