From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751658AbdK1IWV (ORCPT ); Tue, 28 Nov 2017 03:22:21 -0500 Received: from mga02.intel.com ([134.134.136.20]:25820 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750871AbdK1IWU (ORCPT ); Tue, 28 Nov 2017 03:22:20 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,467,1505804400"; d="scan'208";a="178617107" Message-ID: <1511857335.2498.22.camel@intel.com> Subject: Re: Regression: unable to boot after commit bd9240a18edf ("x86/apic: Add TSC_DEADLINE quirk due to errata") - Surface Pro 4 SKL From: Zhang Rui To: Peter Zijlstra Cc: LKML , linux-x86 , tglx@linutronix.de, Len Brown , "Chen, Yu C" Date: Tue, 28 Nov 2017 16:22:15 +0800 In-Reply-To: <20171128081440.mi3nrhxgori75cbs@hirez.programming.kicks-ass.net> References: <1511834933.2498.14.camel@intel.com> <20171128081440.mi3nrhxgori75cbs@hirez.programming.kicks-ass.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2017-11-28 at 09:14 +0100, Peter Zijlstra wrote: > On Tue, Nov 28, 2017 at 10:08:53AM +0800, Zhang Rui wrote: > > > > Hi, All, > > > > My Surface Pro 4 is unable to boot after 4.12. The symptom is that > > kernel freezes during boot, and the last message in the screen is > > loading the initrd image. And I have bisected it to this commit > > > > +// DEADLINE_MODEL_MATCH_REV ( INTEL_FAM6_SKYLAKE_MOBILE, > > 0xb2), > And what microcode version do you run? Have you installed the latest > microcode package and updated your initrd to include it? My skylake > is > running 0xba. No, I didn't upgrade my microcode. $ cat /proc/cpuinfo ... processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 78 model name : Intel(R) Core(TM) i7-6650U CPU @ 2.20GHz stepping : 3 microcode : 0x9e ... I suppose the problem should be gone if I upgrade the microcode. But the real problem to me is that the system FREEZES after kernel upgrade. thanks, rui