Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752276AbeAQJzM (ORCPT + 1 other); Wed, 17 Jan 2018 04:55:12 -0500 Received: from 8bytes.org ([81.169.241.247]:55804 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750846AbeAQJzJ (ORCPT ); Wed, 17 Jan 2018 04:55:09 -0500 Date: Wed, 17 Jan 2018 10:55:07 +0100 From: Joerg Roedel To: Thomas Gleixner Cc: Ingo Molnar , "H . Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Linus Torvalds , Andy Lutomirski , Dave Hansen , Josh Poimboeuf , Juergen Gross , Peter Zijlstra , Borislav Petkov , Jiri Kosina , Boris Ostrovsky , Brian Gerst , David Laight , Denys Vlasenko , Eduardo Valentin , Greg KH , Will Deacon , aliguori@amazon.com, daniel.gruss@iaik.tugraz.at, hughd@google.com, keescook@google.com, Andrea Arcangeli , Waiman Long , jroedel@suse.de Subject: Re: [RFC PATCH 00/16] PTI support for x86-32 Message-ID: <20180117095507.GM28161@8bytes.org> References: <1516120619-1159-1-git-send-email-joro@8bytes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi Thomas, thanks for your review, I'll work in your suggestions for the next post. On Tue, Jan 16, 2018 at 10:20:40PM +0100, Thomas Gleixner wrote: > On Tue, 16 Jan 2018, Joerg Roedel wrote: > > 16 files changed, 333 insertions(+), 123 deletions(-) > > Impressively small and well done ! Thanks :) > Can you please make that patch set against > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-pti-for-linus > > so we immediately have it backportable for 4.14 stable? It's only a trivial > conflict in pgtable.h, but we'd like to make the life of stable as simple > as possible. They have enough headache with the pre 4.14 trees. Sure, will do. > We can pick some of the simple patches which make defines and inlines > available out of the pile right away and apply them to x86/pti to shrink > the amount of stuff you have to worry about. This should be patches 4, 5, 7, 11, and I think 13 is also simple enough. Feel free to take them, but I can also carry them forward if needed. Thanks, Joerg