public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Anup Patel <anup.patel@wdc.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: [avpatel:riscv_kvm_aia_v1 39/40] include/linux/irqchip/riscv-imsic.h:64:10: error: 'ENODEV' undeclared
Date: Mon, 9 Aug 2021 10:34:39 +0800	[thread overview]
Message-ID: <202108091032.oyo8ZM2f-lkp@intel.com> (raw)

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

tree:   https://github.com/avpatel/linux.git riscv_kvm_aia_v1
head:   3e9d934981554d13144f834233ff3eab74e3b24f
commit: 87f60ec7e97b42c6f68f226c4262b3a7c87d8200 [39/40] RISC-V: KVM: Initial skeletal support for in-kernel AIA irqchip
config: riscv-randconfig-r032-20210809 (attached as .config)
compiler: riscv32-linux-gcc (GCC) 10.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/avpatel/linux/commit/87f60ec7e97b42c6f68f226c4262b3a7c87d8200
        git remote add avpatel https://github.com/avpatel/linux.git
        git fetch --no-tags avpatel riscv_kvm_aia_v1
        git checkout 87f60ec7e97b42c6f68f226c4262b3a7c87d8200
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross O=build_dir ARCH=riscv SHELL=/bin/bash

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 >>):

   In file included from arch/riscv/kvm/aia/aia.c:10:
   include/linux/irqchip/riscv-imsic.h: In function 'imsic_cpu_page_phys':
>> include/linux/irqchip/riscv-imsic.h:64:10: error: 'ENODEV' undeclared (first use in this function)
      64 |  return -ENODEV;
         |          ^~~~~~
   include/linux/irqchip/riscv-imsic.h:64:10: note: each undeclared identifier is reported only once for each function it appears in


vim +/ENODEV +64 include/linux/irqchip/riscv-imsic.h

c1f2c918fe8329 Anup Patel 2021-04-26  59  
c1f2c918fe8329 Anup Patel 2021-04-26  60  static inline int imsic_cpu_page_phys(unsigned int cpu,
c1f2c918fe8329 Anup Patel 2021-04-26  61  				      unsigned int guest_index,
c1f2c918fe8329 Anup Patel 2021-04-26  62  				      phys_addr_t *out_msi_pa)
c1f2c918fe8329 Anup Patel 2021-04-26  63  {
c1f2c918fe8329 Anup Patel 2021-04-26 @64  	return -ENODEV;
c1f2c918fe8329 Anup Patel 2021-04-26  65  }
c1f2c918fe8329 Anup Patel 2021-04-26  66  

:::::: The code at line 64 was first introduced by commit
:::::: c1f2c918fe8329ad1a78a4937145e52c6491fbfe irqchip: Add RISC-V incoming MSI controller driver

:::::: TO: Anup Patel <anup.patel@wdc.com>
:::::: CC: Anup Patel <anup@brainfault.org>

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

                 reply	other threads:[~2021-08-09  2:35 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=202108091032.oyo8ZM2f-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=anup.patel@wdc.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.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