Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1532975

Re: [kbuild-all] [PATCH 4/4] thermal/intel_powerclamp: stop sched tick in forced idle

From Ye Xiaolong <xiaolong.ye@intel.com>
Newsgroups linux.kernel
Subject Re: [kbuild-all] [PATCH 4/4] thermal/intel_powerclamp: stop sched tick in forced idle
Date 2016-11-30 07:00 +0100
Message-ID <sJ65X-214-13@gated-at.bofh.it> (permalink)
References <sIBYe-7z9-13@gated-at.bofh.it> <sIDwZ-dD-1@gated-at.bofh.it> <sIKRQ-5c9-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 11/28, Jacob Pan wrote:
>On Tue, 29 Nov 2016 07:21:14 +0800
>kbuild test robot <lkp@intel.com> 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 for the info, you could try use git(>=2.9.0) format-patch --base=<commit> (or
--base=auto for convenience) to record what (public, well-known) commit
your patch series was built on, then 0day would be able to know the
exact base and prerequisite patches.

Thanks,
Xiaolong

>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]
>_______________________________________________
>kbuild-all mailing list
>kbuild-all@lists.01.org
>https://lists.01.org/mailman/listinfo/kbuild-all

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] Misc enhancements to intel_powerclamp Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-11-28 22:50 +0100
  [PATCH 4/4] thermal/intel_powerclamp: stop sched tick in forced idle Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-11-28 22:50 +0100
    Re: [PATCH 4/4] thermal/intel_powerclamp: stop sched tick in forced  idle Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-11-29 08:20 +0100
      Re: [kbuild-all] [PATCH 4/4] thermal/intel_powerclamp: stop sched  tick in forced idle Ye Xiaolong <xiaolong.ye@intel.com> - 2016-11-30 07:00 +0100
  [PATCH 1/4] thermal/intel_powerclamp: Remove duplicated code that starts the kthread Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-11-28 22:50 +0100
  [PATCH 3/4] thermal/intel_powerclamp: Convert to CPU hotplug state Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-11-28 22:50 +0100
  [PATCH 2/4] thermal/intel_powerclamp: Convert the kthread to kthread worker API Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-11-28 22:50 +0100
  Re: [PATCH 0/4] Misc enhancements to intel_powerclamp "Rafael J. Wysocki" <rafael@kernel.org> - 2016-11-29 00:20 +0100

csiph-web