On Wed, Apr 27, 2016 at 8:31 AM, Borislav Petkov <bp@xxxxxxxxx> wrote: > On Wed, Apr 27, 2016 at 08:12:56AM -0700, Andy Lutomirski wrote: >> I think there are some errata > > Isn't that addressed by the first branch of the if-test in pat_init(): > > if ((c->x86_vendor == X86_VENDOR_INTEL) && > (((c->x86 == 0x6) && (c->x86_model <= 0xd)) || > ((c->x86 == 0xf) && (c->x86_model <= 0x6)))) { > That's the intent, but I'm unconvinced that it's complete. The reason that WT is in slot 7 is that if it accidentally ends up using the slot 3 entry instead of 7 (e.g. if a 2M page gets confused due to an erratum we didn't handle or similar), then it falls back to UC, which is safe. But this is mostly moot in this case. There is no safe fallback for WP, but it doesn't really matter, because no one will actually try to use it except on a system will full PAT support anyway. So I'm not really concerned. > > -- > Regards/Gruss, > Boris. > > ECO tip #101: Trim your mails when you reply. -- Andy Lutomirski AMA Capital Management, LLC -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html