Messages in this thread |  | | | Date | Thu, 16 Jun 2011 21:55:16 -0400 | | From | Steven Rostedt <> | | Subject | [RFC][PATCH 0/7] sched: various updates to the scheduler |
| |
Peter,
Can you review these patches and give your Acked-by, or explain what might be wrong with them. No hurry, I haven't pushed them through my full testing yet (starting that now). But I want to push them out for 3.1.
Thanks,
-- Steve
This patch set can be found in:
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-rt.git tip/sched/core
Head SHA1: cac554411989613131d899cfb51b622ce96d5136
Hillf Danton (5): sched: Fix need_resched() when checking peempt sched: Remove noop in next_prio() sched: Remove noop in lowest_flag_domain() sched, rt: Fix rq->rt.pushable_tasks bug in push_rt_task() sched: Remove resetting exec_start in put_prev_task_rt()
Steven Rostedt (2): sched: Balance RT tasks when forked as well sched: Use pushable_tasks to determine next highest prio
---- kernel/sched_fair.c | 2 +- kernel/sched_rt.c | 88 +++++++++++++++++++-------------------------------- 2 files changed, 34 insertions(+), 56 deletions(-)
|  |