From: Paul E. McKenney Date: Wed, 25 May 2011 20:42:06 +0000 (-0700) Subject: rcu: Start RCU kthreads in TASK_INTERRUPTIBLE state X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72c0b7563c3a5ae91b26f54d8aca3835539f56fc;p=pandora-kernel.git rcu: Start RCU kthreads in TASK_INTERRUPTIBLE state Upon creation, kthreads are in TASK_UNINTERRUPTIBLE state, which can result in softlockup warnings. Because some of RCU's kthreads can legitimately be idle indefinitely, start them in TASK_INTERRUPTIBLE state in order to avoid those warnings. Suggested-by: Peter Zijlstra Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney Tested-by: Yinghai Lu --- Reading git-diff-tree failed