From: David S. Miller Date: Tue, 14 Oct 2014 21:02:37 +0000 (-0400) Subject: net: Trap attempts to call sock_kfree_s() with a NULL pointer. X-Git-Tag: fixes-against-v3.18-rc2~61^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e53da5fbfc02586fe4506ed583069b8205f3e38d;p=pandora-kernel.git net: Trap attempts to call sock_kfree_s() with a NULL pointer. Unlike normal kfree() it is never right to call sock_kfree_s() with a NULL pointer, because sock_kfree_s() also has the side effect of discharging the memory from the sockets quota. Signed-off-by: David S. Miller --- Reading git-diff-tree failed