From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC 1/1] irqchip/gic-v3-its: Add irq domain and chip for Direct LPI without ITS
Date: Fri, 09 Jul 2021 08:21:39 +0800 [thread overview]
Message-ID: <202107090835.0Jt2nDDs-lkp@intel.com> (raw)
In-Reply-To: <MW4PR21MB2002BA20FA4A8DAA1C27F4C6C0199@MW4PR21MB2002.namprd21.prod.outlook.com>
[-- Attachment #1: Type: text/plain, Size: 2340 bytes --]
Hi Sunil,
[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on tip/irq/core]
[also build test ERROR on v5.13]
[cannot apply to next-20210708]
[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/Sunil-Muthuswamy/irqchip-gic-v3-its-Add-irq-domain-and-chip-for-Direct-LPI-without-ITS/20210709-033751
base: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 3d2ce675aba7e2425710e23268579a5d76c7e725
config: arm-defconfig (attached as .config)
compiler: arm-linux-gnueabi-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/f616f772726ed24353f9698de2c5d86945d491d8
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Sunil-Muthuswamy/irqchip-gic-v3-its-Add-irq-domain-and-chip-for-Direct-LPI-without-ITS/20210709-033751
git checkout f616f772726ed24353f9698de2c5d86945d491d8
# save the attached .config to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross O=build_dir ARCH=arm SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All error/warnings (new ones prefixed by >>):
arm-linux-gnueabi-ld: drivers/irqchip/irq-gic-v3-dlpi.o: in function `direct_lpi_init':
irq-gic-v3-dlpi.c:(.init.text+0x4c): undefined reference to `iort_register_domain_token'
>> arm-linux-gnueabi-ld: irq-gic-v3-dlpi.c:(.init.text+0x138): undefined reference to `iort_deregister_domain_token'
--
drivers/irqchip/irq-gic-v3-dlpi.c: In function 'dlpi_get_msi_base':
>> drivers/irqchip/irq-gic-v3-dlpi.c:352:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
352 | addr = (u64)(per_cpu_ptr(gic_rdists->rdist, cpu)->rd_base +
| ^
---
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: 54719 bytes --]
next prev parent reply other threads:[~2021-07-09 0:21 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-08 19:36 [RFC 1/1] irqchip/gic-v3-its: Add irq domain and chip for Direct LPI without ITS Sunil Muthuswamy
2021-07-08 19:36 ` Sunil Muthuswamy
2021-07-09 0:21 ` kernel test robot [this message]
2021-07-09 0:21 ` kernel test robot
2021-07-11 11:09 ` Marc Zyngier
2021-07-11 11:09 ` Marc Zyngier
2021-07-26 15:33 ` [EXTERNAL] " Sunil Muthuswamy
2021-07-26 15:33 ` Sunil Muthuswamy
2021-07-31 9:52 ` Marc Zyngier
2021-07-31 9:52 ` Marc Zyngier
2021-08-03 2:11 ` Sunil Muthuswamy
2021-08-03 2:11 ` Sunil Muthuswamy
2021-08-03 8:35 ` Robin Murphy
2021-08-03 8:35 ` Robin Murphy
2021-08-04 9:21 ` Marc Zyngier
2021-08-04 9:21 ` Marc Zyngier
2021-08-04 20:10 ` Sunil Muthuswamy
2021-08-04 20:10 ` Sunil Muthuswamy
2021-08-05 8:35 ` Marc Zyngier
2021-08-05 8:35 ` Marc Zyngier
2021-08-06 19:14 ` Sunil Muthuswamy
2021-08-06 19:14 ` Sunil Muthuswamy
2021-08-08 10:19 ` Marc Zyngier
2021-08-08 10:19 ` Marc Zyngier
2021-08-09 2:35 ` Sunil Muthuswamy
2021-08-09 2:35 ` Sunil Muthuswamy
2021-08-09 9:15 ` Marc Zyngier
2021-08-09 9:15 ` Marc Zyngier
2021-08-10 1:10 ` Sunil Muthuswamy
2021-08-10 1:10 ` Sunil Muthuswamy
2021-08-10 13:57 ` Marc Zyngier
2021-08-10 13:57 ` Marc Zyngier
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=202107090835.0Jt2nDDs-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.