Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1450575 > unrolled thread
| Started by | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| First post | 2016-07-26 14:40 +0200 |
| Last post | 2016-07-26 16:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: master build: 2 failures 3 warnings (v4.7-1605-ge658052) Arnd Bergmann <arnd@arndb.de> - 2016-07-26 14:40 +0200
Re: master build: 2 failures 3 warnings (v4.7-1605-ge658052) Greg KH <gregkh@linuxfoundation.org> - 2016-07-26 16:30 +0200
Re: master build: 2 failures 3 warnings (v4.7-1605-ge658052) Mark Brown <broonie@kernel.org> - 2016-07-26 16:50 +0200
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2016-07-26 14:40 +0200 |
| Subject | Re: master build: 2 failures 3 warnings (v4.7-1605-ge658052) |
| Message-ID | <rZ9Oq-1Wx-19@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-07-26 16:30 +0200 |
| Message-ID | <rZbwT-32n-41@gated-at.bofh.it> |
| In reply to | #1450575 |
On Tue, Jul 26, 2016 at 02:38:00PM +0200, Arnd Bergmann wrote: > 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. Sorry, it's in my queue, let me get to it later today... greg k-h
[toc] | [prev] | [next] | [standalone]
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Date | 2016-07-26 16:50 +0200 |
| Message-ID | <rZbQd-39o-7@gated-at.bofh.it> |
| In reply to | #1450575 |
[Multipart message — attachments visible in raw view] — view raw
On Tue, Jul 26, 2016 at 02:38:00PM +0200, Arnd Bergmann wrote: > 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' Yes, linker errors get eaten sadly.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web