Re: [patch/backport] CFS scheduler, -v22, for v2.6.23-rc8, v2.6.22.8, v2.6.21.7, v2.6.20.20

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ingo Molnar
Date: Wednesday, September 26, 2007 - 6:48 am

* S.Çağlar Onur <caglar@pardus.org.tr> wrote:


oops, indeed! This happens with certain .config combinations only and it 
didnt trigger on mine.


your fix is the right one - and i've updated the patches with this small 
fix. Anyone who hits this issue should re-download the same patch once 
more, or should apply the small patch below.

	Ingo

Index: linux/kernel/sched_fair.c
===================================================================
--- linux.orig/kernel/sched_fair.c
+++ linux/kernel/sched_fair.c
@@ -46,7 +46,7 @@ const_debug unsigned int sysctl_sched_ch
  * Minimal preemption granularity for CPU-bound tasks:
  * (default: 2 msec, units: nanoseconds)
  */
-const_debug unsigned int sysctl_sched_nr_latency __read_mostly = 20;
+const_debug unsigned int sysctl_sched_nr_latency = 20;
 
 /*
  * sys_sched_yield() compat mode
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [patch/backport] CFS scheduler, -v22, for v2.6.23-rc8, ..., Ingo Molnar, (Wed Sep 26, 6:48 am)
Re: [patch/backport] CFS scheduler, -v22, for v2.6.23-rc8, ..., Alejandro Riveira , (Fri Sep 28, 1:26 pm)
Re: [patch/backport] CFS scheduler, -v22, for v2.6.23-rc8, ..., Henrique de Moraes H ..., (Fri Sep 28, 7:20 pm)
Re: [patch/backport] CFS scheduler, -v22, for v2.6.23-rc8, ..., Alejandro Riveira , (Sat Sep 29, 9:51 am)
Re: [patch/backport] CFS scheduler, -v22, for v2.6.23-rc8, ..., Alejandro Riveira , (Tue Oct 2, 11:12 am)
RE: [patch/backport] CFS scheduler, -v22, for v2.6.23-rc8, ..., Fortier,Vincent [Mon ..., (Fri Oct 26, 11:56 am)