All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Ray Chi <raychi@google.com>
Cc: kbuild-all@lists.01.org, linux-usb@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: [usb:usb-testing 1/22] core.c:undefined reference to `power_supply_get_by_name'
Date: Thu, 4 Mar 2021 05:39:24 +0800	[thread overview]
Message-ID: <202103040522.zSmSOlyU-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-testing
head:   5e17812c22bcd65fa9202595eef4bbf8fa814144
commit: 59fa3def35de957881ac142a384487e27e8fe527 [1/22] usb: dwc3: add a power supply for current control
config: mips-cavium_octeon_defconfig (attached as .config)
compiler: mips64-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://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/commit/?id=59fa3def35de957881ac142a384487e27e8fe527
        git remote add usb https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
        git fetch --no-tags usb usb-testing
        git checkout 59fa3def35de957881ac142a384487e27e8fe527
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips 

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

   mips64-linux-ld: drivers/usb/dwc3/core.o: in function `dwc3_get_properties':
>> core.c:(.text+0x560): undefined reference to `power_supply_get_by_name'
   mips64-linux-ld: drivers/usb/dwc3/core.o: in function `dwc3_remove':
>> core.c:(.text+0x20f8): undefined reference to `power_supply_put'
   mips64-linux-ld: drivers/usb/dwc3/core.o: in function `dwc3_probe':
   core.c:(.text+0x29b8): undefined reference to `power_supply_put'

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

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [usb:usb-testing 1/22] core.c:undefined reference to `power_supply_get_by_name'
Date: Thu, 04 Mar 2021 05:39:24 +0800	[thread overview]
Message-ID: <202103040522.zSmSOlyU-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-testing
head:   5e17812c22bcd65fa9202595eef4bbf8fa814144
commit: 59fa3def35de957881ac142a384487e27e8fe527 [1/22] usb: dwc3: add a power supply for current control
config: mips-cavium_octeon_defconfig (attached as .config)
compiler: mips64-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://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/commit/?id=59fa3def35de957881ac142a384487e27e8fe527
        git remote add usb https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
        git fetch --no-tags usb usb-testing
        git checkout 59fa3def35de957881ac142a384487e27e8fe527
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips 

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

   mips64-linux-ld: drivers/usb/dwc3/core.o: in function `dwc3_get_properties':
>> core.c:(.text+0x560): undefined reference to `power_supply_get_by_name'
   mips64-linux-ld: drivers/usb/dwc3/core.o: in function `dwc3_remove':
>> core.c:(.text+0x20f8): undefined reference to `power_supply_put'
   mips64-linux-ld: drivers/usb/dwc3/core.o: in function `dwc3_probe':
   core.c:(.text+0x29b8): undefined reference to `power_supply_put'

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

             reply	other threads:[~2021-03-04  0:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-03 21:39 kernel test robot [this message]
2021-03-03 21:39 ` [usb:usb-testing 1/22] core.c:undefined reference to `power_supply_get_by_name' 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=202103040522.zSmSOlyU-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=raychi@google.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 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.