From: Mandeep Singh Baines Date: Tue, 3 Jan 2012 22:41:13 +0000 (-0800) Subject: hung_task: fix false positive during vfork X-Git-Tag: v3.2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9fab10bbd768b0e5254e53a4a8477a94bfc4b96;p=pandora-kernel.git hung_task: fix false positive during vfork vfork parent uninterruptibly and unkillably waits for its child to exec/exit. This wait is of unbounded length. Ignore such waits in the hung_task detector. Signed-off-by: Mandeep Singh Baines Reported-by: Sasha Levin LKML-Reference: <1325344394.28904.43.camel@lappy> Cc: Linus Torvalds Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Andrew Morton Cc: John Kacur Cc: stable@kernel.org Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed