From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC 1/2] cpuidle: Extract IPI based and timer based wakeup latency from idle states
Date: Mon, 15 Mar 2021 23:30:56 +0800 [thread overview]
Message-ID: <202103152324.TIslFvrQ-lkp@intel.com> (raw)
In-Reply-To: <20210315114827.46036-2-psampat@linux.ibm.com>
[-- Attachment #1: Type: text/plain, Size: 2083 bytes --]
Hi Pratik,
[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on kselftest/next]
[also build test WARNING on pm/linux-next linus/master daniel.lezcano/clockevents/next v5.12-rc3 next-20210315]
[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-Rajesh-Sampat/CPU-Idle-latency-selftest-framework/20210315-195036
base: https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git next
config: i386-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/0day-ci/linux/commit/d03a0be76e0e0ce7efdd25c5e5fbf79fe699febd
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Pratik-Rajesh-Sampat/CPU-Idle-latency-selftest-framework/20210315-195036
git checkout d03a0be76e0e0ce7efdd25c5e5fbf79fe699febd
# save the attached .config to linux build tree
make W=1 ARCH=i386
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/cpuidle/test-cpuidle_latency.c:34:6: warning: no previous prototype for 'run_smp_call_function_test' [-Wmissing-prototypes]
34 | void run_smp_call_function_test(unsigned int cpu)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
vim +/run_smp_call_function_test +34 drivers/cpuidle/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(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 64663 bytes --]
next prev parent reply other threads:[~2021-03-15 15:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-15 11:48 [RFC 0/2] CPU-Idle latency selftest framework Pratik Rajesh Sampat
2021-03-15 11:48 ` [RFC 1/2] cpuidle: Extract IPI based and timer based wakeup latency from idle states Pratik Rajesh Sampat
2021-03-15 15:30 ` kernel test robot [this message]
2021-03-15 22:44 ` kernel test robot
2021-03-15 22:44 ` [PATCH] cpuidle: fix debugfs_simple_attr.cocci warnings kernel test robot
2021-03-15 11:48 ` [RFC 2/2] selftest/cpuidle: Add support for cpuidle latency measurement Pratik Rajesh Sampat
2021-03-17 21:00 ` Doug Smythies
2021-03-18 6:44 ` Pratik Sampat
2021-03-20 15:04 ` Doug Smythies
2021-03-22 12:56 ` Pratik Sampat
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202103152324.TIslFvrQ-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.