From: David S. Miller Date: Thu, 26 Feb 2009 07:09:34 +0000 (-0800) Subject: net: Kill skb_truesize_check(), it only catches false-positives. X-Git-Tag: v2.6.27.20~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21ef40e66f6186898ea4240b83a0f1c7424953d0;p=pandora-kernel.git net: Kill skb_truesize_check(), it only catches false-positives. [ Upstream commit 92a0acce186cde8ead56c6915d9479773673ea1a ] A long time ago we had bugs, primarily in TCP, where we would modify skb->truesize (for TSO queue collapsing) in ways which would corrupt the socket memory accounting. skb_truesize_check() was added in order to try and catch this error more systematically. However this debugging check has morphed into a Frankenstein of sorts and these days it does nothing other than catch false-positives. Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed