Re: + sched-force-sbin-init-off-isolated-cpus.patch added to -mmtree

From: Paul Jackson
Date: Fri Jul 28 2006 - 01:17:02 EST


Nick wrote:
> Force /sbin/init off isolated cpus (unless every CPU is specified as an
> isolcpu).

For our big honkin NUMA iron SGI customers, who are serious about this
sort of thing, we actually already do this, entirely in user space. I
use the init= kernel command line boot option to run a pre-init program,
that sets up a configurable (by a config file in /etc) cpuset, then
exec's the real init in that cpuset. This feature is known to SGI
customers as the "bootcpuset."

But Nick's patch looks ok to me. It seems harmless enough for our NUMA
power users - as the bootcpuset they configured will just override what
Nick's code did a few milliseconds (to read the pre-init executable off
the disk) earlier, harmlessly. Meanwhile, the remaining (and likely
vast majority of) isolcpu users will get the behaviour they prefer.

Acked-by: Paul Jackson <pj@xxxxxxx>

--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@xxxxxxx> 1.925.600.0401
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/