From: kernel test robot <lkp@intel.com>
To: Wu Zongyong <wuzongyong@linux.alibaba.com>
Cc: kbuild-all@lists.01.org,
Linux Memory Management List <linux-mm@kvack.org>,
"Michael S. Tsirkin" <mst@redhat.com>
Subject: [linux-next:master 10127/11937] ld: drivers/vdpa/alibaba/eni_vdpa.c:215: undefined reference to `vp_legacy_set_status'
Date: Thu, 28 Oct 2021 14:59:51 +0800 [thread overview]
Message-ID: <202110281444.xTS3xo0K-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 4273 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: ae5179317e794160e471db0e122c6ac811a97235
commit: 52e437b2b222dfa6a67b3076b9ae2fcf8e6ee042 [10127/11937] eni_vdpa: add vDPA driver for Alibaba ENI
config: x86_64-randconfig-r011-20211027 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=52e437b2b222dfa6a67b3076b9ae2fcf8e6ee042
git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout 52e437b2b222dfa6a67b3076b9ae2fcf8e6ee042
# save the attached .config to linux build tree
make W=1 ARCH=x86_64
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 >>):
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_free_irq':
drivers/vdpa/alibaba/eni_vdpa.c:113: undefined reference to `vp_legacy_queue_vector'
ld: drivers/vdpa/alibaba/eni_vdpa.c:121: undefined reference to `vp_legacy_config_vector'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_get_status':
drivers/vdpa/alibaba/eni_vdpa.c:91: undefined reference to `vp_legacy_get_status'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_reset':
drivers/vdpa/alibaba/eni_vdpa.c:228: undefined reference to `vp_legacy_set_status'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_get_status':
drivers/vdpa/alibaba/eni_vdpa.c:91: undefined reference to `vp_legacy_get_status'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_set_status':
drivers/vdpa/alibaba/eni_vdpa.c:215: undefined reference to `vp_legacy_set_status'
>> ld: drivers/vdpa/alibaba/eni_vdpa.c:215: undefined reference to `vp_legacy_set_status'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_request_irq':
drivers/vdpa/alibaba/eni_vdpa.c:182: undefined reference to `vp_legacy_queue_vector'
ld: drivers/vdpa/alibaba/eni_vdpa.c:195: undefined reference to `vp_legacy_config_vector'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_set_vq_num':
drivers/vdpa/alibaba/eni_vdpa.c:307: undefined reference to `vp_legacy_get_queue_size'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_get_features':
drivers/vdpa/alibaba/eni_vdpa.c:64: undefined reference to `vp_legacy_get_features'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_set_vq_state':
drivers/vdpa/alibaba/eni_vdpa.c:266: undefined reference to `vp_legacy_get_queue_enable'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_set_vq_ready':
drivers/vdpa/alibaba/eni_vdpa.c:292: undefined reference to `vp_legacy_set_queue_address'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_set_vq_address':
drivers/vdpa/alibaba/eni_vdpa.c:326: undefined reference to `vp_legacy_set_queue_address'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_set_features':
drivers/vdpa/alibaba/eni_vdpa.c:82: undefined reference to `vp_legacy_set_features'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_probe':
drivers/vdpa/alibaba/eni_vdpa.c:479: undefined reference to `vp_legacy_probe'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_get_num_queues':
drivers/vdpa/alibaba/eni_vdpa.c:433: undefined reference to `vp_legacy_get_features'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_remove':
drivers/vdpa/alibaba/eni_vdpa.c:531: undefined reference to `vp_legacy_remove'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_get_status':
drivers/vdpa/alibaba/eni_vdpa.c:91: undefined reference to `vp_legacy_get_status'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_get_vq_num_max':
drivers/vdpa/alibaba/eni_vdpa.c:240: undefined reference to `vp_legacy_get_queue_size'
ld: drivers/vdpa/alibaba/eni_vdpa.o: in function `eni_vdpa_get_vq_ready':
drivers/vdpa/alibaba/eni_vdpa.c:299: undefined reference to `vp_legacy_get_queue_enable'
---
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: 28816 bytes --]
next reply other threads:[~2021-10-28 7:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-28 6:59 kernel test robot [this message]
2021-10-31 7:27 ` Michael S. Tsirkin
2021-11-01 2:36 ` Wu Zongyong
2021-11-01 6:54 ` Wu Zongyong
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=202110281444.xTS3xo0K-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-mm@kvack.org \
--cc=mst@redhat.com \
--cc=wuzongyong@linux.alibaba.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