All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC v4 1/2] cpuidle: Extract IPI based and timer based wakeup latency from idle states
Date: Tue, 13 Apr 2021 16:16:16 +0800	[thread overview]
Message-ID: <202104131636.kOs5MDQL-lkp@intel.com> (raw)
In-Reply-To: <20210412074309.38484-2-psampat@linux.ibm.com>

[-- Attachment #1: Type: text/plain, Size: 2292 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-rc7 next-20210412]
[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/20210412-154405
base:   https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git next
config: mips-randconfig-r024-20210413 (attached as .config)
compiler: mips64el-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/9a7bfb10e1fb1a0505295f7c662dc2c26823d589
        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/20210412-154405
        git checkout 9a7bfb10e1fb1a0505295f7c662dc2c26823d589
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips 

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: 28517 bytes --]

  reply	other threads:[~2021-04-13  8:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-12  7:43 [RFC v4 0/2] CPU-Idle latency selftest framework Pratik Rajesh Sampat
2021-04-12  7:43 ` [RFC v4 1/2] cpuidle: Extract IPI based and timer based wakeup latency from idle states Pratik Rajesh Sampat
2021-04-13  8:16   ` kernel test robot [this message]
2021-04-25 20:47   ` Doug Smythies
2021-04-12  7:43 ` [RFC v4 2/2] selftest/cpuidle: Add support for cpuidle latency measurement Pratik Rajesh Sampat
2021-04-25 20:49   ` Doug Smythies
2021-04-13 14:52 ` [RFC v4 0/2] CPU-Idle latency selftest framework Doug Smythies

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=202104131636.kOs5MDQL-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.