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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 31 Jan 2012 21:02:17 +0100
From:	Peter Zijlstra <peterz@...radead.org>
To:	Diwakar Tundlam <dtundlam@...dia.com>
Cc:	Peter De Schrijver <pdeschrijver@...dia.com>,
	Ingo Molnar <mingo@...e.hu>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	'Kamalesh Babulal' <kamalesh@...ux.vnet.ibm.com>
Subject: RE: [PATCH] scheduler: domain: init next_balance in
 nohz_idle_balancer with jiffies

On Tue, 2012-01-31 at 11:23 -0800, Diwakar Tundlam wrote:
> Here's the patch for kernel 3.3-rc1:
> 
> ** kernel/sched/fair.c	2012-01-31 11:19:52.032421593 -0800
> ***************
> *** 5585,5597 ****
>   
>   __init void init_sched_fair_class(void)
>   {
>   #ifdef CONFIG_SMP
>   	open_softirq(SCHED_SOFTIRQ, run_rebalance_domains);
>   
>   #ifdef CONFIG_NO_HZ
>   	zalloc_cpumask_var(&nohz.idle_cpus_mask, GFP_NOWAIT);
> + 	nohz.next_balance = jiffies;
>   #endif
>   #endif /* SMP */
>   
>   }

This is not something I can apply, please see
Documentation/SubmittingPatches.
--
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