All of lore.kernel.org
 help / color / mirror / Atom feed
* [intel-linux-intel-lts:5.4/yocto 415/1142] vpu-cdc-acm.c:undefined reference to `usb_kill_urb'
@ 2021-02-23  7:55 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-02-23  7:55 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 9240 bytes --]

tree:   https://github.com/intel/linux-intel-lts.git 5.4/yocto
head:   eeb611e5394c56d45c5cc8f7dc484c9f19e93143
commit: 5e9e6d86fe729cf81e8a0df5c53d326b9f2ec791 [415/1142] xlink-usb: XLink USB Remote and Local Host driver
config: nios2-randconfig-r012-20210223 (attached as .config)
compiler: nios2-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://github.com/intel/linux-intel-lts/commit/5e9e6d86fe729cf81e8a0df5c53d326b9f2ec791
        git remote add intel-linux-intel-lts https://github.com/intel/linux-intel-lts.git
        git fetch --no-tags intel-linux-intel-lts 5.4/yocto
        git checkout 5e9e6d86fe729cf81e8a0df5c53d326b9f2ec791
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=nios2 

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 >>):

   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_acm_start_wb':
   vpu-cdc-acm.c:(.text+0xd4): undefined reference to `usb_submit_urb'
   vpu-cdc-acm.c:(.text+0xd4): relocation truncated to fit: R_NIOS2_CALL26 against `usb_submit_urb'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_acm_kill_urbs':
>> vpu-cdc-acm.c:(.text+0x158): undefined reference to `usb_kill_urb'
   vpu-cdc-acm.c:(.text+0x158): relocation truncated to fit: R_NIOS2_CALL26 against `usb_kill_urb'
>> nios2-linux-ld: vpu-cdc-acm.c:(.text+0x164): undefined reference to `usb_kill_urb'
   vpu-cdc-acm.c:(.text+0x164): relocation truncated to fit: R_NIOS2_CALL26 against `usb_kill_urb'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x188): undefined reference to `usb_kill_urb'
   vpu-cdc-acm.c:(.text+0x188): relocation truncated to fit: R_NIOS2_CALL26 against `usb_kill_urb'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_acm_submit_read_urb':
   vpu-cdc-acm.c:(.text+0x268): undefined reference to `usb_submit_urb'
   vpu-cdc-acm.c:(.text+0x268): relocation truncated to fit: R_NIOS2_CALL26 against `usb_submit_urb'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_acm_write_buffers_free':
   vpu-cdc-acm.c:(.text+0x2d8): undefined reference to `usb_free_coherent'
   vpu-cdc-acm.c:(.text+0x2d8): relocation truncated to fit: R_NIOS2_CALL26 against `usb_free_coherent'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_acm_read_buffers_free':
   vpu-cdc-acm.c:(.text+0x338): undefined reference to `usb_free_coherent'
   vpu-cdc-acm.c:(.text+0x338): relocation truncated to fit: R_NIOS2_CALL26 against `usb_free_coherent'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_acm_disconnect':
>> vpu-cdc-acm.c:(.text+0x448): undefined reference to `usb_free_urb'
   vpu-cdc-acm.c:(.text+0x448): relocation truncated to fit: R_NIOS2_CALL26 against `usb_free_urb'
>> nios2-linux-ld: vpu-cdc-acm.c:(.text+0x454): undefined reference to `usb_free_urb'
   vpu-cdc-acm.c:(.text+0x454): relocation truncated to fit: R_NIOS2_CALL26 against `usb_free_urb'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x478): undefined reference to `usb_free_urb'
   vpu-cdc-acm.c:(.text+0x478): relocation truncated to fit: R_NIOS2_CALL26 against `usb_free_urb'
>> nios2-linux-ld: vpu-cdc-acm.c:(.text+0x49c): undefined reference to `usb_free_coherent'
   vpu-cdc-acm.c:(.text+0x49c): additional relocation overflows omitted from the output
>> nios2-linux-ld: vpu-cdc-acm.c:(.text+0x4d0): undefined reference to `usb_driver_release_interface'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_acm_softint':
   vpu-cdc-acm.c:(.text+0x724): undefined reference to `usb_kill_urb'
