[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180115000554.GA7844@tassilo.jf.intel.com>
Date: Sun, 14 Jan 2018 16:05:54 -0800
From: Andi Kleen <ak@...ux.intel.com>
To: pjt@...gle.com, linux-kernel@...r.kernel.org,
tim.c.chen@...ux.intel.com, riel@...hat.com, jikos@...nel.org,
jpoimboe@...hat.com, luto@...capital.net,
torvalds@...ux-foundation.org, tglx@...utronix.de,
dwmw@...zon.co.uk, hpa@...or.com, peterz@...radead.org,
dave.hansen@...el.com, mingo@...nel.org, keescook@...gle.com,
gregkh@...ux-foundation.org, arjan@...ux.intel.com
Cc: linux-tip-commits@...r.kernel.org
Subject: Re: [tip:x86/pti] x86/retpoline: Fill RSB on context switch for
affected CPUs
> + if ((!boot_cpu_has(X86_FEATURE_PTI) &&
> + !boot_cpu_has(X86_FEATURE_SMEP)) || is_skylake_era()) {
> + setup_force_cpu_cap(X86_FEATURE_RSB_CTXSW);
> + pr_info("Filling RSB on context switch\n");
> + }
Missing an option to turn this off.
-Andi
Powered by blists - more mailing lists