On Tue, May 26, 2020 at 08:49:52AM +0200, Jan Beulich wrote: > Respective Core Gen10 processor lines are affected, too. > > Signed-off-by: Jan Beulich <[email protected]> > > --- a/xen/arch/x86/mm.c > +++ b/xen/arch/x86/mm.c > @@ -6045,6 +6045,8 @@ const struct platform_bad_page *__init g > case 0x000506e0: /* errata SKL167 / SKW159 */ > case 0x000806e0: /* erratum KBL??? */ > case 0x000906e0: /* errata KBL??? / KBW114 / CFW103 */ > + case 0x000a0650: /* erratum Core Gen10 U/H/S 101 */ > + case 0x000a0660: /* erratum Core Gen10 U/H/S 101 */
I think this is errata CML101, I would add that at the end of the comment. Also you seem to be missing the '806ec' model (806e0 case)? (listed as 'U 4+2 V1') Thanks, Roger.
