Re: [RFC PATCH] x86, espfix: use spin_lock rather than mutex

From: H. Peter Anvin
Date: Fri May 15 2015 - 03:28:49 EST


On 05/14/2015 11:54 PM, Ingo Molnar wrote:

The only slightly subtle detail with that is to use alloc_pages_node()
with the secondary CPU's node, to make sure the espfix stack is
NUMA-local to the CPU that is going to use it.


It doesn't hurt, although it isn't super critical as each page will be shared among 64 CPUs. The whole espfix stack is only a single cacheline long.

-hpa

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