Re: [PATCH v3] x86/microcode/intel: Extend BDW late-loading with LLC size check

From: Borislav Petkov
Date: Fri Jan 19 2018 - 07:02:06 EST


On Fri, Jan 19, 2018 at 01:03:09AM +0000, Luck, Tony wrote:
> if (c->x86 == 6 &&
> c->x86_model == INTEL_FAM6_BROADWELL_X &&
> c->x86_mask == 0x01 &&
> + llc_size_per_core > 2621440 &&
> c->microcode < 0x0b000021) {
> pr_err_once("Erratum BDF90: late loading with revision < 0x0b000021 (0x%x) disabled.\n", c->microcode);
> pr_err_once("Please consider either early loading through initrd/built-in or a potential BIOS update.\n");
>
> This version looks good to me.
>
> Acked-by: Tony Luck <tony.luck@xxxxxxxxx>

Applied, thanks.

--
Regards/Gruss,
Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.