Hi "Pratik,
[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on powerpc/next]
[also build test ERROR on linux/master linus/master v5.13-rc7 next-20210621]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url:
https://github.com/0day-ci/linux/commits/Pratik-R-Sampat/CPU-Idle-latency...
base:
https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
config: powerpc64-randconfig-r021-20210622 (attached as .config)
compiler: powerpc64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O
~/bin/make.cross
chmod +x ~/bin/make.cross
#
https://github.com/0day-ci/linux/commit/cdad9e7811445b4042cf43d31a5e07a1e...
git remote add linux-review
https://github.com/0day-ci/linux
git fetch --no-tags linux-review
Pratik-R-Sampat/CPU-Idle-latency-selftest-framework/20210616-221820
git checkout cdad9e7811445b4042cf43d31a5e07a1e1c0d1f6
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=powerpc64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
> arch/powerpc/kernel/test-cpuidle_latency.c:34:6: error: no
previous prototype for 'run_smp_call_function_test' [-Werror=missing-prototypes]
34 | void run_smp_call_function_test(unsigned int cpu)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
vim +/run_smp_call_function_test +34 arch/powerpc/kernel/test-cpuidle_latency.c
33
34 void run_smp_call_function_test(unsigned int cpu)
35 {
36 ipi_wakeup.src_cpu = smp_processor_id();
37 ipi_wakeup.dest_cpu = cpu;
38 ipi_wakeup.time_start = ktime_get();
39 smp_call_function_single(cpu, measure_latency, &ipi_wakeup, 1);
40 }
41
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org