On Tue, Aug 01, 2017 at 12:11:10PM -0700, Florian Fainelli wrote: > On 32-bit hosts and with CONFIG_DEBUG_LOCK_ALLOC we should be seeing a > lockdep splat indicating this seqcount is not correctly initialized, fix > that by using netdev_alloc_pcpu_stats() instead of an open coded > allocation. > > Fixes: 459aa660eb1d ("gtp: add initial driver for datapath of GPRS Tunneling > Protocol (GTP-U)") > Signed-off-by: Florian Fainelli <f.faine...@gmail.com>
Acked-by: Pablo Neira Ayuso <pa...@netfilter.org> Thanks!