Re: [PATCH] ipv6: pcpu_tstats.syncp should be initialised in ip6_vti.c
From: David Miller <davem@davemloft.net> Date: 2014-01-07 19:15:22
From: roy.qing.li@gmail.com
Date: Tue, 7 Jan 2014 15:39:43 +0800
From: Li RongQing <redacted>
initialise pcpu_tstats.syncp to kill the calltrace
...
Before 469bdcefdc ("ipv6: fix the use of pcpu_tstats in ip6_vti.c"),
the pcpu_tstats.syncp is not used to pretect the 64bit elements of
pcpu_tstats, so not appear this calltrace.
Reported-by: Fengguang Wu <redacted>
Signed-off-by: Li RongQing <redacted>
Applied, thanks.
It looks like ip6_tunnel.c and sit.c are OK in this area.