Re: master build: 2 failures 3 warnings (v4.7-1605-ge658052)

From: Arnd Bergmann
Date: Tue Jul 26 2016 - 08:38:27 EST


On Tuesday, July 26, 2016 1:29:55 PM CEST Build bot for Mark Brown wrote:
> Tree/Branch: master
> Git describe: v4.7-1605-ge658052
> Commit: e65805251f Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
>
> Build Time: 106 min 43 sec
>
> Passed: 7 / 9 ( 77.78 %)
> Failed: 2 / 9 ( 22.22 %)
>
> Errors: 0
> Warnings: 3
> Section Mismatches: 0
>
> Failed defconfigs:
> arm64-allmodconfig
> arm-allmodconfig

The build report doesn't actually show the error unfortunately, but
I'm pretty sure it's this one:

drivers/staging/built-in.o: In function `nbu2ss_drv_probe':
(.text+0x2428): undefined reference to `usb_ep_set_maxpacket_limit'

for which I sent a fix on June 22 and then again on July 5, with subject
"staging: emxx_udc: allow modular build". Stephen Rothwell also reported
that one yesterday.

Greg, let me know if you'd like me to send that once more in case it's
no longer in your queue.

Arnd