From: Michael S. Tsirkin <mst@redhat.com>
To: kbuild-all@lists.01.org
Subject: Re: [linux-next:master 10127/11937] ld: drivers/vdpa/alibaba/eni_vdpa.c:215: undefined reference to `vp_legacy_set_status'
Date: Sun, 31 Oct 2021 03:27:23 -0400 [thread overview]
Message-ID: <20211031032704-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <202110281444.xTS3xo0K-lkp@intel.com>
[-- Attachment #1: Type: text/plain, Size: 4564 bytes --]
On Thu, Oct 28, 2021 at 02:59:51PM +0800, kernel test robot wrote:
> 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
comments/fixups before I revert?
> 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(a)lists.01.org
WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: kernel test robot <lkp@intel.com>
Cc: Wu Zongyong <wuzongyong@linux.alibaba.com>,
kbuild-all@lists.01.org,
Linux Memory Management List <linux-mm@kvack.org>
Subject: Re: [linux-next:master 10127/11937] ld: drivers/vdpa/alibaba/eni_vdpa.c:215: undefined reference to `vp_legacy_set_status'
Date: Sun, 31 Oct 2021 03:27:23 -0400 [thread overview]
Message-ID: <20211031032704-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <202110281444.xTS3xo0K-lkp@intel.com>
On Thu, Oct 28, 2021 at 02:59:51PM +0800, kernel test robot wrote:
> 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
comments/fixups before I revert?
> 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
next prev parent reply other threads:[~2021-10-31 7:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-28 6:59 [linux-next:master 10127/11937] ld: drivers/vdpa/alibaba/eni_vdpa.c:215: undefined reference to `vp_legacy_set_status' kernel test robot
2021-10-28 6:59 ` kernel test robot
2021-10-31 7:27 ` Michael S. Tsirkin [this message]
2021-10-31 7:27 ` Michael S. Tsirkin
2021-11-01 2:36 ` Wu Zongyong
2021-11-01 2:36 ` Wu Zongyong
2021-11-01 6:54 ` 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=20211031032704-mutt-send-email-mst@kernel.org \
--to=mst@redhat.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.