Re: [git pull] changes for tip, and a nasty x86 page table bug

From: Steven Rostedt
Date: Thu Feb 19 2009 - 21:08:54 EST



On Thu, 19 Feb 2009, Linus Torvalds wrote:

>
>
> On Thu, 19 Feb 2009, Steven Rostedt wrote:
> >
> > In doing this change, I stumbled upon a nasty bug in the page handling
> > of the x86 code, where we can fall into a state where the PTE
> > has the RW bit set, but the PMD does not.
>
> How do we ever have a PMD that is read-only? That sounds like a bug to
> begin with. There's no reason to ever do that.

Patch 2/6 explains how this happened, and supplies the fix.

>
> In fact, it should trigger the pmd_bad() tests if it ever happens,
> wouldn't it? We want all the _KERNPG_TABLE bits to always be set, no?

I'm not sure what would do a pmd_bad check.

-- Steve

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