From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753362AbbLDSZ5 (ORCPT ); Fri, 4 Dec 2015 13:25:57 -0500 Received: from mga11.intel.com ([192.55.52.93]:37677 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751177AbbLDSZ4 (ORCPT ); Fri, 4 Dec 2015 13:25:56 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,380,1444719600"; d="scan'208";a="864838076" Date: Fri, 4 Dec 2015 10:25:55 -0800 From: Andi Kleen To: kernel test robot Cc: lkp@01.org, LKML , linux-edac , Tony Luck , Peter Zijlstra , Linus Torvalds , "H. Peter Anvin" , Thomas Gleixner , Borislav Petkov , Ingo Molnar Subject: Re: [lkp] [x86/mce] 81ffdcdd97: kmsg.CPU61:Package_temperature_above_threshold,cpu_clock_throttled(total_events=#) Message-ID: <20151204182555.GE18534@tassilo.jf.intel.com> References: <87vb8fqaag.fsf@yhuang-dev.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87vb8fqaag.fsf@yhuang-dev.intel.com> 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 > commit 81ffdcdd97d94110627caa81c23d5d780083731d ("x86/mce: Fix thermal throttling reporting after kexec") > > This may be the intended behavior, just FYI. Yes, it's intended. Your system is overheating, and I assume 0day uses kexec. Previously you completely missed these messages because they were disabled after the first kexec. So now they are correctly reported. -Andi > > [ 228.096596] CPU47: Core temperature above threshold, cpu clock throttled (total events = 1) > [ 228.096597] CPU3: Core temperature above threshold, cpu clock throttled (total events = 1) > [ 228.096599] CPU19: Package temperature above threshold, cpu clock throttled (total events = 1) > [ 228.096601] CPU9: Package temperature above threshold, cpu clock throttled (total events = 1) > [ 228.096603] CPU53: Package temperature above threshold, cpu clock throttled (total events = 1)