From: Yao Xiwei Date: Thu, 2 Apr 2015 15:31:17 +0000 (+0200) Subject: vti6: fix uninit when using x-netns X-Git-Tag: omap-for-v4.2/o2_dc~131^2~2^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092a29a40bab8bb4530bb3e58a0597001cdecdef;p=pandora-kernel.git vti6: fix uninit when using x-netns When the kernel deleted a vti6 interface, this interface was not removed from the tunnels list. Thus, when the ip6_vti module was removed, this old interface was found and the kernel tried to delete it again. This was leading to a kernel panic. Fixes: 61220ab34948 ("vti6: Enable namespace changing") Signed-off-by: Yao Xiwei Signed-off-by: Nicolas Dichtel Signed-off-by: Steffen Klassert --- Reading git-diff-tree failed