From: Paul Turner Date: Sat, 11 Jul 2009 00:05:16 +0000 (-0700) Subject: sched: Fix bug in SCHED_IDLE interaction with group scheduling X-Git-Tag: v2.6.31-rc4~36^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d07387b490b1c43bfcb9f3900faf96f2dafb2630;p=pandora-kernel.git sched: Fix bug in SCHED_IDLE interaction with group scheduling One of the isolation modifications for SCHED_IDLE is the unitization of sleeper credit. However the check for this assumes that the sched_entity we're placing always belongs to a task. This is potentially not true with group scheduling and leaves us rummaging randomly when we try to pull the policy. Signed-off-by: Paul Turner Cc: peterz@infradead.org LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed