From: Hiroshi Shimamoto Date: Mon, 3 Aug 2009 02:48:19 +0000 (+0900) Subject: posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAW X-Git-Tag: v2.6.31-rc6~76^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70d715fd0597f18528f389b5ac59102263067744;p=pandora-kernel.git posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAW Prevent calling do_nanosleep() with clockid CLOCK_MONOTONIC_RAW, it may cause oops, such as NULL pointer dereference. Signed-off-by: Hiroshi Shimamoto Cc: Andrew Morton Cc: Thomas Gleixner Cc: John Stultz Cc: LKML-Reference: <4A764FF3.50607@ct.jp.nec.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed