On Wed, Mar 1, 2017 at 4:40 AM, kernelci.org bot bot@kernelci.org wrote:
next build: 208 builds: 2 failed, 206 passed, 1 error, 423 warnings (next-20170301) Detailed per-defconfig build reports:
acs5k_defconfig (arm) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: :1325:2: warning: #warning syscall statx not implemented [-Wcpp] :1325:2: warning: #warning syscall statx not implemented [-Wcpp]
Listing this for each defconfig is not really helpful. Maybe the kernelci bot can turn this into into a separate category like Olof's builder does.
allmodconfig (arm) — PASS, 0 errors, 5 warnings, 0 section mismatches
Warnings: drivers/media/platform/coda/imx-vdoa.c:333:181: warning: passing argument 1 of '__platform_driver_register' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] drivers/media/platform/coda/imx-vdoa.c:333:625: warning: passing argument 1 of 'platform_driver_unregister' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] drivers/usb/gadget/udc/atmel_usba_udc.c:632:550: warning: 'ept_cfg' may be used uninitialized in this function [-Wmaybe-uninitialized]
The two patches I did are still pending here, both problems also exist in mainline now.
allmodconfig (x86) — PASS, 0 errors, 0 warnings, 0 section mismatches
allmodconfig+CONFIG_OF=n (x86) — FAIL, 1 error, 0 warnings, 0 section mismatches
Errors: ERROR: "of_find_device_by_node" [drivers/watchdog/bcm2835_wdt.ko] undefined!
This also showed up in mainline now. Unfortunately the patch that broke it was never part of -next before went upstream. I now sent nine patches to address the various problems I found. This is the only one that kernelci ran into.
Arnd