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:
12aee27 Merge branch 'akpm' (fixes from Andrew Morton)
Build logs (stderr only) can be found at the following link (experimental):
http://arm-soc.lixom.net/buildlogs/mainline/v3.12-rc7-48-g12aee27/
Runtime: 38m 12s
Passed: 117
Failed: 0
Warnings: 16
Section mismatches: 0
-------------------------------------------------------------------------------
Failed defconfigs:
-------------------------------------------------------------------------------
Errors:
Warnings:
1 drivers/dma/imx-dma.c:575:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:575:3: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:589:4: warning: format '%x' expects argument of type 'unsigned int', but argument 9 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:599:4: warning: format '%x' expects argument of type 'unsigned int', but argument 9 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:929:2: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:929:2: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:959:2: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:959:2: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-sdma.c:1092:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-sdma.c:1166:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/ipu/ipu_idmac.c:1235:2: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/ipu/ipu_idmac.c:1235:2: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/gpu/host1x/hw/cdma_hw.c:57:3: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'dma_addr_t' [-Wformat=]
1 drivers/gpu/host1x/hw/debug_hw.c:175:10: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'dma_addr_t' [-Wformat=]
1 drivers/tty/serial/imx.c:1542:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
2 drivers/mtd/nand/gpmi-nand/gpmi-nand.c:120:13: warning: 'set_geometry_by_ecc_info' defined but not used [-Wunused-function]
Section mismatches:
Here are the build results from automated periodic testing.
The tree being built was arm-soc, found at:
http://git.kernel.org/cgit/linux/kernel/git/arm/arm-soc.git (for-next or to-build branch)
Topmost commit:
3980311 Merge branch 'next/soc' into for-next
Build logs (stderr only) can be found at the following link (experimental):
http://arm-soc.lixom.net/buildlogs/arm-soc/v3.12-rc5-881-g3980311/
Runtime: 38m 24s
Passed: 117
Failed: 1
Warnings: 32
Section mismatches: 0
-------------------------------------------------------------------------------
Failed defconfigs:
bcm_defconfig
-------------------------------------------------------------------------------
Errors:
bcm_defconfig:
../../drivers/clocksource/bcm_kona_timer.c:154:55: error: parameter 1 ('mode') has incomplete type
../../drivers/clocksource/bcm_kona_timer.c:158:7: error: 'CLOCK_EVT_MODE_ONESHOT' undeclared (first use in this function)
../../drivers/clocksource/bcm_kona_timer.c:161:7: error: 'CLOCK_EVT_MODE_UNUSED' undeclared (first use in this function)
../../drivers/clocksource/bcm_kona_timer.c:162:7: error: 'CLOCK_EVT_MODE_SHUTDOWN' undeclared (first use in this function)
../../drivers/clocksource/bcm_kona_timer.c:168:15: error: variable 'kona_clockevent_timer' has initializer but incomplete type
../../drivers/clocksource/bcm_kona_timer.c:169:2: error: unknown field 'name' specified in initializer
../../drivers/clocksource/bcm_kona_timer.c:170:2: error: unknown field 'features' specified in initializer
../../drivers/clocksource/bcm_kona_timer.c:170:14: error: 'CLOCK_EVT_FEAT_ONESHOT' undeclared here (not in a function)
../../drivers/clocksource/bcm_kona_timer.c:171:2: error: unknown field 'set_next_event' specified in initializer
../../drivers/clocksource/bcm_kona_timer.c:172:2: error: unknown field 'set_mode' specified in initializer
../../drivers/clocksource/bcm_kona_timer.c:177:2: error: invalid use of undefined type 'struct clock_event_device'
../../drivers/clocksource/bcm_kona_timer.c:178:2: error: implicit declaration of function 'clockevents_config_and_register' [-Werror=implicit-function-declaration]
../../drivers/clocksource/bcm_kona_timer.c:187:5: error: dereferencing pointer to incomplete type
../../drivers/clocksource/bcm_kona_timer.c:205:35: error: expected ')' before string constant
../../drivers/clocksource/bcm_kona_timer.c:210:34: error: expected ')' before string constant
Warnings:
1 drivers/clocksource/bcm_kona_timer.c:126:14: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
1 drivers/clocksource/bcm_kona_timer.c:126:14: warning: 'struct clock_event_device' declared inside parameter list [enabled by default]
1 drivers/clocksource/bcm_kona_timer.c:154:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
1 drivers/clocksource/bcm_kona_timer.c:155:16: warning: 'enum clock_event_mode' declared inside parameter list [enabled by default]
1 drivers/clocksource/bcm_kona_timer.c:155:16: warning: 'struct clock_event_device' declared inside parameter list [enabled by default]
1 drivers/clocksource/bcm_kona_timer.c:169:2: warning: excess elements in struct initializer [enabled by default]
1 drivers/clocksource/bcm_kona_timer.c:169:2: warning: (near initialization for 'kona_clockevent_timer') [enabled by default]
1 drivers/clocksource/bcm_kona_timer.c:170:2: warning: excess elements in struct initializer [enabled by default]
1 drivers/clocksource/bcm_kona_timer.c:170:2: warning: (near initialization for 'kona_clockevent_timer') [enabled by default]
1 drivers/clocksource/bcm_kona_timer.c:171:2: warning: excess elements in struct initializer [enabled by default]
1 drivers/clocksource/bcm_kona_timer.c:171:2: warning: (near initialization for 'kona_clockevent_timer') [enabled by default]
1 drivers/clocksource/bcm_kona_timer.c:173:1: warning: excess elements in struct initializer [enabled by default]
1 drivers/clocksource/bcm_kona_timer.c:173:1: warning: (near initialization for 'kona_clockevent_timer') [enabled by default]
1 drivers/clocksource/bcm_kona_timer.c:197:123: warning: 'kona_timer_init' defined but not used [-Wunused-function]
1 drivers/dma/imx-dma.c:575:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:575:3: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:589:4: warning: format '%x' expects argument of type 'unsigned int', but argument 9 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:599:4: warning: format '%x' expects argument of type 'unsigned int', but argument 9 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:929:2: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:929:2: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:959:2: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:959:2: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-sdma.c:1092:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-sdma.c:1166:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/ipu/ipu_idmac.c:1235:2: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/ipu/ipu_idmac.c:1235:2: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/gpu/host1x/hw/cdma_hw.c:57:3: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'dma_addr_t' [-Wformat=]
1 drivers/gpu/host1x/hw/debug_hw.c:175:10: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'dma_addr_t' [-Wformat=]
1 drivers/spi/spi-davinci.c:965:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'resource_size_t' [-Wformat=]
1 drivers/spi/spi-davinci.c:965:3: warning: format '%d' expects argument of type 'int', but argument 4 has type 'resource_size_t' [-Wformat=]
1 drivers/tty/serial/imx.c:1542:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
5 net/core/secure_seq.c:17:13: warning: 'net_secret_init' defined but not used [-Wunused-function]
Section mismatches:
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:
c56b097 mm: list_lru: fix almost infinite loop causing effective livelock
Build logs (stderr only) can be found at the following link (experimental):
http://arm-soc.lixom.net/buildlogs/mainline/v3.12-rc7-44-gc56b097/
Runtime: 37m 59s
Passed: 117
Failed: 0
Warnings: 16
Section mismatches: 0
-------------------------------------------------------------------------------
Failed defconfigs:
-------------------------------------------------------------------------------
Errors:
Warnings:
1 drivers/dma/imx-dma.c:575:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:575:3: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:589:4: warning: format '%x' expects argument of type 'unsigned int', but argument 9 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:599:4: warning: format '%x' expects argument of type 'unsigned int', but argument 9 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:929:2: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:929:2: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:959:2: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:959:2: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-sdma.c:1092:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-sdma.c:1166:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/ipu/ipu_idmac.c:1235:2: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/ipu/ipu_idmac.c:1235:2: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/gpu/host1x/hw/cdma_hw.c:57:3: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'dma_addr_t' [-Wformat=]
1 drivers/gpu/host1x/hw/debug_hw.c:175:10: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'dma_addr_t' [-Wformat=]
1 drivers/tty/serial/imx.c:1542:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
2 drivers/mtd/nand/gpmi-nand/gpmi-nand.c:120:13: warning: 'set_geometry_by_ecc_info' defined but not used [-Wunused-function]
Section mismatches:
Here are the build results from automated periodic testing.
The tree being built was next, found at:
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git (master branch)
Topmost commit:
3a94271 Add linux-next specific files for 20131030
Build logs (stderr only) can be found at the following link (experimental):
http://arm-soc.lixom.net/buildlogs/next/next-20131030/
Runtime: 40m 52s
Passed: 116
Failed: 3
Warnings: 27
Section mismatches: 0
-------------------------------------------------------------------------------
Failed defconfigs:
at91x40_defconfig
da8xx_omapl_defconfig
davinci_all_defconfig
-------------------------------------------------------------------------------
Errors:
at91x40_defconfig:
arch/arm/include/asm/memory.h:300:6: error: 'arch_virt_to_idmap' undeclared (first use in this function)
arch/arm/include/asm/memory.h:301:3: error: implicit declaration of function 'arch_virt_to_idmap' [-Werror=implicit-function-declaration]
da8xx_omapl_defconfig:
../../include/linux/dmaengine.h:54:2: error: expected identifier before numeric constant
../../include/linux/dmaengine.h:987:9: error: 'DMA_IN_PROGRESS' undeclared (first use in this function)
../../include/linux/dmaengine.h:54:2: error: expected identifier before numeric constant
../../include/linux/dmaengine.h:987:9: error: 'DMA_IN_PROGRESS' undeclared (first use in this function)
davinci_all_defconfig:
../../include/linux/dmaengine.h:54:2: error: expected identifier before numeric constant
../../include/linux/dmaengine.h:987:9: error: 'DMA_IN_PROGRESS' undeclared (first use in this function)
../../include/linux/dmaengine.h:54:2: error: expected identifier before numeric constant
../../include/linux/dmaengine.h:987:9: error: 'DMA_IN_PROGRESS' undeclared (first use in this function)
../../include/linux/dmaengine.h:54:2: error: expected identifier before numeric constant
../../include/linux/dmaengine.h:987:9: error: 'DMA_IN_PROGRESS' undeclared (first use in this function)
../../include/linux/dmaengine.h:54:2: error: expected identifier before numeric constant
../../include/linux/dmaengine.h:987:9: error: 'DMA_IN_PROGRESS' undeclared (first use in this function)
../../include/linux/dmaengine.h:54:2: error: expected identifier before numeric constant
../../include/linux/dmaengine.h:987:9: error: 'DMA_IN_PROGRESS' undeclared (first use in this function)
Warnings:
1 arch/arm/mach-omap2/pm34xx.c:123:32: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/dma/imx-dma.c:575:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:575:3: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:589:4: warning: format '%x' expects argument of type 'unsigned int', but argument 9 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:599:4: warning: format '%x' expects argument of type 'unsigned int', but argument 9 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:929:2: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:929:2: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:959:2: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-dma.c:959:2: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-sdma.c:1092:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/imx-sdma.c:1166:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/ipu/ipu_idmac.c:1235:2: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'dma_addr_t' [-Wformat=]
1 drivers/dma/ipu/ipu_idmac.c:1235:2: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 drivers/spi/spi-davinci.c:966:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'resource_size_t' [-Wformat=]
1 drivers/spi/spi-davinci.c:966:3: warning: format '%d' expects argument of type 'int', but argument 4 has type 'resource_size_t' [-Wformat=]
1 drivers/video/exynos/exynos_mipi_dsi.c:144:26: warning: unused variable 'pdev' [-Wunused-variable]
2 arch/arm/mach-footbridge/netwinder-hw.c:695:2: warning: passing argument 1 of 'spinlock_check' from incompatible pointer type [enabled by default]
2 arch/arm/mach-footbridge/netwinder-hw.c:702:2: warning: passing argument 1 of 'spin_unlock_irqrestore' from incompatible pointer type [enabled by default]
2 arch/arm/mach-footbridge/netwinder-hw.c:712:2: warning: passing argument 1 of 'spinlock_check' from incompatible pointer type [enabled by default]
2 arch/arm/mach-footbridge/netwinder-hw.c:714:2: warning: passing argument 1 of 'spin_unlock_irqrestore' from incompatible pointer type [enabled by default]
2 drivers/gpu/host1x/hw/cdma_hw.c:57:3: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'dma_addr_t' [-Wformat=]
2 drivers/gpu/host1x/hw/debug_hw.c:167:10: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'dma_addr_t' [-Wformat=]
2 drivers/mtd/nand/gpmi-nand/gpmi-nand.c:123:13: warning: 'set_geometry_by_ecc_info' defined but not used [-Wunused-function]
2 net/netfilter/ipvs/ip_vs_sync.c:1640:8: warning: unused variable 'ret' [-Wunused-variable]
58 drivers/mmc/core/mmc_ops.c:493:14: warning: 'status' may be used uninitialized in this function [-Wmaybe-uninitialized]
815 arch/arm/include/asm/io.h:378:24: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
815 arch/arm/include/asm/io.h:378:24: warning: 'struct bio_vec' declared inside parameter list [enabled by default]
Section mismatches: