From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933022AbdLRMLj (ORCPT ); Mon, 18 Dec 2017 07:11:39 -0500 Received: from mail-wr0-f194.google.com ([209.85.128.194]:42871 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758703AbdLRMLf (ORCPT ); Mon, 18 Dec 2017 07:11:35 -0500 X-Google-Smtp-Source: ACJfBosrEH6KXDDFB9MI6EhEFRDCLp3IpKtOf/FQDhVVVL5WNF3U9MYh3WrQtgEqFBEv8QP5cg9LXA== Date: Mon, 18 Dec 2017 13:11:31 +0100 From: Ingo Molnar To: Thomas Gleixner Cc: LKML , x86@kernel.org, Linus Torvalds , Andy Lutomirsky , Peter Zijlstra , Dave Hansen , Borislav Petkov , Greg KH , keescook@google.com, hughd@google.com, Brian Gerst , Josh Poimboeuf , Denys Vlasenko , Rik van Riel , Boris Ostrovsky , Juergen Gross , David Laight , Eduardo Valentin , aliguori@amazon.com, Will Deacon , daniel.gruss@iaik.tugraz.at Subject: Re: [patch V163 00/51] x86/pti: Updated patch queue Message-ID: <20171218121131.dvebrypdllkkld3n@gmail.com> References: <20171218114215.239543034@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171218114215.239543034@linutronix.de> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * 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