lkml.org 
[lkml]   [2016]   [Jan]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 4/4] perf/x86/amd/power: Add AMD accumulated power reporting mechanism
On Thu, Jan 07, 2016 at 11:14:50AM +0800, kbuild test robot wrote:
> Hi Huang,
>
> [auto build test ERROR on bp/for-next]
> [also build test ERROR on v4.4-rc8 next-20160106]
> [cannot apply to tip/x86/core]
> [if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
>
> url: https://github.com/0day-ci/linux/commits/Huang-Rui/perf-x86-power-Introduce-AMD-accumlated-power-reporting-mechanism/20160107-103309
> base: https://git.kernel.org/pub/scm/linux/kernel/git/bp/bp for-next
> config: i386-randconfig-s1-201601 (attached as .config)
> reproduce:
> # save the attached .config to linux build tree
> make ARCH=i386
>
> All error/warnings (new ones prefixed by >>):
>
> In file included from include/linux/kobject.h:21:0,
> from include/linux/module.h:17,
> from arch/x86/kernel/cpu/perf_event_amd_power.c:13:
> >> arch/x86/kernel/cpu/perf_event.h:663:31: error: 'events_sysfs_show' undeclared here (not in a function)
> .attr = __ATTR(_name, 0444, events_sysfs_show, NULL), \
> ^
> include/linux/sysfs.h:103:10: note: in definition of macro '__ATTR'
> .show = _show, \
> ^
> >> arch/x86/kernel/cpu/perf_event_amd_power.c:244:1: note: in expansion of macro 'EVENT_ATTR_STR'
> EVENT_ATTR_STR(power-pkg, power_pkg, "event=0x01");
> ^
>
> vim +/events_sysfs_show +663 arch/x86/kernel/cpu/perf_event.h
>

Thanks to report this issue.

That's because events_sysfs_show is declared under
CONFIG_CPU_SUP_INTEL, I will add a patch to move it out.

Thanks,
Rui


\
 
 \ /
  Last update: 2016-01-07 06:21    [W:0.086 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site