From: Kyle McMartin Date: Tue, 25 Feb 2014 01:12:28 +0000 (-0500) Subject: r8169: initialize rtl8169_stats seqlock X-Git-Tag: v3.14-rc6~30^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=340fea3d7f6a2657ddd0b48413cd81e8513357ed;p=pandora-kernel.git r8169: initialize rtl8169_stats seqlock Boris reports he's seeing: > [ 9.195943] INFO: trying to register non-static key. > [ 9.196031] the code is fine but needs lockdep annotation. > [ 9.196031] turning off the locking correctness validator. > [ 9.196031] CPU: 1 PID: 933 Comm: modprobe Not tainted 3.14.0-rc4+ #1 with the r8169 driver. These are occuring because the seqcount embedded in u64_stats_sync on 32-bit SMP is uninitialized which is making lockdep unhappy. Signed-off-by: Kyle McMartin Signed-off-by: David S. Miller --- Reading git-diff-tree failed