Re: [patch] Fix the node cpumask of a cpu going down

From: Andi Kleen
Date: Sun Jan 22 2006 - 17:12:49 EST


On Saturday 21 January 2006 02:56, Ravikiran G Thirumalai wrote:
> Currently, x86_64 and ia64 arches do not clear the corresponding bits
> in the node's cpumask when a cpu goes down or cpu bring up is cancelled.
> This is buggy since there are pieces of common code where the cpumask is
> checked in the cpu down code path to decide on things (like in the slab
> down path). PPC does the right thing, but x86_64 and ia64 don't (This
> was the reason Sonny hit upon a slab bug during cpu offline on ppc and
> could not reproduce on other arches). This patch fixes it for x86_64.
> I won't attempt ia64 as I cannot test it.

Added thanks.

-Andi

-
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/