From: Thomas Gleixner Date: Fri, 31 Mar 2006 10:31:32 +0000 (-0800) Subject: [PATCH] futex: check and validate timevals X-Git-Tag: v2.6.17-rc1~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9741ef964dc8bfeb6520825df9fed8f538c3336e;p=pandora-kernel.git [PATCH] futex: check and validate timevals The futex timeval is not checked for correctness. The change does not break existing applications as the timeval is supplied by glibc (and glibc always passes a correct value), but the glibc-internal tests for this functionality fail. Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed