From: Chen Gang Date: Fri, 22 Feb 2013 00:43:06 +0000 (-0800) Subject: sys_prctl(): arg2 is unsigned long which is never < 0 X-Git-Tag: v3.9-rc1~114^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fe5e04292e71af34ae171b88caa2a139e0b6125;p=pandora-kernel.git sys_prctl(): arg2 is unsigned long which is never < 0 arg2 will never < 0, for its type is 'unsigned long' Also, use the provided macros. Signed-off-by: Chen Gang Reported-by: Cyrill Gorcunov Acked-by: Kees Cook Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed