Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1453204
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: mainline build: 2 warnings 2 failures (mainline/v4.7-8076-g7a66ecf) |
| Date | 2016-08-01 15:30 +0200 |
| Message-ID | <s1ls5-6Sc-9@gated-at.bofh.it> (permalink) |
| References | <s1ls5-6Sc-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: mainline build: 2 warnings 2 failures (mainline/v4.7-8076-g7a66ecf) Arnd Bergmann <arnd@arndb.de> - 2016-08-01 15:30 +0200
csiph-web