From: Mark Brown <broonie@kernel•org>
To: Felipe Balbi <balbi@kernel•org>,
Greg Kroah-Hartman <gregkh@linuxfoundation•org>,
Peter Chen <Peter.Chen@nxp•com>
Cc: linux-usb@vger•kernel.org, linaro-kernel@lists•linaro.org,
linux-next@vger•kernel.org, linux-arm-kernel@lists•infradead.org,
kernel-build-reports@lists•linaro.org
Subject: Re: next-20190129 build: 2 failures 14 warnings (next-20190129)
Date: Tue, 29 Jan 2019 19:27:28 +0000 [thread overview]
Message-ID: <20190129192728.GL10524@sirena.org.uk> (raw)
In-Reply-To: <E1goXtl-0000g3-1h@optimist>
[-- 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
parent reply other threads:[~2019-01-29 19:27 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <E1goXtl-0000g3-1h@optimist>]
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=20190129192728.GL10524@sirena.org.uk \
--to=broonie@kernel$(echo .)org \
--cc=Peter.Chen@nxp$(echo .)com \
--cc=balbi@kernel$(echo .)org \
--cc=gregkh@linuxfoundation$(echo .)org \
--cc=kernel-build-reports@lists$(echo .)linaro.org \
--cc=linaro-kernel@lists$(echo .)linaro.org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-next@vger$(echo .)kernel.org \
--cc=linux-usb@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox