Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934605AbeAIRze (ORCPT + 1 other); Tue, 9 Jan 2018 12:55:34 -0500 Received: from mga06.intel.com ([134.134.136.31]:14627 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753403AbeAIRzc (ORCPT ); Tue, 9 Jan 2018 12:55:32 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,336,1511856000"; d="scan'208";a="19608085" Subject: Re: [PATCH v2 4/8] x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature To: Thomas Gleixner , Peter Zijlstra Cc: Dave Hansen , Andy Lutomirski , Linus Torvalds , Greg KH , Andrea Arcangeli , Andi Kleen , Arjan Van De Ven , David Woodhouse , linux-kernel@vger.kernel.org References: <20180108124707.GH32035@hirez.programming.kicks-ass.net> <20180108161437.GN32035@hirez.programming.kicks-ass.net> <46157295-e32e-5c9e-0c8b-f91b34f7b02d@linux.intel.com> <20180108174224.GE6176@hirez.programming.kicks-ass.net> From: Tim Chen Message-ID: Date: Tue, 9 Jan 2018 09:55:30 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 01/09/2018 02:40 AM, Thomas Gleixner wrote: > On Mon, 8 Jan 2018, Peter Zijlstra wrote: >> On Mon, Jan 08, 2018 at 09:28:12AM -0800, Tim Chen wrote: >>> On 01/08/2018 08:14 AM, Peter Zijlstra wrote: >>>> On Mon, Jan 08, 2018 at 01:47:07PM +0100, Peter Zijlstra wrote: >>>>>> a good suggestion, but we encountered some issues with it either >>>>>> crashing the kernel at boot or not properly turning on/off. >>>> >>>> The below boots, but I lack stuff to test the enabling. >>> >>> Peter, >>> >>> Thanks. Will give it a spin. One other concern is if >>> JUMP_LABEL is not configured, this may not work, and >>> we may still need fall back to a control variable. >> >> Urgh yes.. I always forget about that case. Will the retpoline crud be >> backported to a GCC old enough to not have asm-goto? If not, we could >> make all of this simply require asm-goto. > > No, ifs and buts, really. > > This wants to be a jump label and we set the requirements here. I'm tired > of this completely bogus crap just to support some archaic version of GCC. > > This is messy enough and no, this whole we need a control variable nonsense > is just not going to happen. > > Thomas, I'll be sending an updated patchset with boot option opt in for ibrs and leave the control varaible out. I agree that we can worry about the control variable later. Thanks. Tim