From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756257AbcK2HLj (ORCPT ); Tue, 29 Nov 2016 02:11:39 -0500 Received: from mga03.intel.com ([134.134.136.65]:62980 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755971AbcK2HL2 (ORCPT ); Tue, 29 Nov 2016 02:11:28 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,715,1473145200"; d="scan'208";a="36788350" Date: Mon, 28 Nov 2016 23:11:23 -0800 From: Jacob Pan To: kbuild test robot Cc: kbuild-all@01.org, LKML , Linux PM , Rafael Wysocki , Eduardo Valentin , Zhang Rui , Peter Zijlstra , Ingo Molnar , Thomas Gleixner , Arjan van de Ven , Srinivas Pandruvada , Len Brown , Petr Mladek , Sebastian Andrzej Siewior , jacob.jun.pan@linux.intel.com Subject: Re: [PATCH 4/4] thermal/intel_powerclamp: stop sched tick in forced idle Message-ID: <20161128231123.24fc63c0@yairi> In-Reply-To: <201611290756.8ueWRhF9%fengguang.wu@intel.com> References: <1480369492-23901-5-git-send-email-jacob.jun.pan@linux.intel.com> <201611290756.8ueWRhF9%fengguang.wu@intel.com> Organization: OTC X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 29 Nov 2016 07:21:14 +0800 kbuild test robot wrote: > Hi Jacob, > > [auto build test ERROR on soc-thermal/next] > [also build test ERROR on v4.9-rc7 next-20161128] > [if your patch is applied to the wrong git tree, please drop us a > note to help improve the system] > This patchset is applicable on top of another patch indicated in the cover letter. (https://lkml.org/lkml/2016/11/28/683) Thanks, Jacob > url: > https://github.com/0day-ci/linux/commits/Jacob-Pan/Misc-enhancements-to-intel_powerclamp/20161129-065523 > base: > https://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git > next config: x86_64-randconfig-x015-201648 (attached as .config) > compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: # save the > attached .config to linux build tree make ARCH=x86_64 > > All errors (new ones prefixed by >>): > > drivers/thermal/intel_powerclamp.c: In function > 'clamp_idle_injection_func': > >> drivers/thermal/intel_powerclamp.c:448:2: error: implicit > >> declaration of function > >> 'play_idle' [-Werror=implicit-function-declaration] > play_idle(jiffies_to_msecs(w_data->duration_jiffies)); > ^~~~~~~~~ > cc1: some warnings being treated as errors > > vim +/play_idle +448 drivers/thermal/intel_powerclamp.c > > 442 smp_mb(); > 443 } > 444 > 445 if (should_skip) > 446 goto balance; > 447 > > 448 > > play_idle(jiffies_to_msecs(w_data->duration_jiffies)); > 449 > 450 balance: > 451 if (clamping && w_data->clamping && > cpu_online(w_data->cpu)) > > --- > 0-DAY kernel test infrastructure Open Source > Technology Center > https://lists.01.org/pipermail/kbuild-all Intel > Corporation [Jacob Pan]