From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751292AbdK0DgQ (ORCPT ); Sun, 26 Nov 2017 22:36:16 -0500 Received: from scorn.kernelslacker.org ([45.56.101.199]:57076 "EHLO scorn.kernelslacker.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751078AbdK0DgP (ORCPT ); Sun, 26 Nov 2017 22:36:15 -0500 Date: Sun, 26 Nov 2017 22:36:09 -0500 From: Dave Jones To: Linux Kernel Mailing List Cc: Ingo Molnar , Ricardo Neri Subject: Re: x86/umip: Enable User-Mode Instruction Prevention at runtime Message-ID: <20171127033608.GA22924@codemonkey.org.uk> Mail-Followup-To: Dave Jones , Linux Kernel Mailing List , Ingo Molnar , Ricardo Neri References: <20171113234402.8B2F821C51@pdx-korg-gitolite-1.ci.codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171113234402.8B2F821C51@pdx-korg-gitolite-1.ci.codeaurora.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Note: SpamAssassin invocation failed Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 13, 2017 at 11:44:02PM +0000, Linux Kernel wrote: > Web: https://git.kernel.org/torvalds/c/aa35f896979d9610bb11df485cf7bb6ca241febb > Commit: aa35f896979d9610bb11df485cf7bb6ca241febb > Parent: c6a960bbf6a36572a06bde866d94a7338c7f256a > Refname: refs/heads/master > Author: Ricardo Neri > AuthorDate: Sun Nov 5 18:27:54 2017 -0800 > Committer: Ingo Molnar > CommitDate: Wed Nov 8 11:16:23 2017 +0100 > > x86/umip: Enable User-Mode Instruction Prevention at runtime > +config X86_INTEL_UMIP > + def_bool n > + depends on CPU_SUP_INTEL > + prompt "Intel User Mode Instruction Prevention" if EXPERT > + ---help--- > + The User Mode Instruction Prevention (UMIP) is a security > + feature in newer Intel processors. Can we start defining which CPU generation features appear in in Kconfigs ? In six months time, "newer" will mean even less than it does today. It'd be nice to be able to answer oldconfig without having to look things up in the SDM. Dave