All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: next-20190129 build: 2 failures 14 warnings (next-20190129)
       [not found] <E1goXtl-0000g3-1h@optimist>
@ 2019-01-29 19:27 ` Mark Brown
  0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2019-01-29 19:27 UTC (permalink / raw)
  To: Felipe Balbi, Greg Kroah-Hartman, Peter Chen
  Cc: linux-usb, linaro-kernel, linux-next, linux-arm-kernel,
	kernel-build-reports


[-- Attachment #1.1: Type: text/plain, Size: 1585 bytes --]

On Tue, Jan 29, 2019 at 06:14:13PM +0000, Build bot for Mark Brown wrote:

-next has been failing to build allmodconfig for a few days on arm and
arm64

> Failed defconfigs:
> 	arm64-allmodconfig
> 	arm-allmodconfig

due to:

drivers/usb/phy/phy-fsl-usb.o: In function `fsl_otg_ioctl':
phy-fsl-usb.c:(.text+0x5e4): undefined reference to `otg_statemachine'
drivers/usb/phy/phy-fsl-usb.o: In function `fsl_otg_start_srp':
phy-fsl-usb.c:(.text+0x680): undefined reference to `otg_statemachine'
drivers/usb/phy/phy-fsl-usb.o: In function `fsl_otg_set_host':
phy-fsl-usb.c:(.text+0x800): undefined reference to `otg_statemachine'
drivers/usb/phy/phy-fsl-usb.o: In function `fsl_otg_start_hnp':
phy-fsl-usb.c:(.text+0x88c): undefined reference to `otg_statemachine'
drivers/usb/phy/phy-fsl-usb.o: In function `show_fsl_usb2_otg_state':
phy-fsl-usb.c:(.text+0xa44): undefined reference to `usb_otg_state_string'
drivers/usb/phy/phy-fsl-usb.o: In function `a_wait_enum':
phy-fsl-usb.c:(.text+0x1718): undefined reference to `otg_statemachine'
drivers/usb/phy/phy-fsl-usb.o: In function `fsl_otg_set_peripheral':
phy-fsl-usb.c:(.text+0x1f20): undefined reference to `usb_gadget_vbus_disconnect'
phy-fsl-usb.c:(.text+0x1f40): undefined reference to `otg_statemachine'

The issue is that USB_OTG_FSM is tristate but FSL_USB2_OTG is a bool so
we end up with a built in driver depending on a module.  Unfortunately I
can't see why this triggered now.  Neither file nor their Kconfig has
changed for quite some time so I guess we lost some other config that
was forcing USB_OTG_FSM to be built in.

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

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

only message in thread, other threads:[~2019-01-29 19:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1goXtl-0000g3-1h@optimist>
2019-01-29 19:27 ` next-20190129 build: 2 failures 14 warnings (next-20190129) Mark Brown

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.