On Sat, Nov 17, 2012 at 6:50 AM, Borislav Petkov <bp@xxxxxxxxx> wrote: > > Albeit with a slight delay, the answer is yes: all AMD cpus > automatically invalidate cached TLB entries (and intermediate walk > results, for that matter) on a #PF. Thanks. I suspect it ends up being basically architectural, and that Windows (and quite possibly Linux versions too) have depended on the behavior. > I don't know, however, whether it would be prudent to have some sort of > a cheap assertion in the code (cheaper than INVLPG %ADDR, although on > older cpus we do MOV CR3) just in case. This should be enabled only with > DEBUG_VM on, of course... I wonder how we could actually test for it. We'd have to have some per-cpu page-fault address check (along with a generation count on the mm or similar). I doubt we'd figure out anything that works reliably and efficiently and would actually show any problems (plus we would have no way to ever know we even got the code right, since presumably we'd never find hardware that actually shows the behavior we'd be looking for..) 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>