Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751195AbdFBGcg (ORCPT ); Fri, 2 Jun 2017 02:32:36 -0400 Received: from mail-yb0-f193.google.com ([209.85.213.193]:36240 "EHLO mail-yb0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750826AbdFBGcc (ORCPT ); Fri, 2 Jun 2017 02:32:32 -0400 MIME-Version: 1.0 From: Ian W MORRISON Date: Fri, 2 Jun 2017 16:32:30 +1000 Message-ID: Subject: Re: [tip:x86/urgent] x86/PAT: Fix Xorg regression on CPUs that don't support PAT To: linux-kernel@vger.kernel.org Cc: Bernhard Held , Mikulas Patocka , Andy Lutomirski , Ingo Molnar , chris@chris-wilson.co.uk, Doug Smythies Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1490 Lines: 41 On 2 June 2017 at 00:48, Ian W MORRISON wrote: > On 6/1/17 5:49 PM, Ian W MORRISON wrote: >> On 31 May 2017 at 10:53, Doug Smythies wrote: >>> Note Before: >>> I might not have the address list correct, as I have re-created this >>> e-mail from the web page archive, having found the thread after bisecting the >>> kernel. >>> >>> On 2017.05.29 18:50:57 -0400 (EDT) Mikulas Patocka wrote: >>>> On Sun, 28 May 2017, Andy Lutomirski wrote: >>>>> On Sun, May 28, 2017 at 11:18 AM, Bernhard Held wrote: >>>>>> Hi, >>>>>> >>>>>> this patch breaks the boot of my kernel. The last message is "Booting >>>>>> the kernel.". >>> >>> It breaks my kernel boot also, and I know of at least two others with >>> the same, or similar, problem as of kernel 4.12-rc3. >>> >> >> Just to add that I cannot boot v4.12-rc3 kernel with any Intel Atom >> (BYT and CHT) Intel Compute Sticks. Adding 'earlyprintk=efi' confirms >> kernel panic with >> [ 0.000000] Kernel panic - not syncing: x86/PAT: PAT enabled, but not >> supported by secondary CPU >> >> >> >> > > Confirmed that following patch fixes boot of v4.12-rc3 for Intel Atom Compute Sticks: > > [PATCH] Fix X86_FEATURE_PAT regression bug > And for the sake of completeness, the revert patch (https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=x86/urgent) also fixes the boot of v4.12-rc3 for Intel Atom Compute Sticks (as expected and now tested - yay).