| 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
| ||
|
Message-ID: <alpine.DEB.1.10.0910271623210.20363@V090114053VZO-1> Date: Tue, 27 Oct 2009 16:28:03 -0400 (EDT) From: Christoph Lameter <cl@...ux-foundation.org> To: "Rafael J. Wysocki" <rjw@...k.pl> cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Kernel Testers List <kernel-testers@...r.kernel.org>, Ingo Molnar <mingo@...e.hu>, Jeff Mahoney <jeffm@...e.com>, Jiri Kosina <jkosina@...e.cz>, "Luck, Tony" <tony.luck@...el.com>, Peter Zijlstra <a.p.zijlstra@...llo.nl>, Peter Zijlstra <peterz@...radead.org>, Tejun Heo <tj@...nel.org> Subject: Re: [Bug #14467] Linker errors on ia64 with NR_CPUS=4096 The NR_CPUS array in the percpu section needs to be removed. A simple fix would be to allocate the rq_weight per cpu array dynamically. The large per cpu array was introduced as a fix to a race condition. Maybe there is another way of dealing with this issue that does not require large per cpu arrays? -- 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