>> nios2-linux-ld: vpu-cdc-acm.c:(.text+0x738): undefined reference to `usb_clear_halt'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_acm_ctrl_irq':
   vpu-cdc-acm.c:(.text+0xa88): undefined reference to `usb_submit_urb'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `usb_interrupt':
   vpu-cdc-acm.c:(.text+0xc18): undefined reference to `usb_alloc_urb'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `usb_device_reset':
   vpu-cdc-acm.c:(.text+0xc90): undefined reference to `usb_alloc_urb'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_write_host':
   vpu-cdc-acm.c:(.text+0xd58): undefined reference to `usb_submit_urb'
>> nios2-linux-ld: vpu-cdc-acm.c:(.text+0xdf4): undefined reference to `usb_control_msg'
>> nios2-linux-ld: vpu-cdc-acm.c:(.text+0xea8): undefined reference to `usb_anchor_urb'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0xedc): undefined reference to `usb_kill_urb'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0xef0): undefined reference to `usb_kill_urb'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_write_reset_host':
   vpu-cdc-acm.c:(.text+0x1044): undefined reference to `usb_anchor_urb'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1088): undefined reference to `usb_kill_urb'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1098): undefined reference to `usb_kill_urb'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_write_swid':
   vpu-cdc-acm.c:(.text+0x1198): undefined reference to `usb_anchor_urb'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x11d4): undefined reference to `usb_kill_urb'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x11e4): undefined reference to `usb_kill_urb'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_close_host':
   vpu-cdc-acm.c:(.text+0x12a8): undefined reference to `usb_get_from_anchor'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_close_reset_host':
   vpu-cdc-acm.c:(.text+0x136c): undefined reference to `usb_get_from_anchor'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_close_swid':
   vpu-cdc-acm.c:(.text+0x1418): undefined reference to `usb_get_from_anchor'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_acm_probe':
>> vpu-cdc-acm.c:(.text+0x14d4): undefined reference to `usb_ifnum_to_if'
>> nios2-linux-ld: vpu-cdc-acm.c:(.text+0x14e8): undefined reference to `usb_ifnum_to_if'
>> nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1554): undefined reference to `cdc_parse_cdc_header'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x158c): undefined reference to `usb_ifnum_to_if'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x15d0): undefined reference to `usb_ifnum_to_if'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x15e0): undefined reference to `usb_ifnum_to_if'
>> nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1634): undefined reference to `usb_find_common_endpoints'
>> nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1a00): undefined reference to `usb_alloc_coherent'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1a34): undefined reference to `usb_alloc_coherent'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1a60): undefined reference to `usb_free_coherent'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1ab4): undefined reference to `usb_alloc_coherent'
>> nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1aec): undefined reference to `usb_alloc_urb'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1c20): undefined reference to `usb_alloc_urb'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1edc): undefined reference to `usb_control_msg'
>> nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1ef4): undefined reference to `usb_driver_claim_interface'
>> nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1f00): undefined reference to `usb_get_intf'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1f1c): undefined reference to `usb_clear_halt'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1f28): undefined reference to `usb_clear_halt'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1f88): undefined reference to `usb_free_urb'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1f9c): undefined reference to `usb_free_urb'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1fb0): undefined reference to `usb_free_urb'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1fcc): undefined reference to `usb_free_coherent'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x1ff8): undefined reference to `usb_alloc_urb'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_read_host':
>> vpu-cdc-acm.c:(.text+0x215c): undefined reference to `usb_control_msg'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x21d0): undefined reference to `usb_kill_urb'
   nios2-linux-ld: vpu-cdc-acm.c:(.text+0x21e0): undefined reference to `usb_kill_urb'
   nios2-linux-ld: drivers/misc/xlink-usb/remote_host/vpu-cdc-acm.o: in function `vpu_acm_init':
   vpu-cdc-acm.c:(.init.text+0x1c): undefined reference to `usb_register_driver'

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 17541 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-23  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23  7:55 [intel-linux-intel-lts:5.4/yocto 415/1142] vpu-cdc-acm.c:undefined reference to `usb_kill_urb' kernel test robot

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.