Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2719047imm; Mon, 16 Jul 2018 12:56:05 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcai95uoWQTBe/QX1w9z0JYxdAx+E+yLJ++mTm8Vr8yUsBjkmjFlocne13QVjiJzvPbBLH1 X-Received: by 2002:a17:902:2c83:: with SMTP id n3-v6mr17771713plb.211.1531770965928; Mon, 16 Jul 2018 12:56:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531770965; cv=none; d=google.com; s=arc-20160816; b=rgx6lX5RsEwO+yjaiAwYRCEA2oTF/Ov5dEfJLxemD7wmYllCdaMbrQnaTLnpDYxOzK Maz4ODG+fXMhiA7Bl49zMpFxPUdRE8pV/hthFxzsTH8nvtMaeOcSDxgu9ZKj7Lxx+qxL 3SB2gAj7CFKM5OFbLQtEVoQMmkbLnJR4Hltx9cAxCqXokPKxm6Qpg6I3o6SP5PF6b4vY MT0cGsa4drFYQbR0IY0XNX416Dc6QyGZuy0A0UtrfDK4CC7XeK2wz2D0f49h/yKU95OE 4VxTtS9XbZyJrK4o4brYgB6e8VXI3+PdiPW8pvBvU17/45He7k4Yo66iYQTftIoMELMe R/nQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=BV6+sY827jLGa1sXoChFbvIguJO5dYb5dpwErvfp+KI=; b=mjqYo1vCN8zHiIQPchtJy6UZFbvVGiue5l5DXEgngiJMUH0IjyYvMVKDrxvNiX5XTx zOfHCNhGmwbq4cvvHLEcSU/h/fj4E8+tYWfarqolpdpWzEuxktPbvZecSaLTcKHfA4jM gStle3Qt8NyO0PqhOxGrFUOorvKbUGtf0nju2sTz4BsoE3Hgp7ojx+StTDuN5nwipX6L 8wn7gZgbERYzX/N8PdSyGCipdufxmLh/IhbIgVk8+FQvIA2lZzK9DxoexN7bRLWzauX7 rrpEaYoOffIvg236w+2na8ZwbPazXvMvqbv/R95g4LDirB/5kt8CA3l3hJUbJmAwwHV7 K+yg== 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 y22-v6si29877719plp.489.2018.07.16.12.55.50; Mon, 16 Jul 2018 12:56:05 -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 S1729591AbeGPUYE (ORCPT + 99 others); Mon, 16 Jul 2018 16:24:04 -0400 Received: from 216-12-86-13.cv.mvl.ntelos.net ([216.12.86.13]:54946 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727531AbeGPUYE (ORCPT ); Mon, 16 Jul 2018 16:24:04 -0400 Received: from dalias by brightrain.aerifal.cx with local (Exim 3.15 #2) id 1ff9a0-0002XN-00; Mon, 16 Jul 2018 19:54:44 +0000 Date: Mon, 16 Jul 2018 15:54:44 -0400 From: Rich Felker To: Thomas Gleixner Cc: Alan Cox , Dave Hansen , x86@kernel.org, Ingo Molnar , "H. Peter Anvin" , David Woodhouse , LKML Subject: Re: cpu_no_speculation omissions? Message-ID: <20180716195444.GN1392@brightrain.aerifal.cx> References: <20180716160513.GA6080@brightrain.aerifal.cx> <193fb2f5-8f6c-8fe6-298f-a6af4fae862a@linux.intel.com> <1531767303.4364.109.camel@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 16, 2018 at 09:20:58PM +0200, Thomas Gleixner wrote: > On Mon, 16 Jul 2018, Alan Cox wrote: > > On Mon, 2018-07-16 at 10:28 -0700, Dave Hansen wrote: > > > On 07/16/2018 09:56 AM, Thomas Gleixner wrote: > > > > On Mon, 16 Jul 2018, Rich Felker wrote: > > > > > At least the Centerton (late-generation Bonnell uarch) Atom > > > > > family is > > > > > omitted from the cpu_no_speculation table added by commit > > > > > fec9434a12f3 > > > > > to arch/x86/kernel/cpu/common.c. Is this intentional? Would a > > > > > patch > > > > > adding it and possibly other omissions be welcome? > > > > > > > > Probably. Dave? > > > > > > IIRC, Alan Cox was compiling a list on what is affected vs. not. He > > > would know way better than I. > > > > The pre Silvermont atom cores are in order. When I did the original > > list I didn't bother with all the 32bit cores as we didn't have any > > 32bit mitigations then. > > At least we should give the users that warm and fuzzy feeling that they are > not affected. It's not just fuzzies -- my box was actually affected by slowdown for mitigation without adding "nopti" to boot command line, which is rather unfortunate when you're running a severely-slower box already for the sake of not being affected by these vulnerabilities. Since Dave asked, mine is a Centerton as I originally mentioned, Atom S1260, which seems to be the fastest in-order Intel chip with boards still commercially available. I'm not sure if there are other omissions that are actually interesting. I have several other Atoms too, but I think all of those are covered by the existing table. Rich