1. 05 Oct, 2009 2 commits
    • Peter Williams's avatar
      sched: Set correct normal_prio and prio values in sched_fork() · f83f9ac2
      Peter Williams authored
      normal_prio should be updated if policy changes from RT to
      SCHED_MORMAL or if static_prio/nice is changed.
      
      Some paths through sched_fork() ignore this requirement and may
      result in normal_prio having an invalid value.
      
      Fixing this issue allows the call to effective_prio() in
      wake_up_new_task() to be removed.
      Signed-off-by: default avatarPeter Williams <pwil3058@bigpond.net.au>
      Acked-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
      Cc: Mike Galbraith <efault@gmx.de>
      LKML-Reference: <f8f46736fd4e7f090ac0.1253774830@mudlark.pw.nest>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      f83f9ac2
    • Linus Torvalds's avatar
      Linux 2.6.32-rc3 · 374576a8
      Linus Torvalds authored
      I'm skipping -rc2 because the -rc1 Makefile mistakenly said -rc2, so in
      order to avoid confusion, I'm jumping from -rc1 to -rc3.  That way, when
      'uname' (or an oops report) says 2.6.32-rc2, there's no confusion about
      whether people perhaps meant -rc1 or -rc2.
      374576a8
  2. 04 Oct, 2009 26 commits
  3. 03 Oct, 2009 12 commits