Re: [PATCH] i386 uaccess to fixmap pages

H. Peter Anvin (hpa@zytor.com)
Sat, 10 May 2003 12:23:50 -0700


Jamie Lokier wrote:
>
> It doesn't need a PTE. The vsyscall code could be _copied_ to the end
> of the page at 0xbffff000, with the stack immediately preceding it.
>

You don't really want that, though. If you're doing gettimeofday() in
user space it's critically important that the kernel can modify all
these pages at once.

-hpa

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/