1. 07 Mar, 2003 2 commits
    • Ingo Molnar's avatar
      [PATCH] more "interactivity changes", sched-B2 · 74c72d80
      Ingo Molnar authored
       - fix a (now-) bug in kernel/softirq.c, it did a wakeup outside any
         atomic regions, which falsely identified random processes as a
         non-atomic wakeup, and which causes random priority boost to be
         distributed.
      
       - reset the initial idle thread's priority back to PRIO_MAX after doing
         the wakeup_forked_process() - correct preemption relies on this.
      
       - update current->prio immediately after a backboost.
      
       - clean up effective_prio() & sleep_avg calculations so that there are
         fewer RT-task special cases.  This has the advantage of the sleep_avg
         being maintained even for RT tasks - this could be advantegous for
         tasks that briefly enter/exit RT mode.
      74c72d80
    • Oleg Drokin's avatar
      [PATCH] memleak in drivers/char/vt.c · 5667cc2b
      Oleg Drokin authored
      Seems there is a memleak on error exit path in drivers/char/vt.c, here's
      the patch.  Found with help of smatch + enhanced unfree script.
      5667cc2b
  2. 06 Mar, 2003 38 commits