From: kernel test robot <lkp@intel.com>
To: Nick Desaulniers <ndesaulniers@google.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
Ingo Molnar <mingo@kernel.org>, Kees Cook <keescook@chromium.org>
Subject: include/linux/irq.h:744: undefined reference to `extcon_find_edev_by_node'
Date: Sat, 24 Oct 2020 07:57:44 +0800 [thread overview]
Message-ID: <202010240735.md0UZEKt-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2615 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 40a03b750bb3ded71a0f21a0b7dfbf3b24068dcb
commit: eff8728fe69880d3f7983bec3fb6cea4c306261f vmlinux.lds.h: Add PGO and AutoFDO input sections
date: 8 weeks ago
config: riscv-randconfig-r001-20201023 (attached as .config)
compiler: riscv64-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://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=eff8728fe69880d3f7983bec3fb6cea4c306261f
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout eff8728fe69880d3f7983bec3fb6cea4c306261f
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.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 >>):
riscv64-linux-ld: drivers/gpu/drm/bridge/sil-sii8620.o: in function `sii8620_remove':
drivers/gpu/drm/bridge/sil-sii8620.c:2354: undefined reference to `extcon_unregister_notifier'
riscv64-linux-ld: drivers/gpu/drm/bridge/sil-sii8620.o: in function `irq_set_status_flags':
>> include/linux/irq.h:744: undefined reference to `extcon_find_edev_by_node'
riscv64-linux-ld: drivers/gpu/drm/bridge/sil-sii8620.o: in function `IS_ERR':
>> include/linux/err.h:36: undefined reference to `extcon_register_notifier'
riscv64-linux-ld: drivers/gpu/drm/bridge/sil-sii8620.o: in function `lockdep_init_map_wait':
>> include/linux/lockdep.h:191: undefined reference to `extcon_get_state'
vim +744 include/linux/irq.h
442471848f5abb Thomas Gleixner 2010-09-28 741
442471848f5abb Thomas Gleixner 2010-09-28 742 static inline void irq_set_status_flags(unsigned int irq, unsigned long set)
442471848f5abb Thomas Gleixner 2010-09-28 743 {
442471848f5abb Thomas Gleixner 2010-09-28 @744 irq_modify_status(irq, 0, set);
442471848f5abb Thomas Gleixner 2010-09-28 745 }
442471848f5abb Thomas Gleixner 2010-09-28 746
:::::: The code at line 744 was first introduced by commit
:::::: 442471848f5abb55b99cba1229301655f67492b4 genirq: Provide status modifier
:::::: TO: Thomas Gleixner <tglx@linutronix.de>
:::::: CC: Thomas Gleixner <tglx@linutronix.de>
---
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: 27684 bytes --]
reply other threads:[~2020-10-23 23:58 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=202010240735.md0UZEKt-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=keescook@chromium.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=ndesaulniers@google.com \
/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
all inboxes | Powered by JetHome®