Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2491293imu; Wed, 21 Nov 2018 12:29:38 -0800 (PST) X-Google-Smtp-Source: AJdET5eclUS7nBgO5EwQMzuWYhv2V0mMfSyKKqkOv3aKBGlFHquwcKfQEk075752c7Bx46Yb5lLr X-Received: by 2002:a62:6d07:: with SMTP id i7-v6mr8649489pfc.146.1542832178649; Wed, 21 Nov 2018 12:29:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542832178; cv=none; d=google.com; s=arc-20160816; b=Ss+IurDXX+984wu0YqzKHbP6grYXpYpBIpZQTBqLngUV7eNRxqbYgt8QOexmVSLoaB XwggoQmWlhQYVNQkBkprg0S1SZ9Sd8wQz3L/za21eENUdf8ubYhsuarxuREINKgEo1VJ dJ1U2csDzvmsmRF1SOJXpsokyjZm2NdWQQdl4PmTTaH10dTD5aXpLpmotd7ZLzMWskPG ta+LC/8h9LmMhDR0Eu8vwPjBgM7avcSV1GGcoZrNsXEJL+JIVZVJYIcbF7w7mHsURJ/w Od/uKRc3HK5z+DEZRdMjZzhYqUbDu3WATH4oCMnu+3y0Q2lWqpP4LSmBfnxu+KOcsFsw XDzA== 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:dkim-signature; bh=ZWFSQf5o7ZW22R9QNVIiUQ++D/tD8O0MpUn5m6FA95Q=; b=efANroYW6a+DGUVSu55blRRVKB60g7SFDnwENMvxPBfTLJ6xQTVDuwh0G/GxGtcnL4 9BsVTJ0i7CdXn3pz3aeGzaL9sviZxgEbcFX+IOjDt4Zm33v4rzdsI5798SpOP5furfzn QZ1q9LhFFIk5JeUYeaNSp0JHuNA7UYIBJ7kyfq5mfkKgmgBk6XcdmFQUhNK9/pfNrNd1 rzHVI2sGCkyGhGsoXfu1CJ1FLwuFReCSprsRmujnc2fx6/kFgx3xDc/IkiujTLUKc8OY 19RUqrCP3Es0q9yZTRNSDvXd/q5ux6VYNv29LLUMQtkZjLz3F4+O5nnInEFgFkrqZ9OL ic3g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=pfr89o9N; 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 z8si45314200pgf.577.2018.11.21.12.29.21; Wed, 21 Nov 2018 12:29:38 -0800 (PST) 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; dkim=pass header.i=@kernel.org header.s=default header.b=pfr89o9N; 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 S1733024AbeKVEuk (ORCPT + 99 others); Wed, 21 Nov 2018 23:50:40 -0500 Received: from mail.kernel.org ([198.145.29.99]:46846 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730663AbeKVEuk (ORCPT ); Wed, 21 Nov 2018 23:50:40 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8BBDE214DA; Wed, 21 Nov 2018 18:15:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1542824115; bh=DfnNtPdtQQywU0ua9lLs3e0JjU44XM9Q5lo0/njic98=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pfr89o9NEx75n13P/V74du9R0jGQ6kPQediLFoSfL0I7GLze2vtCZnCL4x1EjwcXQ Lc/gRREYjtihncKJKQNiVM0k0DdumYpQLuZRRJORBvjVsS2qmZ3t8+HCcRxpKMSgiu A6vcwKhoB36Ac1sVbzFNwNVWIhW/qFevj0Y403wA= Date: Wed, 21 Nov 2018 19:15:13 +0100 From: Greg Kroah-Hartman To: Tim Chen Cc: Jiri Kosina , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Thomas Gleixner , Peter Zijlstra , Josh Poimboeuf , Andrea Arcangeli , WoodhouseDavid , Andi Kleen , SchauflerCasey , Dave Stewart Subject: Re: [PATCH 4.19 041/361] x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation Message-ID: <20181121181513.GA30870@kroah.com> References: <20181111221619.915519183@linuxfoundation.org> <20181111221625.598298393@linuxfoundation.org> <20181121135611.GA26411@kroah.com> <41234d20-294f-d0f4-336c-64bf9fcb92a7@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41234d20-294f-d0f4-336c-64bf9fcb92a7@linux.intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 21, 2018 at 09:47:48AM -0800, Tim Chen wrote: > On 11/21/2018 05:56 AM, Greg Kroah-Hartman wrote: > > On Wed, Nov 21, 2018 at 02:21:15PM +0100, Jiri Kosina wrote: > >> On Sun, 11 Nov 2018, Greg Kroah-Hartman wrote: > >> > >>> 4.19-stable review patch. If anyone has any objections, please let me know. > >> > >> Greg, please drop this patch from all -stable for now. Version that > >> wouldn't have such performance impact is being worked on. > > > > Is it reverted in Linus's tree? If not, then anything that comes "later > > on" will not apply here, right? > > > > I see the thread asking about this, but I got really conflicting > > messages here, and now it's in all of the latest releases, and no > > testing seems to have uncovered issues. Is it just a "slow down" > > problem? > > Greg, > > It could be a big slow down in excess of 20% for some applications. > And cross sibling Spectre v2 attack is quite hard to pull off. > > So till we have the accompanying patchset that only apply STIBP on processes > that really need it instead of universally, it should be withheld from > stable. Ok, now reverted, thanks. greg k-h