rpms/kernel/FC-6 linux-2.6-sched-cfs.patch,1.4,1.5

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 13 18:10:29 UTC 2007


Author: cebbert

Update of /cvs/dist/rpms/kernel/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv20770

Modified Files:
	linux-2.6-sched-cfs.patch 
Log Message:
Update the CFS scheduler patch.


linux-2.6-sched-cfs.patch:
 linux-2.6.22.noarch/kernel/time.c         |    1 
 linux/Documentation/kernel-parameters.txt |   43 
 linux/Documentation/sched-design-CFS.txt  |  119 +
 linux/arch/i386/kernel/smpboot.c          |   12 
 linux/arch/i386/kernel/tsc.c              |    9 
 linux/arch/ia64/kernel/setup.c            |    6 
 linux/arch/mips/kernel/smp.c              |   11 
 linux/arch/sparc/kernel/smp.c             |   10 
 linux/arch/sparc64/kernel/smp.c           |   27 
 linux/block/cfq-iosched.c                 |    3 
 linux/fs/proc/array.c                     |   59 
 linux/fs/proc/base.c                      |   71 
 linux/include/asm-generic/bitops/sched.h  |   21 
 linux/include/linux/hardirq.h             |   13 
 linux/include/linux/sched.h               |  258 +-
 linux/include/linux/topology.h            |   14 
 linux/init/main.c                         |    5 
 linux/kernel/delayacct.c                  |   10 
 linux/kernel/exit.c                       |    5 
 linux/kernel/fork.c                       |    5 
 linux/kernel/posix-cpu-timers.c           |   34 
 linux/kernel/sched.c                      | 2980 +++++++++++-------------------
 linux/kernel/sched_debug.c                |  276 ++
 linux/kernel/sched_fair.c                 | 1107 +++++++++++
 linux/kernel/sched_idletask.c             |   71 
 linux/kernel/sched_rt.c                   |  255 ++
 linux/kernel/sched_stats.h                |  235 ++
 linux/kernel/softirq.c                    |    1 
 linux/kernel/sysctl.c                     |   76 
 linux/kernel/time.c                       |   27 
 linux/lib/Kconfig.debug                   |    9 
 31 files changed, 3662 insertions(+), 2111 deletions(-)

Index: linux-2.6-sched-cfs.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-6/linux-2.6-sched-cfs.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- linux-2.6-sched-cfs.patch	12 Jul 2007 20:00:37 -0000	1.4
+++ linux-2.6-sched-cfs.patch	13 Jul 2007 18:10:27 -0000	1.5
@@ -1,3 +1,15 @@
+Incorporates the following upstream commits since CFS was
+merged:
+
+e127031f4f76dc367c5d2f9d883715730dd82f7d
+sched: fix prio_to_wmult[] for nice 1
+
+a5968df8737eda477d9d1038f5428ebd4d0884e1
+sched: allow larger granularity
+
+45f384a64f0769bb9a3caf0516de88a629f48e61
+ched: remove stale version info from kernel/sched_debug.c
+
 Index: linux/Documentation/kernel-parameters.txt
 ===================================================================
 --- linux.orig/Documentation/kernel-parameters.txt
@@ -2287,7 +2299,7 @@
 +	184467,  230589,  288233,  360285,  450347,
 +	562979,  703746,  879575, 1099582, 1374389,
 +	717986, 2147483, 2684354, 3355443, 4194304,
-+	244160, 6557201, 8196502, 10250518, 12782640,
++	5244160, 6557201, 8196502, 10250518, 12782640,
 +	16025997, 19976592, 24970740, 31350126, 39045157,
 +	49367440, 61356675, 76695844, 95443717, 119304647,
 +	148102320, 186737708, 238609294, 286331153,




More information about the fedora-cvs-commits mailing list