Re: quicklists confuse meminfo

From: Andi Kleen
Date: Mon Mar 10 2008 - 13:51:24 EST


> 1. Xen marks the whole page as being of pgd-type, and so it can't
> have non-pgd contents (as the page would be RO, and any contents
> would be validated as pgd entries). However I can fix that by

That sounds more like a Xen bug. Why should it validate anything except
the first four entries which are used by the hardware?

I can imagine that false sharing would be slow because you would
have unnecessary traps, but it shouldn't be a correctness issue.

> maintaining a separate per-cpu pgd page, and just copy the four
> entries over when cr3 is reloaded. This would move the
> Xen-specific requirements into the Xen code without affecting the
> rest of the kernel.

x86-64 used to do that, but it turned out this breaks some shared cache
optimizations on the P4 between SMT threads. So you might actually see
user space performance regressions from it.

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