All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: x86/umip: Enable User-Mode Instruction Prevention at runtime
       [not found] <20171113234402.8B2F821C51@pdx-korg-gitolite-1.ci.codeaurora.org>
@ 2017-11-27  3:36 ` Dave Jones
  2017-11-27  5:38   ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2017-11-27  3:36 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Ingo Molnar, Ricardo Neri

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 <ricardo.neri-calderon@linux.intel.com>
 > AuthorDate: Sun Nov 5 18:27:54 2017 -0800
 > Committer:  Ingo Molnar <mingo@kernel.org>
 > 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: x86/umip: Enable User-Mode Instruction Prevention at runtime
  2017-11-27  3:36 ` x86/umip: Enable User-Mode Instruction Prevention at runtime Dave Jones
@ 2017-11-27  5:38   ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2017-11-27  5:38 UTC (permalink / raw)
  To: Dave Jones, Linux Kernel Mailing List, Ricardo Neri
  Cc: Linus Torvalds, Thomas Gleixner, H. Peter Anvin


* Dave Jones <davej@codemonkey.org.uk> wrote:

> 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 <ricardo.neri-calderon@linux.intel.com>
>  > AuthorDate: Sun Nov 5 18:27:54 2017 -0800
>  > Committer:  Ingo Molnar <mingo@kernel.org>
>  > 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.

So while I agree, the 'newer Intel CPUs' phrasing here is really weasel words for 
"it's not in officially announced CPUs yet".

If I'm reading the tech rumor press correctly then I believe UMIP will be in 
Cannonlake, which will be released in 2018. Once it's definitely included in a CPU 
you can buy we can update the Kconfig to reference the real CPU microarchitecture 
it's included in.

Or is there some official info already?

Maybe the phrasing should be changed to:

 +	  The User Mode Instruction Prevention (UMIP) is a security
 +	  feature that will be included in future Intel processors.

?

Thanks,

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-27  5:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20171113234402.8B2F821C51@pdx-korg-gitolite-1.ci.codeaurora.org>
2017-11-27  3:36 ` x86/umip: Enable User-Mode Instruction Prevention at runtime Dave Jones
2017-11-27  5:38   ` Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.