Re: [patch V163 00/51] x86/pti: Updated patch queue

2017-12-18 Thread Ingo Molnar

* Thomas Gleixner  wrote:

> Changes since V149:
> 
> - Folded back patch snippets to the right place
> 
> - Deinlined pti_set_user_pgd()
> 
> - Converted X86_BUG_CPU_SECURE_MODE_PTI to X86_FEATURE_PTI and added
>   that to disabled features when PTI is disabled in Kconfig
> 
> - Fixed documentation
> 
> - Rebased to:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 
> WIP.x86/pti.entry
> 
> The series is also available from git:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.x86/pti

Also note that the base tree of these patches is the above 
tip:WIP.x86/pti.entry 
tree, which is v4.14 based and which we are keeping Git-stable as well, as it 
didn't require any fixes or other changes. I.e. it's the same tree as 
WIP.x86-pti.entry-for-linus which we sent in a pull request to Linus yesterday:

  [RFC GIT PULL] Page Table Isolation (PTI), x86 syscall entry code changes

... and it's all included in today's linux-next as well.

Thanks,

Ingo


[patch V163 00/51] x86/pti: Updated patch queue

2017-12-18 Thread Thomas Gleixner
Changes since V149:

- Folded back patch snippets to the right place

- Deinlined pti_set_user_pgd()

- Converted X86_BUG_CPU_SECURE_MODE_PTI to X86_FEATURE_PTI and added
  that to disabled features when PTI is disabled in Kconfig

- Fixed documentation

- Rebased to:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 
WIP.x86/pti.entry

The series is also available from git:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.x86/pti

The patch tarball is at:

  https://tglx.de/~tglx/patches-v163.tar.bz2

  sha1sum of decompressed tarball: 39cf23abe93433eee77bfbb9311ae6946403bf68

Thanks,

tglx