On Wed, 2017-06-07 at 22:16 +0800, Haishuang Yan wrote: > When ip_tunnel_rcv fails, the tun_dst won't be freed, so move > skb_dst_set to begin and tun_dst would be freed by kfree_skb. > > Signed-off-by: Haishuang Yan <yanhaishu...@cmss.chinamobile.com> > ---
Please add the missing Fixes: tag and CC author of the patch that added this bug, so that he has a chance to comment and avoid future similar bugs. Thanks.