On Monday, August 1, 2016 5:32:12 AM CEST Olof's autobuilder wrote:
> Runtime: 57m 10s
>
> Passed: 121
> Failed: 2
>
> Warnings: 2
>
> Section mismatches: 0
Nice!
> Errors:
>
> arm64.allmodconfig:
> binder.c:(.text+0x2e1578): undefined reference to `usb_ep_set_maxpacket_limit'
> binder.c:(.text+0x2e1660): undefined reference to `usb_ep_set_maxpacket_limit'
>
> arm.allmodconfig:
> binder.c:(.text+0x209f70): undefined reference to `usb_ep_set_maxpacket_limit'
> binder.c:(.text+0x20a038): undefined reference to `usb_ep_set_maxpacket_limit'
This is fixed in linux-next by 0bf048abeb ("staging: emxx_udc: allow modular
build"), currently this is in the usb-next branch.
> Warnings:
> 1 arch/arm/mach-s3c64xx/common.h:27:30: warning: 'struct device_node'
> declared inside parameter list will not be visible outside of this definition
> or declaration
The workaround is in arm-soc, should be merged in the next few days
> 1 drivers/tty/serial/8250/8250_fintek.c:34:0: warning: "IRQ_MODE"
> redefined
I sent "8250/fintek: rename IRQ_MODE macro" on June 27, but Greg hasn't applied
it yet. It's currently the only remaining warning reported by Olof's build
bot for linux-next.
Arnd