From: Eric Dumazet Date: Wed, 5 Sep 2012 23:34:44 +0000 (+0000) Subject: udp: increment UDP_MIB_INERRORS if copy failed X-Git-Tag: v3.6-rc6~18^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=979402b16cde048ced4839e21cc49e0779352b80;p=pandora-kernel.git udp: increment UDP_MIB_INERRORS if copy failed In UDP recvmsg(), we miss an increase of UDP_MIB_INERRORS if the copy of skb to userspace failed for whatever reason. Reported-by: Shawn Bohrer Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed