On Fri, Jul 1, 2016 at 9:14 AM, Dave Hansen <dave@xxxxxxxx> wrote: > > As I understand it, the erratum only affects a thread which is about to > page fault. The write associated with the dirty bit being set never > actually gets executed. So, the bit really *is* stray and isn't > something we need to preserve. Ok, good. > Otherwise, we'd be really screwed because we couldn't ever simply clear it. Oh, we could do the whole "clear the pte, then flush the tlb, then go back and clear the stale dirty bits and move them into the backing page". I was afraid we might have to do something like that. Linus -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>