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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 18 Jan 2008 22:02:43 +0100 From: Andi Kleen <ak@...e.de> To: Mike Travis <travis@....com> Cc: Ingo Oeser <ioe-lkml@...eria.de>, Andrew Morton <akpm@...ux-foundation.org>, mingo@...e.hu, Christoph Lameter <clameter@....com>, linux-mm@...ck.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH 4/5] x86: Add config variables for SMP_MAX II > > Here are the top stack consumers with NR_CPUS = 4k. > > > > 16392 isolated_cpu_setup > > 10328 build_sched_domains > > 8248 numa_initmem_init > > These should run single threaded early at boot so you can probably just make > the cpumask_t variables static __initdata To correct myself: this is not true for build_sched_domains() which can be triggered from sysfs. -Andi -- 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