Re: [PATCH/RFC] Shared page tables

From: Andi Kleen
Date: Mon Jan 23 2006 - 20:38:39 EST


On Tuesday 24 January 2006 02:23, Benjamin LaHaise wrote:
> On Tue, Jan 24, 2006 at 02:10:03AM +0100, Andi Kleen wrote:
> > The randomization is not for cache coloring, but for security purposes
> > (except for the old very small stack randomization that was used
> > to avoid conflicts on HyperThreaded CPUs). I would be surprised if the
> > mmap made much difference because it's page aligned and at least
> > on x86 the L2 and larger caches are usually PI.
>
> Actually, does this even affect executable segments? Iirc, prelinking
> already results in executables being mapped at the same physical offset
> across binaries in a given system. An strace seems to confirm that.

Shared libraries should be affected. And prelink is not always used.

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