Re: [PATCH 4/4] perf/x86/amd/power: Add AMD accumulated power reporting mechanism

From: Huang Rui
Date: Wed Jan 06 2016 - 23:40:20 EST


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/