Received: by 10.213.65.68 with SMTP id h4csp1734073imn; Mon, 19 Mar 2018 11:47:13 -0700 (PDT) X-Google-Smtp-Source: AG47ELuuY7bfxpAGTorGQLv+3GLs03Gac9G4JcU//AvmG1Ol2K7SxBGOcVXeT1GUx4Vx9Ei6ZU/n X-Received: by 10.98.206.77 with SMTP id y74mr2249252pfg.205.1521485232969; Mon, 19 Mar 2018 11:47:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521485232; cv=none; d=google.com; s=arc-20160816; b=aBTn+E7+hxYktEhH6nX8UZZGfwcrtr6RnR6sNHoAkEaDMWySlnWcVbioszD0PBhi2H yELho2WW/Rr4wAiYhkbsOM50Af98LY52h/ZLqX8mxFr7HahanCF9MvaeaYwGb2VxRAmD RpFbIKDi5+NY+3aAU9n4KHvDvMA5IpucLq8Xq0d9k/aLmT7YtB8Qa3qS2yyl3CgWeKRJ MeEQPhAbjnRHqoctZE0XAwW+6in8ZRrUVsiM4a9vVEm40V6Ev9j5IaLRxnJgMozk/MSp qBecB4QhfEql0TIiAQWcIx+lzUxUe4nq8RP1KtD484Jem9SouIC+tsMTAhWVlHM7A+Px 84XQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=dME6I52f+l4YRmDSecp3yXa+H5ut31mvN9e4YTj6oHA=; b=fJgP5YlsP4KsLfm0rdnbkoiHvwGoYCj6IGbvC4RnaN6WnQw+Xc0s6AFO6cmCUm8gFL 4Q/ZSbKVe3QcyBxL8GXa6aATcKrmGJ1sdice0/W/iVmJxar3QI9nOH7XRYXhTFUWkBAm VAfU/7NJT7uC14WPsS//CryiTaRgQnyk46ezbxPy4AtT0L6evt7T/+5xi13fuF4HTbBm pxnLqp4zmItK5/YVD8dy1XyzCXMK1eoKOcSdwFjyjXSV6Jdr2lsiPOVQt238scjEVkem gLTBFZs9CJzQFL2OGu9fE+TGDNx7xtuOBoFusesLX8xcwNkHCI9xt47betx5xEQIn07U 1Tfg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b2-v6si77193plz.413.2018.03.19.11.46.58; Mon, 19 Mar 2018 11:47:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935773AbeCSSpc (ORCPT + 99 others); Mon, 19 Mar 2018 14:45:32 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53832 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S970207AbeCSScG (ORCPT ); Mon, 19 Mar 2018 14:32:06 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 9344F12A1; Mon, 19 Mar 2018 18:32:05 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Alexander Sergeyev , Thomas Gleixner , Jia Zhang , Kyle Huey , David Woodhouse Subject: [PATCH 4.15 07/52] x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklist Date: Mon, 19 Mar 2018 19:08:05 +0100 Message-Id: <20180319180735.457297554@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180319180734.976730813@linuxfoundation.org> References: <20180319180734.976730813@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Alexander Sergeyev commit e3b3121fa8da94cb20f9e0c64ab7981ae47fd085 upstream. In accordance with Intel's microcode revision guidance from March 6 MCU rev 0xc2 is cleared on both Skylake H/S and Skylake Xeon E3 processors that share CPUID 506E3. Signed-off-by: Alexander Sergeyev Signed-off-by: Thomas Gleixner Cc: Jia Zhang Cc: Greg Kroah-Hartman Cc: Kyle Huey Cc: David Woodhouse Link: https://lkml.kernel.org/r/20180313193856.GA8580@localhost.localdomain Signed-off-by: Greg Kroah-Hartman --- arch/x86/kernel/cpu/intel.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/arch/x86/kernel/cpu/intel.c +++ b/arch/x86/kernel/cpu/intel.c @@ -105,7 +105,7 @@ static void probe_xeon_phi_r3mwait(struc /* * Early microcode releases for the Spectre v2 mitigation were broken. * Information taken from; - * - https://newsroom.intel.com/wp-content/uploads/sites/11/2018/01/microcode-update-guidance.pdf + * - https://newsroom.intel.com/wp-content/uploads/sites/11/2018/03/microcode-update-guidance.pdf * - https://kb.vmware.com/s/article/52345 * - Microcode revisions observed in the wild * - Release note from 20180108 microcode release @@ -123,7 +123,6 @@ static const struct sku_microcode spectr { INTEL_FAM6_KABYLAKE_MOBILE, 0x09, 0x80 }, { INTEL_FAM6_SKYLAKE_X, 0x03, 0x0100013e }, { INTEL_FAM6_SKYLAKE_X, 0x04, 0x0200003c }, - { INTEL_FAM6_SKYLAKE_DESKTOP, 0x03, 0xc2 }, { INTEL_FAM6_BROADWELL_CORE, 0x04, 0x28 }, { INTEL_FAM6_BROADWELL_GT3E, 0x01, 0x1b }, { INTEL_FAM6_BROADWELL_XEON_D, 0x02, 0x14 },