All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@kernel.org>
To: kernel test robot <lkp@intel.com>,
	Amelie Delaunay <amelie.delaunay@st.com>
Cc: kbuild-all@lists.01.org, linux-usb@vger.kernel.org,
	linux-omap@vger.kernel.org
Subject: Re: [balbi-usb:testing/next 32/38] drd.c:undefined reference to `usb_role_switch_get_drvdata'
Date: Wed, 09 Sep 2020 08:42:56 +0300	[thread overview]
Message-ID: <87eenbld3z.fsf@kernel.org> (raw)
In-Reply-To: <202009090044.0oZdDUmk%lkp@intel.com>

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


Hi,

kernel test robot <lkp@intel.com> writes:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git testing/next
> head:   3c9722514c3fb74bbe0af87c20bc6b4c47121287
> commit: a0f0bc95705446b8b1476338056bf869271ba36a [32/38] usb: dwc2: override PHY input signals with usb role switch support
> config: arc-randconfig-r016-20200908 (attached as .config)
> compiler: arceb-elf-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 checkout a0f0bc95705446b8b1476338056bf869271ba36a
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arc 
>
> 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 >>):
>
>    arceb-elf-ld: lib/stackdepot.o: in function `filter_irq_stacks':
>    stackdepot.c:(.text+0x5a): undefined reference to `__irqentry_text_start'
>    arceb-elf-ld: stackdepot.c:(.text+0x5a): undefined reference to `__irqentry_text_start'
>    arceb-elf-ld: stackdepot.c:(.text+0x62): undefined reference to `__irqentry_text_end'
>    arceb-elf-ld: stackdepot.c:(.text+0x62): undefined reference to `__irqentry_text_end'
>    arceb-elf-ld: stackdepot.c:(.text+0x6a): undefined reference to `__softirqentry_text_start'
>    arceb-elf-ld: stackdepot.c:(.text+0x6a): undefined reference to `__softirqentry_text_start'
>    arceb-elf-ld: stackdepot.c:(.text+0x72): undefined reference to `__softirqentry_text_end'
>    arceb-elf-ld: stackdepot.c:(.text+0x72): undefined reference to `__softirqentry_text_end'
>    arceb-elf-ld: drivers/usb/dwc2/drd.o: in function `dwc2_drd_role_sw_set':
>>> drd.c:(.text+0x82): undefined reference to `usb_role_switch_get_drvdata'
>>> arceb-elf-ld: drd.c:(.text+0x82): undefined reference to `usb_role_switch_get_drvdata'
>    arceb-elf-ld: drivers/usb/dwc2/drd.o: in function `dwc2_drd_init':
>>> drd.c:(.text+0x1c0): undefined reference to `usb_role_switch_register'
>>> arceb-elf-ld: drd.c:(.text+0x1c0): undefined reference to `usb_role_switch_register'
>    arceb-elf-ld: drivers/usb/dwc2/drd.o: in function `dwc2_drd_exit':
>>> drd.c:(.text+0x2c4): undefined reference to `usb_role_switch_unregister'
>>> arceb-elf-ld: drd.c:(.text+0x2c4): undefined reference to `usb_role_switch_unregister'

Amelie? Have you seen this? Is it ARC-specific?

-- 
balbi

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 857 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Felipe Balbi <balbi@kernel.org>
To: kbuild-all@lists.01.org
Subject: Re: [balbi-usb:testing/next 32/38] drd.c:undefined reference to `usb_role_switch_get_drvdata'
Date: Wed, 09 Sep 2020 08:42:56 +0300	[thread overview]
Message-ID: <87eenbld3z.fsf@kernel.org> (raw)
In-Reply-To: <202009090044.0oZdDUmk%lkp@intel.com>

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


Hi,

kernel test robot <lkp@intel.com> writes:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git testing/next
> head:   3c9722514c3fb74bbe0af87c20bc6b4c47121287
> commit: a0f0bc95705446b8b1476338056bf869271ba36a [32/38] usb: dwc2: override PHY input signals with usb role switch support
> config: arc-randconfig-r016-20200908 (attached as .config)
> compiler: arceb-elf-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 checkout a0f0bc95705446b8b1476338056bf869271ba36a
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arc 
>
> 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 >>):
>
>    arceb-elf-ld: lib/stackdepot.o: in function `filter_irq_stacks':
>    stackdepot.c:(.text+0x5a): undefined reference to `__irqentry_text_start'
>    arceb-elf-ld: stackdepot.c:(.text+0x5a): undefined reference to `__irqentry_text_start'
>    arceb-elf-ld: stackdepot.c:(.text+0x62): undefined reference to `__irqentry_text_end'
>    arceb-elf-ld: stackdepot.c:(.text+0x62): undefined reference to `__irqentry_text_end'
>    arceb-elf-ld: stackdepot.c:(.text+0x6a): undefined reference to `__softirqentry_text_start'
>    arceb-elf-ld: stackdepot.c:(.text+0x6a): undefined reference to `__softirqentry_text_start'
>    arceb-elf-ld: stackdepot.c:(.text+0x72): undefined reference to `__softirqentry_text_end'
>    arceb-elf-ld: stackdepot.c:(.text+0x72): undefined reference to `__softirqentry_text_end'
>    arceb-elf-ld: drivers/usb/dwc2/drd.o: in function `dwc2_drd_role_sw_set':
>>> drd.c:(.text+0x82): undefined reference to `usb_role_switch_get_drvdata'
>>> arceb-elf-ld: drd.c:(.text+0x82): undefined reference to `usb_role_switch_get_drvdata'
>    arceb-elf-ld: drivers/usb/dwc2/drd.o: in function `dwc2_drd_init':
>>> drd.c:(.text+0x1c0): undefined reference to `usb_role_switch_register'
>>> arceb-elf-ld: drd.c:(.text+0x1c0): undefined reference to `usb_role_switch_register'
>    arceb-elf-ld: drivers/usb/dwc2/drd.o: in function `dwc2_drd_exit':
>>> drd.c:(.text+0x2c4): undefined reference to `usb_role_switch_unregister'
>>> arceb-elf-ld: drd.c:(.text+0x2c4): undefined reference to `usb_role_switch_unregister'

Amelie? Have you seen this? Is it ARC-specific?

-- 
balbi

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 857 bytes --]

  reply	other threads:[~2020-09-09  5:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-08 16:16 [balbi-usb:testing/next 32/38] drd.c:undefined reference to `usb_role_switch_get_drvdata' kernel test robot
2020-09-09  5:42 ` Felipe Balbi [this message]
2020-09-09  5:42   ` Felipe Balbi
2020-09-09  7:33   ` Amelie DELAUNAY
2020-09-09  7:33     ` Amelie DELAUNAY
2020-09-09  8:58     ` Amelie DELAUNAY
2020-09-09  8:58       ` Amelie DELAUNAY
2020-09-09  9:39       ` Amelie DELAUNAY
2020-09-09  9:39         ` Amelie DELAUNAY

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=87eenbld3z.fsf@kernel.org \
    --to=balbi@kernel.org \
    --cc=amelie.delaunay@st.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=lkp@intel.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.