Here are the build results from automated periodic testing.
The tree being built was mainline, found at:
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git (master branch)
Topmost commit:
5bcbe22 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Build logs (stderr only) can be found at the following link (experimental):
http://arm-soc.lixom.net/buildlogs/mainline/v4.10-7345-g5bcbe22/
Runtime: 67m 58s
Passed: 123 Failed: 1
Warnings: 9
Section mismatches: 0
-------------------------------------------------------------------------------
Failed defconfigs: arm.allmodconfig
-------------------------------------------------------------------------------
Errors:
arm.allmodconfig: /work/build/batch/drivers/soc/ti/wkup_m3_ipc.c:373:36: error: 'struct rproc' has no member named 'firmware_loading_complete'
Warnings:
1 drivers/iio/adc/rcar-gyroadc.c:398:26: warning: 'adcmode' may be used uninitialized in this function [-Wmaybe-uninitialized] 1 drivers/iio/adc/rcar-gyroadc.c:426:22: warning: 'sample_width' may be used uninitialized in this function [-Wmaybe-uninitialized] 1 drivers/iio/adc/rcar-gyroadc.c:428:23: warning: 'channels' may be used uninitialized in this function [-Wmaybe-uninitialized] 1 drivers/iio/adc/rcar-gyroadc.c:429:27: warning: 'num_channels' may be used uninitialized in this function [-Wmaybe-uninitialized] 1 drivers/media/platform/coda/imx-vdoa.c:333:571: warning: passing argument 1 of 'platform_driver_unregister' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1 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] 1 drivers/usb/gadget/udc/atmel_usba_udc.c:636:38: warning: 'ept_cfg' may be used uninitialized in this function [-Wmaybe-uninitialized] 2 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]
No new syscalls
No section mismatches
On Thu, Feb 23, 2017 at 9:48 PM, Olof's autobuilder build@lixom.net wrote:
Errors:
arm.allmodconfig:
/work/build/batch/drivers/soc/ti/wkup_m3_ipc.c:373:36: error: 'struct rproc' has no member named 'firmware_loading_complete'
This apparently just broke after Linus pulled the remoteproc git tree. I had not seen this failure in linux-next yet. Maybe a dependency that wasn't handled right, or a broken last-minute patch?
Arnd
On Thu 23 Feb 13:01 PST 2017, Arnd Bergmann wrote:
On Thu, Feb 23, 2017 at 9:48 PM, Olof's autobuilder build@lixom.net wrote:
Errors:
arm.allmodconfig:
/work/build/batch/drivers/soc/ti/wkup_m3_ipc.c:373:36: error: 'struct rproc' has no member named 'firmware_loading_complete'
This apparently just broke after Linus pulled the remoteproc git tree. I had not seen this failure in linux-next yet. Maybe a dependency that wasn't handled right, or a broken last-minute patch?
The commit 2099c77d4af7 ("remoteproc: Drop firmware_loading_complete") depends on 36cc9fd9ce0f ("soc: ti: wkup_m3_ipc: Drop wait from wkup_m3_rproc_boot_thread"), but I apparently missed this.
The first patch was part of my pull for v4.11 and the latter was picked up by Tony and is merged by Olof into one of your trees. I should probably have taken both through my tree...
Sorry about this.
Regards, Bjorn
kernel-build-reports@lists.linaro.org