From: Jozsef Kadlecsik Date: Mon, 7 May 2012 02:35:44 +0000 (+0000) Subject: netfilter: ipset: fix timeout value overflow bug X-Git-Tag: v3.5-rc1~109^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=127f559127f5175e4bec3dab725a34845d956591;p=pandora-kernel.git netfilter: ipset: fix timeout value overflow bug Large timeout parameters could result wrong timeout values due to an overflow at msec to jiffies conversion (reported by Andreas Herz) [ This patch was mangled by Pablo Neira Ayuso since David Laight and Eric Dumazet noticed that we were using hardcoded 1000 instead of MSEC_PER_SEC to calculate the timeout ] Signed-off-by: Jozsef Kadlecsik Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed