From: Josh Hunt Date: Thu, 19 Mar 2015 23:19:30 +0000 (-0400) Subject: tcp: fix tcp fin memory accounting X-Git-Tag: omap-for-v4.1/fixes-rc1~278^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d22e15371811;p=pandora-kernel.git tcp: fix tcp fin memory accounting tcp_send_fin() does not account for the memory it allocates properly, so sk_forward_alloc can be negative in cases where we've sent a FIN: ss example output (ss -amn | grep -B1 f4294): tcp FIN-WAIT-1 0 1 192.168.0.1:45520 192.0.2.1:8080 skmem:(r0,rb87380,t0,tb87380,f4294966016,w1280,o0,bl0) Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed