Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2755941imm; Mon, 16 Jul 2018 13:40:00 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdpS5+J/xkUekbjwC8gjW1UwiVfAgY3uUBa+w/q5L8AC/Z6wVDzdCtbDRf/wd3EPpsFdrWi X-Received: by 2002:a17:902:6b05:: with SMTP id o5-v6mr15534918plk.67.1531773600020; Mon, 16 Jul 2018 13:40:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531773599; cv=none; d=google.com; s=arc-20160816; b=oKtTC9VP/8Gx4CQHlrk5/uiJATF0PHL5mq+Sj73J+RZBf9GRmZVQv8G46Tsi9ghKQT ByenUUg5zhrIBaSLJU/0IPdFwSMMzD4QO10kMFAc6kuKCYa/KI56WYQjJ3DO4coaxqO9 klJqI1w52TszoAr9Sm6hHxUGN5R0Y3h5YOIqnN1QRafgdE7Co3kp4HPdp5hWjz7CIdkd hkjDdmfyKvoHAi+8A6oVzQTHP1jbDmylw7dKcPPOtcCCqRHf7QVfIn8QzBasQtWJ2n4e MVTzEhf1M9L3VWwboFsRvt73GXdt4zHZVakveGYdP25z7Mxvw7WYNuCgfwDWkMLsjyxy V0wA== 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 :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=rysgAAdn9R64A1bWYmdzKmj5fnNf74WfQLuC45omU2k=; b=KbwzPoLoNchtxI76TWSUQptdWs1gEH2PARVHMuVbE6XRVad4ofXVSgveYX3+EU0uHs wg9JPflEW4OB8czP4mz4ihpZIpGmp8ZP2LnuIrDr0oOAOBxXZUq84QxYult98il0M3M3 vqvKzGarvCiWQ261vx96gwtXjACdca2HoGBwMlTfGJMqT2p8i0W5QdVbYRGgQwuJU2hr F9mlMLyCYNL8YA0cerKiou8f+UFZ6x3QMSFkrBcxlYtPIuq6hlUaH9CdYWs3ECoaAwuu JkQo8CTUSlD3WfeK2haF9WzhAc6X5sKdbXTCq3+pJiE800jvyRHLS2gY8gwOBVBwsFoD zGAg== 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 c15-v6si29142756pgw.550.2018.07.16.13.39.45; Mon, 16 Jul 2018 13:39:59 -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 S1730246AbeGPVH4 (ORCPT + 99 others); Mon, 16 Jul 2018 17:07:56 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:53094 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728075AbeGPVH4 (ORCPT ); Mon, 16 Jul 2018 17:07:56 -0400 Received: from p4fea5a5a.dip0.t-ipconnect.de ([79.234.90.90] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1ffAGW-0003tX-Ku; Mon, 16 Jul 2018 22:38:40 +0200 Date: Mon, 16 Jul 2018 22:38:40 +0200 (CEST) From: Thomas Gleixner To: Rich Felker cc: Alan Cox , Dave Hansen , x86@kernel.org, Ingo Molnar , "H. Peter Anvin" , David Woodhouse , LKML Subject: Re: cpu_no_speculation omissions? In-Reply-To: <20180716195444.GN1392@brightrain.aerifal.cx> Message-ID: References: <20180716160513.GA6080@brightrain.aerifal.cx> <193fb2f5-8f6c-8fe6-298f-a6af4fae862a@linux.intel.com> <1531767303.4364.109.camel@linux.intel.com> <20180716195444.GN1392@brightrain.aerifal.cx> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 16 Jul 2018, Rich Felker wrote: > 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 I was talking about 32bit. Yours seem to be 64bit. Thanks, tglx