From: Wu Zongyong <wuzongyong@linux.alibaba.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: kernel test robot <lkp@intel.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: Mon, 1 Nov 2021 10:36:18 +0800 [thread overview]
Message-ID: <20211101023618.GA29204@L-PF27918B-1352.localdomain> (raw)
In-Reply-To: <20211031032704-mutt-send-email-mst@kernel.org>
On Sun, Oct 31, 2021 at 03:27:23AM -0400, Michael S. Tsirkin wrote:
> 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?
>
The drivers/vdpa/Kconfig is misspelled, it has been fixed in my new
revision patch.
Please see https://lkml.org/lkml/2021/10/29/198
> > 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-11-01 2:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-28 6:59 kernel test robot
2021-10-31 7:27 ` Michael S. Tsirkin
2021-11-01 2:36 ` Wu Zongyong [this message]
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=20211101023618.GA29204@L-PF27918B-1352.localdomain \
--to=wuzongyong@linux.alibaba.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-mm@kvack.org \
--cc=lkp@intel.com \
--cc=mst@redhat.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