All of lore.kernel.org
 help / color / mirror / Atom feed
* [chrome-os:chromeos-4.19 7/13] evdi_drv.c:undefined reference to `usb_unregister_notify'
@ 2021-02-19 11:00 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-02-19 11:00 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-4.19
head:   135a513f1910d5b800e8925beb4eae7c1555a823
commit: addde50096b4c5ce78cc645242bf95c002953aba [7/13] CHROMIUM: drm/evdi: Listen to usb add/delete notifications
config: arm64-randconfig-r024-20210219 (attached as .config)
compiler: aarch64-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
        git remote add chrome-os https://chromium.googlesource.com/chromiumos/third_party/kernel
        git fetch --no-tags chrome-os chromeos-4.19
        git checkout addde50096b4c5ce78cc645242bf95c002953aba
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64 

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

   aarch64-linux-ld: drivers/gpu/drm/evdi/evdi_drv.o: in function `add_store':
   evdi_drv.c:(.text+0x5c0): undefined reference to `usb_for_each_dev'
   evdi_drv.c:(.text+0x5c0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `usb_for_each_dev'
   aarch64-linux-ld: drivers/gpu/drm/evdi/evdi_drv.o: in function `evdi_exit':
>> evdi_drv.c:(.exit.text+0x28): undefined reference to `usb_unregister_notify'
   evdi_drv.c:(.exit.text+0x28): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `usb_unregister_notify'
   aarch64-linux-ld: drivers/gpu/drm/evdi/evdi_drv.o: in function `evdi_init':
>> evdi_drv.c:(.init.text+0x48): undefined reference to `usb_register_notify'
   evdi_drv.c:(.init.text+0x48): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `usb_register_notify'

---
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: 31733 bytes --]

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

only message in thread, other threads:[~2021-02-19 11:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-19 11:00 [chrome-os:chromeos-4.19 7/13] evdi_drv.c:undefined reference to `usb_unregister_notify' 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.