From: Kevin Groeneveld Date: Sat, 21 Jul 2012 06:30:50 +0000 (+0000) Subject: net: fix race condition in several drivers when reading stats X-Git-Tag: v3.6-rc1~125^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3906486f616da7cc086a3ba06c0df4e5a48b4ab;p=pandora-kernel.git net: fix race condition in several drivers when reading stats Fix race condition in several network drivers when reading stats on 32bit UP architectures. These drivers update their stats in a BH context and therefore should use u64_stats_fetch_begin_bh/u64_stats_fetch_retry_bh instead of u64_stats_fetch_begin/u64_stats_fetch_retry when reading the stats. Signed-off-by: Kevin Groeneveld Signed-off-by: David S. Miller --- Reading git-diff-tree failed