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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 28 Aug 2007 23:42:38 -0400
From:	Bill Davidsen <davidsen@....com>
To:	Ingo Molnar <mingo@...e.hu>
CC:	Al Boldi <a1426z@...ab.com>, Peter Zijlstra <peterz@...radead.org>,
	Mike Galbraith <efault@....de>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	linux-kernel@...r.kernel.org
Subject: Re: CFS review

Ingo Molnar wrote:
> * Al Boldi <a1426z@...ab.com> wrote:
> 
>>> ok. I think i might finally have found the bug causing this. Could 
>>> you try the fix below, does your webserver thread-startup test work 
>>> any better?
>> It seems to help somewhat, but the problem is still visible.  Even 
>> v20.3 on 2.6.22.5 didn't help.
>>
>> It does look related to ia-boosting, so I turned off __update_curr 
>> like Roman mentioned, which had an enormous smoothing effect, but then 
>> nice levels completely break down and lockup the system.
> 
> you can turn sleeper-fairness off via:
> 
>    echo 28 > /proc/sys/kernel/sched_features
> 
> another thing to try would be:
> 
>    echo 12 > /proc/sys/kernel/sched_features

14, and drop the granularity to 500000.
> 
> (that's the new-task penalty turned off.)
> 
> Another thing to try would be to edit this:
> 
>         if (sysctl_sched_features & SCHED_FEAT_START_DEBIT)
>                 p->se.wait_runtime = -(sched_granularity(cfs_rq) / 2);
> 
> to:
> 
>         if (sysctl_sched_features & SCHED_FEAT_START_DEBIT)
>                 p->se.wait_runtime = -(sched_granularity(cfs_rq);
> 
> and could you also check 20.4 on 2.6.22.5 perhaps, or very latest -git? 
> (Peter has experienced smaller spikes with that.)
> 
> 	Ingo


-- 
Bill Davidsen <davidsen@....com>
   "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot
-
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