[MODERATED] Re: [patch V6 03/14] MDS basics 3
Frederic Weisbecker <[email protected]>
| Newsgroups | org.kernel.lore.historical-speck |
|---|---|
| Message-ID | <20190302011207.GC22355@lenoir> |
On Fri, Mar 01, 2019 at 10:47:41PM +0100, speck for Thomas Gleixner wrote: > Subject: [patch V6 03/14] x86/speculation/mds: Add basic bug infrastructure for MDS > + /* AMD Family 0xf - 0x12 */ > + VULNWL_AMD(0x0f, NO_MELTDOWN | NO_SSB | NO_L1TF | NO_MDS), > + VULNWL_AMD(0x10, NO_MELTDOWN | NO_SSB | NO_L1TF | NO_MDS), > + VULNWL_AMD(0x11, NO_MELTDOWN | NO_SSB | NO_L1TF | NO_MDS), > + VULNWL_AMD(0x12, NO_MELTDOWN | NO_SSB | NO_L1TF | NO_MDS), Lucky guys :-) Reviewed-by: Frederic Weisbecker <[email protected]>