Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1391643 > unrolled thread

Re: ERROR: "vring_del_virtqueue" [drivers/misc/mic/vop/vop.ko] undefined!

Started byRandy Dunlap <rdunlap@infradead.org>
First post2016-04-30 18:50 +0200
Last post2016-04-30 22:10 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: ERROR: "vring_del_virtqueue" [drivers/misc/mic/vop/vop.ko]  undefined! Randy Dunlap <rdunlap@infradead.org> - 2016-04-30 18:50 +0200
    Re: ERROR: "vring_del_virtqueue" [drivers/misc/mic/vop/vop.ko]  undefined! Sudeep Dutt <sudeep.dutt@intel.com> - 2016-04-30 21:00 +0200
      Re: ERROR: "vring_del_virtqueue" [drivers/misc/mic/vop/vop.ko]  undefined! Randy Dunlap <rdunlap@infradead.org> - 2016-04-30 22:10 +0200

#1391643 — Re: ERROR: "vring_del_virtqueue" [drivers/misc/mic/vop/vop.ko] undefined!

FromRandy Dunlap <rdunlap@infradead.org>
Date2016-04-30 18:50 +0200
SubjectRe: ERROR: "vring_del_virtqueue" [drivers/misc/mic/vop/vop.ko] undefined!
Message-ID<rtGfE-2lu-15@gated-at.bofh.it>
On 04/18/16 08:05, kbuild test robot wrote:
> Hi Sudeep,
> 
> FYI, the error/warning still remains.

and still happens in linux-next-20160428...


> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   c3b46c73264b03000d1e18b22f5caf63332547c9
> commit: 8810df37762746657cfe84014a8f30758e8f366a misc: mic: Enable VOP debugfs and driver build
> date:   10 weeks ago
> config: x86_64-randconfig-s2-04182146 (attached as .config)
> reproduce:
>         git checkout 8810df37762746657cfe84014a8f30758e8f366a
>         # save the attached .config to linux build tree
>         make ARCH=x86_64 
> 
> All errors (new ones prefixed by >>):
> 
>>> ERROR: "vring_del_virtqueue" [drivers/misc/mic/vop/vop.ko] undefined!
>>> ERROR: "register_virtio_device" [drivers/misc/mic/vop/vop.ko] undefined!
>>> ERROR: "unregister_virtio_device" [drivers/misc/mic/vop/vop.ko] undefined!
>>> ERROR: "vring_new_virtqueue" [drivers/misc/mic/vop/vop.ko] undefined!
>>> ERROR: "virtio_config_changed" [drivers/misc/mic/vop/vop.ko] undefined!
>>> ERROR: "vring_interrupt" [drivers/misc/mic/vop/vop.ko] undefined!
>>> ERROR: "vring_transport_features" [drivers/misc/mic/vop/vop.ko] undefined!
> 
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
> 


-- 
~Randy

[toc] | [next] | [standalone]


#1391655

FromSudeep Dutt <sudeep.dutt@intel.com>
Date2016-04-30 21:00 +0200
Message-ID<rtIhs-3Tj-7@gated-at.bofh.it>
In reply to#1391643
On Sat, 2016-04-30 at 09:49 -0700, Randy Dunlap wrote:
> On 04/18/16 08:05, kbuild test robot wrote:
> > Hi Sudeep,
> > 
> > FYI, the error/warning still remains.
> 
> and still happens in linux-next-20160428...
> 

The patch to fix this build failure was posted @
https://lkml.org/lkml/2016/4/5/7 
Greg, can you please please apply the patch?

Thanks,
Sudeep Dutt

> 
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > head:   c3b46c73264b03000d1e18b22f5caf63332547c9
> > commit: 8810df37762746657cfe84014a8f30758e8f366a misc: mic: Enable VOP debugfs and driver build
> > date:   10 weeks ago
> > config: x86_64-randconfig-s2-04182146 (attached as .config)
> > reproduce:
> >         git checkout 8810df37762746657cfe84014a8f30758e8f366a
> >         # save the attached .config to linux build tree
> >         make ARCH=x86_64 
> > 
> > All errors (new ones prefixed by >>):
> > 
> >>> ERROR: "vring_del_virtqueue" [drivers/misc/mic/vop/vop.ko] undefined!
> >>> ERROR: "register_virtio_device" [drivers/misc/mic/vop/vop.ko] undefined!
> >>> ERROR: "unregister_virtio_device" [drivers/misc/mic/vop/vop.ko] undefined!
> >>> ERROR: "vring_new_virtqueue" [drivers/misc/mic/vop/vop.ko] undefined!
> >>> ERROR: "virtio_config_changed" [drivers/misc/mic/vop/vop.ko] undefined!
> >>> ERROR: "vring_interrupt" [drivers/misc/mic/vop/vop.ko] undefined!
> >>> ERROR: "vring_transport_features" [drivers/misc/mic/vop/vop.ko] undefined!
> > 
> > ---
> > 0-DAY kernel test infrastructure                Open Source Technology Center
> > https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
> > 
> 
> 

[toc] | [prev] | [next] | [standalone]


#1391670

FromRandy Dunlap <rdunlap@infradead.org>
Date2016-04-30 22:10 +0200
Message-ID<rtJnc-5lI-27@gated-at.bofh.it>
In reply to#1391655
On 04/30/16 11:56, Sudeep Dutt wrote:
> On Sat, 2016-04-30 at 09:49 -0700, Randy Dunlap wrote:
>> On 04/18/16 08:05, kbuild test robot wrote:
>>> Hi Sudeep,
>>>
>>> FYI, the error/warning still remains.
>>
>> and still happens in linux-next-20160428...
>>
> 
> The patch to fix this build failure was posted @
> https://lkml.org/lkml/2016/4/5/7 
> Greg, can you please please apply the patch?

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

-- 
~Randy

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web