Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754741AbdCWMTY (ORCPT ); Thu, 23 Mar 2017 08:19:24 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:45461 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751444AbdCWMTX (ORCPT ); Thu, 23 Mar 2017 08:19:23 -0400 Subject: Re: [PATCH 0/7] Misc GDT fixes and a cleanup To: Andy Lutomirski , x86@kernel.org References: Cc: linux-kernel@vger.kernel.org, Borislav Petkov , Juergen Gross , Thomas Garnier From: Boris Ostrovsky Message-ID: <9ca80f5f-fda2-f79c-aa1f-6675ba9de005@oracle.com> Date: Thu, 23 Mar 2017 08:18:34 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 776 Lines: 21 On 03/22/2017 05:32 PM, Andy Lutomirski wrote: > Hi all- > > This applies to tip:x86/mm. For ease of testing, the series is here, too: > > https://git.kernel.org/pub/scm/linux/kernel/git/luto/linux.git/tag/?h=review_20170322_gdt_and_wp > > This fixes a few issues, most of which appear to be rather old. For > whatever reason, Thomas' GDT series unearthed them. (And one is a > genuine bug in Thomas' code but, in his defense, he might have > cut-and-pasted it verbatim from the identical bug in the EFI code.) > > The last three patches are cleanups I did while tracking these down. > > Boris, any chance you could test this series on Xen? The 64-bit > case works for me, but I'm having issues testing on 32-bit right > now. Yes, this is all good. Tests passed. -boris