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
Errors:
------------------------------------------------------------------------------- defconfigs with issues (other than build errors): 1 warnings 0 mismatches : arm64-allmodconfig 2 warnings 0 mismatches : arm-allmodconfig
-------------------------------------------------------------------------------
Warnings Summary: 3 1 ../fs/reiserfs/ibalance.c:1156:2: warning: 'new_insert_key' may be used uninitialized in this function [-Wmaybe-uninitialized] 1 ../drivers/tty/serial/8250/8250_fintek.c:34:0: warning: "IRQ_MODE" redefined 1 ../drivers/misc/lkdtm_usercopy.c:52:15: warning: 'bad_stack' may be used uninitialized in this function [-Wmaybe-uninitialized]
=============================================================================== Detailed per-defconfig build reports below:
------------------------------------------------------------------------------- arm64-allmodconfig : FAIL, 0 errors, 1 warnings, 0 section mismatches
Warnings: ../fs/reiserfs/ibalance.c:1156:2: warning: 'new_insert_key' may be used uninitialized in this function [-Wmaybe-uninitialized]
------------------------------------------------------------------------------- arm-allmodconfig : FAIL, 0 errors, 2 warnings, 0 section mismatches
Warnings: ../drivers/misc/lkdtm_usercopy.c:52:15: warning: 'bad_stack' may be used uninitialized in this function [-Wmaybe-uninitialized] ../drivers/tty/serial/8250/8250_fintek.c:34:0: warning: "IRQ_MODE" redefined -------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches:
arm64-allnoconfig arm-multi_v5_defconfig arm-multi_v7_defconfig x86_64-defconfig arm-allnoconfig x86_64-allnoconfig arm64-defconfig
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
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
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.
kernel-build-reports@lists.linaro.org