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:
134a9c9 Add linux-next specific files for 20140528
Build logs (stderr only) can be found at the following link (experimental):
http://arm-soc.lixom.net/buildlogs/next/next-20140528/
Runtime: 42m 30s
Passed: 124 Failed: 2
Warnings: 409
Section mismatches: 2
-------------------------------------------------------------------------------
Failed defconfigs: exynos_defconfig s3c6400_defconfig
-------------------------------------------------------------------------------
Errors:
exynos_defconfig: drivers/mmc/host/sdhci-s3c.c:402:25: error: 'struct sdhci_host' has no member named 'card_tasklet'
s3c6400_defconfig: drivers/mmc/host/sdhci-s3c.c:402:25: error: 'struct sdhci_host' has no member named 'card_tasklet'
Warnings: 1 arch/arm/mach-exynos/exynos.c:208:6: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] 1 drivers/pci/host/pci-mvebu.c:334:5: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'phys_addr_t' [-Wformat=] 1 drivers/staging/imx-drm/imx-tve.c:252:6: warning: unused variable 'ret' [-Wunused-variable] 2 arch/arm/mm/cache-l2x0.c:167:13: warning: 'l2x0_cache_sync' defined but not used [-Wunused-function] 2 arch/arm/mm/cache-l2x0.c:184:13: warning: 'l2x0_flush_all' defined but not used [-Wunused-function] 2 arch/arm/mm/cache-l2x0.c:194:13: warning: 'l2x0_disable' defined but not used [-Wunused-function] 2 buildall.arm.multi_v5_defconfig.log.passed:warning: (DRM_RADEON && DRM_NOUVEAU && DRM_I915 && DRM_GMA500 && DRM_SHMOBILE && DRM_TILCDC && FB_BACKLIGHT && FB_MX3 && USB_APPLEDISPLAY && FB_OLPC_DCON && ASUS_LAPTOP && SONY_LAPTOP && THINKPAD_ACPI && EEEPC_LAPTOP && ACPI_CMPC && SAMSUNG_Q10) selects BACKLIGHT_CLASS_DEVICE which has unmet direct dependencies (HAS_IOMEM && BACKLIGHT_LCD_SUPPORT) 3 arch/arm/common/scoop.c:185:6: warning: unused variable 'temp' [-Wunused-variable] 11 include/linux/bitops.h:48) [-Wdeprecated-declarations] 14 include/linux/bitops.h:40) [-Wdeprecated-declarations] 22 include/linux/ftrace.h:623:60: warning: unsupported argument to '__builtin_return_address' [enabled by default] 113 fs/direct-io.c:1011:12: warning: 'from' may be used uninitialized in this function [-Wmaybe-uninitialized] 113 fs/direct-io.c:1011:12: warning: 'to' may be used uninitialized in this function [-Wmaybe-uninitialized] 122 arch/arm/include/asm/psci.h:44:1: warning: no return statement in function returning non-void [-Wreturn-type]
Section mismatches: 1 integrator_defconfig WARNING: arch/arm/mach-integrator/built-in.o(.data+0x2d0): Section mismatch in reference from the variable impd1_driver to the function .init.text:impd1_probe() 1 integrator_defconfig WARNING: vmlinux.o(.data+0x1b90): Section mismatch in reference from the variable impd1_driver to the function .init.text:impd1_probe()
Olof's autobuilder wrote:
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:
134a9c9 Add linux-next specific files for 20140528
Build logs (stderr only) can be found at the following link
(experimental):
http://arm-soc.lixom.net/buildlogs/next/next-20140528/
Runtime: 42m 30s
Passed: 124 Failed: 2
Warnings: 409
Section mismatches: 2
Failed defconfigs: exynos_defconfig s3c6400_defconfig
Errors:
exynos_defconfig: drivers/mmc/host/sdhci-s3c.c:402:25: error: 'struct sdhci_host' has no member named 'card_tasklet'
s3c6400_defconfig: drivers/mmc/host/sdhci-s3c.c:402:25: error: 'struct sdhci_host' has no member named 'card_tasklet'
Hmm, above error happens because of commit 3560db8e ("mmc: sdhci: push card_tasklet into threaded irq handler")...
Russell and Chris, How should it fixed up? Still used in drivers/mmc/host/sdhci-s3c.c and drivers/mmc/host/wbsd.c in next-20140528?
[...]
Thanks, Kukjin
On Wed, May 28, 2014 at 09:58:59PM +0900, Kukjin Kim wrote:
Olof's autobuilder wrote:
exynos_defconfig: drivers/mmc/host/sdhci-s3c.c:402:25: error: 'struct sdhci_host' has no member named 'card_tasklet'
s3c6400_defconfig: drivers/mmc/host/sdhci-s3c.c:402:25: error: 'struct sdhci_host' has no member named 'card_tasklet'
Hmm, above error happens because of commit 3560db8e ("mmc: sdhci: push card_tasklet into threaded irq handler")...
Russell and Chris, How should it fixed up? Still used in drivers/mmc/host/sdhci-s3c.c and drivers/mmc/host/wbsd.c in next-20140528?
Yes, I'm aware of it, and I've long ago fixed the patch up (a similar problem was reported afflicting Marvell).
However, I wouldn't be surprised if there's also a load of run-time bugs introduced in there on other platforms other than iMX.
As almost no one has shown any interest in testing my patches, and they were applied to Chris' tree before they'd been properly tested (and in a way that I explicitly disapproved of), I've washed my hands of them -- and this is another example why the Linux community sucks.
Hence, I'm not providing any useful assistance with these patches. If people wish to do this kind of thing, they also get to bear the consequential support cost of their actions.
Thanks.
kernel-build-reports@lists.linaro.org