lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 7 May 2007 18:33:42 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	linux-kernel@...r.kernel.org
Cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Con Kolivas <kernel@...ivas.org>,
	Nick Piggin <npiggin@...e.de>, Mike Galbraith <efault@....de>,
	Arjan van de Ven <arjan@...radead.org>,
	Peter Williams <pwil3058@...pond.net.au>,
	Thomas Gleixner <tglx@...utronix.de>, caglar@...dus.org.tr,
	Willy Tarreau <w@....eu>,
	Gene Heskett <gene.heskett@...il.com>, Mark Lord <lkml@....ca>
Subject: [patch] CFS scheduler, -v10


i'm pleased to announce release -v10 of the CFS scheduler patchset.
(The main goal of CFS is to implement "desktop scheduling" with as
 high quality as technically possible.)

The CFS patch against v2.6.21.1 (or against v2.6.20.10) can be 
downloaded from the usual place:
 
    http://people.redhat.com/mingo/cfs-scheduler/

-v10 got a bit bigger than usual. One reason for that is that i couldnt 
resist the fine enhancements contributed by Peter Williams and Mike 
Galbraith. Peter fixed and improved nice level support and SMP 
load-balancing, while Mike applied his "no compromises" interactivity 
tuning skills to CFS:

    6 files changed, 247 insertions(+), 110 deletions(-)

the main user-visible change should be that CFS's 3D gaming performance 
and 'smoothness' should be significantly improved in -v10. This was the 
main remaining regression reported for -v9 (and for CFS in general).

Changes since -v9:

 - complete and finetune the 'smooth load calculation' mechanism
   (Mike Galbraith)

 - generalize and fix up nice level support (Peter Williams)

 - fix RT-task load-balancing (Peter Williams)

 - added Con Kolivas to the credits section of sched.c, crediting him 
   for the "fair scheduler" idea that CFS is following too.

 - made the key calculation 292-years wraparound safe (based on feedback
   from Esben Nielsen and Linus Torvalds)

 - cycle-precise statistics for "top"'s per-task CPU usage fields.

 - tune down negative reniced task scheduling granularity (should fix 
   the choppyness reported by Al Boldi)

 - re-normalize nice levels close to upstream's values and implement a 
   gentle +10%/-10% "relative nice levels step" when going a nice level 
   up or down. (based on the report from Al Boldi and also based on 
   Peter Williams's feedback)

 - improve the /proc/sched_debug output some more

 - bugfix for fair-clock update

 - other minor fixes

As usual, any sort of feedback, bugreport, fix and suggestion is more 
than welcome,

	Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