linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	Johannes Weiner <hannes@cmpxchg.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Memory Management List <linux-mm@kvack.org>
Subject: [hnaz-mm:master 343/435] arch/riscv/lib/delay.c:77:17: error: implicit declaration of function 'cpu_relax'
Date: Sun, 31 Oct 2021 20:43:18 +0800	[thread overview]
Message-ID: <202110312006.YItxFod4-lkp@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2367 bytes --]

tree:   https://github.com/hnaz/linux-mm master
head:   b8280145cf2a894c873fdf91fb2af474c52ac6cc
commit: eaadd3a1784064254eb06b36fbd4b653f0228478 [343/435] include/linux/delay.h: replace kernel.h with the necessary inclusions
config: riscv-allyesconfig (attached as .config)
compiler: riscv64-linux-gcc (GCC) 11.2.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/hnaz/linux-mm/commit/eaadd3a1784064254eb06b36fbd4b653f0228478
        git remote add hnaz-mm https://github.com/hnaz/linux-mm
        git fetch --no-tags hnaz-mm master
        git checkout eaadd3a1784064254eb06b36fbd4b653f0228478
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=riscv 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   arch/riscv/lib/delay.c: In function '__delay':
>> arch/riscv/lib/delay.c:77:17: error: implicit declaration of function 'cpu_relax' [-Werror=implicit-function-declaration]
      77 |                 cpu_relax();
         |                 ^~~~~~~~~
   cc1: all warnings being treated as errors


vim +/cpu_relax +77 arch/riscv/lib/delay.c

6d60b6ee0c9777b Palmer Dabbelt 2017-07-10  71  
6d60b6ee0c9777b Palmer Dabbelt 2017-07-10  72  void __delay(unsigned long cycles)
6d60b6ee0c9777b Palmer Dabbelt 2017-07-10  73  {
6d60b6ee0c9777b Palmer Dabbelt 2017-07-10  74  	u64 t0 = get_cycles();
6d60b6ee0c9777b Palmer Dabbelt 2017-07-10  75  
6d60b6ee0c9777b Palmer Dabbelt 2017-07-10  76  	while ((unsigned long)(get_cycles() - t0) < cycles)
6d60b6ee0c9777b Palmer Dabbelt 2017-07-10 @77  		cpu_relax();
6d60b6ee0c9777b Palmer Dabbelt 2017-07-10  78  }
24948b7ec0f31d3 Olof Johansson 2017-11-29  79  EXPORT_SYMBOL(__delay);
6d60b6ee0c9777b Palmer Dabbelt 2017-07-10  80  

:::::: The code at line 77 was first introduced by commit
:::::: 6d60b6ee0c9777b92c47f6dc8aad1dd90612e4fa RISC-V: Device, timer, IRQs, and the SBI

:::::: TO: Palmer Dabbelt <palmer@dabbelt.com>
:::::: CC: Palmer Dabbelt <palmer@dabbelt.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 71097 bytes --]

                 reply	other threads:[~2021-10-31 12:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202110312006.YItxFod4-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=hannes@cmpxchg.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox