All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: kbuild-all@lists.01.org,
	Linux Memory Management List <linux-mm@kvack.org>,
	Benjamin Tissoires <benjamin.tissoires@redhat.com>
Subject: [linux-next:master 4342/5235] ia64-linux-ld: hid-prodikeys.c:undefined reference to `usb_hid_driver'
Date: Tue, 7 Dec 2021 05:45:44 +0800	[thread overview]
Message-ID: <202112070502.JSZ5xX4x-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   5d02ef4b57f6e7d4dcba14d40cf05373a146a605
commit: f237d9028f844a86955fc9da59d7ac4a5c55d7d5 [4342/5235] HID: add USB_HID dependancy on some USB HID drivers
config: ia64-randconfig-r023-20211205 (https://download.01.org/0day-ci/archive/20211207/202112070502.JSZ5xX4x-lkp@intel.com/config)
compiler: ia64-linux-gcc (GCC) 11.2.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://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=f237d9028f844a86955fc9da59d7ac4a5c55d7d5
        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 f237d9028f844a86955fc9da59d7ac4a5c55d7d5
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=ia64 SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

Note: the linux-next/master HEAD 5d02ef4b57f6e7d4dcba14d40cf05373a146a605 builds fine.
      It may have been fixed somewhere.

All errors (new ones prefixed by >>):

   ia64-linux-ld: drivers/hid/hid-chicony.o: in function `ch_probe':
   hid-chicony.c:(.text+0x10): undefined reference to `usb_hid_driver'
   ia64-linux-ld: hid-chicony.c:(.text+0x30): undefined reference to `usb_hid_driver'
   ia64-linux-ld: drivers/hid/hid-prodikeys.o: in function `pk_probe':
   hid-prodikeys.c:(.text+0x2700): undefined reference to `usb_hid_driver'
>> ia64-linux-ld: hid-prodikeys.c:(.text+0x2721): undefined reference to `usb_hid_driver'

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


WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [linux-next:master 4342/5235] ia64-linux-ld: hid-prodikeys.c:undefined reference to `usb_hid_driver'
Date: Tue, 07 Dec 2021 05:45:44 +0800	[thread overview]
Message-ID: <202112070502.JSZ5xX4x-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   5d02ef4b57f6e7d4dcba14d40cf05373a146a605
commit: f237d9028f844a86955fc9da59d7ac4a5c55d7d5 [4342/5235] HID: add USB_HID dependancy on some USB HID drivers
config: ia64-randconfig-r023-20211205 (https://download.01.org/0day-ci/archive/20211207/202112070502.JSZ5xX4x-lkp(a)intel.com/config)
compiler: ia64-linux-gcc (GCC) 11.2.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://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=f237d9028f844a86955fc9da59d7ac4a5c55d7d5
        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 f237d9028f844a86955fc9da59d7ac4a5c55d7d5
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=ia64 SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

Note: the linux-next/master HEAD 5d02ef4b57f6e7d4dcba14d40cf05373a146a605 builds fine.
      It may have been fixed somewhere.

All errors (new ones prefixed by >>):

   ia64-linux-ld: drivers/hid/hid-chicony.o: in function `ch_probe':
   hid-chicony.c:(.text+0x10): undefined reference to `usb_hid_driver'
   ia64-linux-ld: hid-chicony.c:(.text+0x30): undefined reference to `usb_hid_driver'
   ia64-linux-ld: drivers/hid/hid-prodikeys.o: in function `pk_probe':
   hid-prodikeys.c:(.text+0x2700): undefined reference to `usb_hid_driver'
>> ia64-linux-ld: hid-prodikeys.c:(.text+0x2721): undefined reference to `usb_hid_driver'

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

             reply	other threads:[~2021-12-06 21:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-06 21:45 kernel test robot [this message]
2021-12-06 21:45 ` [linux-next:master 4342/5235] ia64-linux-ld: hid-prodikeys.c:undefined reference to `usb_hid_driver' kernel test robot

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=202112070502.JSZ5xX4x-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=benjamin.tissoires@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-mm@kvack.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.