From: Eric Dumazet Date: Thu, 14 Nov 2013 21:37:54 +0000 (-0800) Subject: ipv4: fix possible seqlock deadlock X-Git-Tag: v3.13-rc1~33^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9e9042994d37cbc1ee538c500e9da1bb9d1bcdf;p=pandora-kernel.git ipv4: fix possible seqlock deadlock ip4_datagram_connect() being called from process context, it should use IP_INC_STATS() instead of IP_INC_STATS_BH() otherwise we can deadlock on 32bit arches, or get corruptions of SNMP counters. Fixes: 584bdf8cbdf6 ("[IPV4]: Fix "ipOutNoRoutes" counter error for TCP and UDP") Signed-off-by: Eric Dumazet Reported-by: Dave Jones Signed-off-by: David S. Miller --- Reading git-diff-tree failed