Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753345AbdGGBzR (ORCPT ); Thu, 6 Jul 2017 21:55:17 -0400 Received: from mga03.intel.com ([134.134.136.65]:10212 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753203AbdGGBzQ (ORCPT ); Thu, 6 Jul 2017 21:55:16 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,320,1496127600"; d="scan'208";a="989891849" Date: Fri, 7 Jul 2017 09:54:45 +0800 From: Ye Xiaolong To: Thomas Gleixner Cc: Dou Liyang , x86@kernel.org, linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org, mingo@kernel.org, hpa@zytor.com, ebiederm@xmission.com, bhe@redhat.com, boris.ostrovsky@oracle.com, peterz@infradead.org, izumi.taku@jp.fujitsu.com, lkp@01.org Subject: Re: [x86/time] 03fa63cc96: ACPI_Error:Table[DMAR]is_not_invalidated_during_early_boot_stage(#/tbxface -#) Message-ID: <20170707015445.GG5222@yexl-desktop> References: <20170706145412.GA30520@inn.lkp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1455 Lines: 37 On 07/06, Thomas Gleixner wrote: >On Thu, 6 Jul 2017, kernel test robot wrote: > >> commit: 03fa63cc96ab35592e0a7d522b8edbc1e6b02d22 ("x86/time: Initialize interrupt mode behind timer init") > >> +----------------+------------+------------+ >> | | 43436935b7 | 03fa63cc96 | >> +----------------+------------+------------+ >> | boot_successes | 0 | 4 | >> +----------------+------------+------------+ > >So 03fa63cc96 makes the box boot again. I'm confused as usual by the >output of this tool., > >> kern :info : [ 0.005000] tsc: Fast TSC calibration using PIT >> kern :info : [ 0.006000] tsc: Detected 2195.020 MHz processor >> kern :info : [ 0.007000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4390.04 BogoMIPS (lpj=2195020) >> kern :info : [ 0.008001] pid_max: default: 90112 minimum: 704 >> kern :info : [ 0.009037] ACPI: Core revision 20170303 >> kern :err : [ 0.010002] ACPI Error: Table [DMAR] is not invalidated during early boot stage (20170303/tbxface-193) > >Sure we have a error message here, but compared to what? Compared to >something which does not boot at all? Sorry for the confusion, here commit 43436935b7 boot failed due to OOM which happened at the late stage of kernel boot while the ACPI error showed at the early boot stage for commit 03fa63cc96 and it didn't appear in 43436935b7's dmesg. Thanks, Xiaolong > >Thanks, > > tglx >