exclusive cpusets broken with cpu hotplug

From: Siddha, Suresh B
Date: Tue Oct 17 2006 - 22:45:57 EST


When ever a cpu hotplug happens, current kernel calls build_sched_domains()
with cpu_online_map. That will destroy all the domain partitions(done by
partition_sched_domains()) setup so far by exclusive cpusets.

And its not just cpu hotplug, this happens even if someone changes multi core
sched power savings policy.

Anyone would like to fix it up? In the presence of cpusets, we basically
need to traverse all the exclusive sets and setup the sched domains
accordingly.

If no one does :( then I will do that when I get some time...

thanks,
suresh
-
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/