On Tuesday 09 September 2014 21:47:21 Olof's autobuilder wrote:
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]
I've sent two new patches to the list, currently waiting to get tested and for feedback from rmk. Too late for 3.17 though, as the changes ended up being more invasive.
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)
I have sent a patch for this one, should be in -next now, the fbdev maintainers will decide on whether this makes it into 3.17.
2 buildall.arm.omap1_defconfig.log.passed:warning: (ARCH_OMAP1) selects ARCH_OMAP which has unmet direct dependencies (ARCH_MULTI_V6 || ARCH_MULTI_V7)
Applied the fix from Tony to the fixes branch, this should be fixed in the next -rc.
9 drivers/rtc/rtc-pcf8563.c:173:5: warning: 'pending' may be used uninitialized in this function [-Wmaybe-uninitialized]
Sent a patch too. Not sure if the rtc maintainer or akpm will pick it up.
Section mismatches: 1 am200epdkit_defconfig WARNING: vmlinux.o(.text+0x9e0c): Section mismatch in reference from the function pxa_timer_init() to the function .init.text:pxa_timer_nodt_init() 1 cm_x2xx_defconfig WARNING: vmlinux.o(.text+0xba30): Section mismatch in reference from the function pxa_timer_init() to the function .init.text:pxa_timer_nodt_init() 1 cm_x300_defconfig WARNING: vmlinux.o(.text+0xa8c8): Section mismatch in reference from the function pxa_timer_init() to the function .init.text:pxa_timer_nodt_init()
I had sent the fix when it first showed up in linux-next in July through the clocksource maintainer tree. Applied the patch in our fixes branch now, will soon be merged.
Arnd