Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752598AbeAQJdi (ORCPT + 1 other); Wed, 17 Jan 2018 04:33:38 -0500 Received: from 8bytes.org ([81.169.241.247]:54972 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752523AbeAQJdd (ORCPT ); Wed, 17 Jan 2018 04:33:33 -0500 Date: Wed, 17 Jan 2018 10:33:31 +0100 From: Joerg Roedel To: Andy Lutomirski Cc: Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , X86 ML , LKML , linux-mm@kvack.org, Linus Torvalds , 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 , "Liguori, Anthony" , Daniel Gruss , Hugh Dickins , Kees Cook , Andrea Arcangeli , Waiman Long , Joerg Roedel Subject: Re: [RFC PATCH 00/16] PTI support for x86-32 Message-ID: <20180117093331.GL28161@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 Andy, thanks a lot for your review and input, especially on the entry-code changes! On Tue, Jan 16, 2018 at 02:26:22PM -0800, Andy Lutomirski wrote: > On Tue, Jan 16, 2018 at 8:36 AM, Joerg Roedel wrote: > > The code has not run on bare-metal yet, I'll test that in > > the next days once I setup a 32 bit box again. I also havn't > > tested Wine and DosEMU yet, so this might also be broken. > > > > If you pass all the x86 selftests, then Wine and DOSEMU are pretty > likely to work :) Okay, good to know. I will definitily run them and make them pass :) Joerg