From: Sasha Levin Date: Tue, 3 Feb 2015 13:55:58 +0000 (-0500) Subject: net: rds: use correct size for max unacked packets and bytes X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~184^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db27ebb111e9f69efece08e4cb6a34ff980f8896;p=pandora-kernel.git net: rds: use correct size for max unacked packets and bytes Max unacked packets/bytes is an int while sizeof(long) was used in the sysctl table. This means that when they were getting read we'd also leak kernel memory to userspace along with the timeout values. Signed-off-by: Sasha Levin Signed-off-by: David S. Miller --- Reading git-diff-tree failed