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:	Wed, 7 Nov 2007 10:27:25 -0800
From:	Andrew Morton <akpm@...ux-foundation.org>
To:	Peter Zijlstra <peterz@...radead.org>
Cc:	mingo@...e.hu, pwil3058@...pond.net.au,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] sched: avoid large irq-latencies in smp-balancing

> On Wed, 07 Nov 2007 13:17:00 +0100 Peter Zijlstra <peterz@...radead.org> wrote:
> +	{
> +		.ctl_name	= CTL_UNNUMBERED,
> +		.procname	= "sched_nr_migrate",
> +		.data		= &sysctl_sched_nr_migrate,
> +		.maxlen		= sizeof(unsigned int),
> +		.mode		= 644,
> +		.proc_handler	= &proc_dointvec,
> +	},

This (and all the other stuff in that table) should be described in
Documentation/, please.

It would be nice if sched_nr_migrate didn't exist, really.  It's hard to
imagine anyone wanting to tweak it, apart from developers.
-
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