Automated build results for all ARM defconfigs. Summarizes all build
errors, warnings and section mismatches followed by a per-defconfig
summary.
Tree/Branch: linus/HEAD
Git describe: v3.11-rc7-42-gd9eda0f
Commit: d9eda0fae1 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Build Time: 58 min 58 sec
Passed: 131 / 131 (100.00 %)
Failed: 0 / 131 ( 0.00 %)
Errors: 0
Warnings: 9
Section Mismatches: 12
-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):
arm-armadillo800eva_defconfig: 1 warnings 0 mismatches
arm-multi_v7_defconfig+lpae.config: 7 warnings 1 mismatches
arm-dove_defconfig: 0 warnings 1 mismatches
arm-multi_v7_defconfig: 0 warnings 1 mismatches
arm-kota2_defconfig: 1 warnings 0 mismatches
arm-bcm_defconfig: 0 warnings 8 mismatches
arm-spear13xx_defconfig: 0 warnings 1 mismatches
-------------------------------------------------------------------------------
Warnings Summary: 9
1 drivers/tty/serial/imx.c:1134:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/spi/spi-pl022.c:2197:9: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'resource_size_t' [-Wformat]
1 drivers/mmc/host/tmio_mmc_pio.c:798:19: warning: ignoring return value of 'regulator_enable', declared with attribute warn_unused_result [-Wunused-result]
1 drivers/media/platform/soc_camera/soc_camera.c:1514:55: warning: 'sasd' may be used uninitialized in this function [-Wuninitialized]
1 drivers/dma/ste_dma40.c:3593:5: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'resource_size_t' [-Wformat]
1 drivers/dma/ste_dma40.c:3582:3: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'resource_size_t' [-Wformat]
1 drivers/dma/ste_dma40.c:3582:3: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat]
1 drivers/dma/ste_dma40.c:3228:2: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat]
1 arch/arm/mach-omap2/gpmc.c:1495:4: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat]
Section Mismatch Summary: 12
1 WARNING: vmlinux.o(.text.unlikely+0xa14): Section mismatch in reference from the function dove_mpp_gpio_mode() to the function .init.text:orion_gpio_set_valid()
1 WARNING: vmlinux.o(.text.unlikely+0x3c8): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
1 WARNING: vmlinux.o(.text.unlikely+0x1afc): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
1 WARNING: vmlinux.o(.text.unlikely+0x1a94): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
1 WARNING: vmlinux.o(.data+0xe464): Section mismatch in reference from the variable sdhci_bcm_kona_driver to the (unknown reference) .init.data:(unknown)
1 WARNING: vmlinux.o(.data+0xe43c): Section mismatch in reference from the variable sdhci_bcm_kona_driver to the function .init.text:sdhci_bcm_kona_probe()
1 WARNING: drivers/mmc/host/built-in.o(.data+0x28): Section mismatch in reference from the variable sdhci_bcm_kona_driver to the (unknown reference) .init.data:(unknown)
1 WARNING: drivers/mmc/host/built-in.o(.data+0x0): Section mismatch in reference from the variable sdhci_bcm_kona_driver to the function .init.text:sdhci_bcm_kona_probe()
1 WARNING: drivers/mmc/built-in.o(.data+0x504): Section mismatch in reference from the variable sdhci_bcm_kona_driver to the (unknown reference) .init.data:(unknown)
1 WARNING: drivers/mmc/built-in.o(.data+0x4dc): Section mismatch in reference from the variable sdhci_bcm_kona_driver to the function .init.text:sdhci_bcm_kona_probe()
1 WARNING: drivers/built-in.o(.data+0x5aa4): Section mismatch in reference from the variable sdhci_bcm_kona_driver to the (unknown reference) .init.data:(unknown)
1 WARNING: drivers/built-in.o(.data+0x5a7c): Section mismatch in reference from the variable sdhci_bcm_kona_driver to the function .init.text:sdhci_bcm_kona_probe()
===============================================================================
Detailed per-defconfig build reports below:
-------------------------------------------------------------------------------
arm-armadillo800eva_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
drivers/media/platform/soc_camera/soc_camera.c:1514:55: warning: 'sasd' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-multi_v7_defconfig+lpae.config : PASS, 0 errors, 7 warnings, 1 section mismatches
Warnings:
arch/arm/mach-omap2/gpmc.c:1495:4: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat]
drivers/dma/ste_dma40.c:3228:2: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat]
drivers/dma/ste_dma40.c:3582:3: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat]
drivers/dma/ste_dma40.c:3582:3: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'resource_size_t' [-Wformat]
drivers/dma/ste_dma40.c:3593:5: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'resource_size_t' [-Wformat]
drivers/spi/spi-pl022.c:2197:9: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'resource_size_t' [-Wformat]
drivers/tty/serial/imx.c:1134:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
Section Mismatches:
WARNING: vmlinux.o(.text.unlikely+0x1afc): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
-------------------------------------------------------------------------------
arm-dove_defconfig : PASS, 0 errors, 0 warnings, 1 section mismatches
Section Mismatches:
WARNING: vmlinux.o(.text.unlikely+0xa14): Section mismatch in reference from the function dove_mpp_gpio_mode() to the function .init.text:orion_gpio_set_valid()
-------------------------------------------------------------------------------
arm-multi_v7_defconfig : PASS, 0 errors, 0 warnings, 1 section mismatches
Section Mismatches:
WARNING: vmlinux.o(.text.unlikely+0x1a94): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
-------------------------------------------------------------------------------
arm-kota2_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
drivers/mmc/host/tmio_mmc_pio.c:798:19: warning: ignoring return value of 'regulator_enable', declared with attribute warn_unused_result [-Wunused-result]
-------------------------------------------------------------------------------
arm-bcm_defconfig : PASS, 0 errors, 0 warnings, 8 section mismatches
Section Mismatches:
WARNING: drivers/mmc/host/built-in.o(.data+0x0): Section mismatch in reference from the variable sdhci_bcm_kona_driver to the function .init.text:sdhci_bcm_kona_probe()
WARNING: drivers/mmc/host/built-in.o(.data+0x28): Section mismatch in reference from the variable sdhci_bcm_kona_driver to the (unknown reference) .init.data:(unknown)
WARNING: drivers/mmc/built-in.o(.data+0x4dc): Section mismatch in reference from the variable sdhci_bcm_kona_driver to the function .init.text:sdhci_bcm_kona_probe()
WARNING: drivers/mmc/built-in.o(.data+0x504): Section mismatch in reference from the variable sdhci_bcm_kona_driver to the (unknown reference) .init.data:(unknown)
WARNING: drivers/built-in.o(.data+0x5a7c): Section mismatch in reference from the variable sdhci_bcm_kona_driver to the function .init.text:sdhci_bcm_kona_probe()
WARNING: drivers/built-in.o(.data+0x5aa4): Section mismatch in reference from the variable sdhci_bcm_kona_driver to the (unknown reference) .init.data:(unknown)
WARNING: vmlinux.o(.data+0xe43c): Section mismatch in reference from the variable sdhci_bcm_kona_driver to the function .init.text:sdhci_bcm_kona_probe()
WARNING: vmlinux.o(.data+0xe464): Section mismatch in reference from the variable sdhci_bcm_kona_driver to the (unknown reference) .init.data:(unknown)
-------------------------------------------------------------------------------
arm-spear13xx_defconfig : PASS, 0 errors, 0 warnings, 1 section mismatches
Section Mismatches:
WARNING: vmlinux.o(.text.unlikely+0x3c8): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
-------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches:
arm-realview-smp_defconfig
arm-at91rm9200_defconfig
arm-pcm027_defconfig
arm-spitz_defconfig
arm-rmk-omap3430-ldp.config
arm-bcm2835_defconfig
arm-ixp4xx_defconfig
arm-rmk-versatile.config
arm-nuc950_defconfig
arm-ebsa110_defconfig
arm-at91sam9261_9g10_defconfig
arm-omap2plus_defconfig
arm-bockw_defconfig
arm-hackkit_defconfig
arm-cns3420vb_defconfig
arm-u300_defconfig
arm-exynos_defconfig
arm-imx_v4_v5_defconfig
arm-zeus_defconfig
arm-rmk-sa11x0-neponset.config
arm-ag5evm_defconfig
arm-davinci_all_defconfig
arm-badge4_defconfig
arm-exynos_defconfig+lpae.config
arm-nuc960_defconfig
arm-shark_defconfig
arm-allnoconfig
arm-em_x270_defconfig
arm-trizeps4_defconfig
arm-acs5k_defconfig
arm-rmk-realview.config
arm-at91sam9260_9g20_defconfig
arm-lpc32xx_defconfig
arm-rmk-omap4430-ldp-allnoconfig.config
arm-prima2_defconfig
arm-vexpress_defconfig
arm-ape6evm_defconfig
arm-netx_defconfig
arm-socfpga_defconfig
arm-orion5x_defconfig
arm-cm_x2xx_defconfig
arm-da8xx_omapl_defconfig
arm-omap2plus_defconfig+pm.config
arm-at91x40_defconfig
arm-cerfcube_defconfig
arm-versatile_defconfig
arm-am200epdkit_defconfig
arm-rmk-omap3430-ldp-allnoconfig.config
arm-simpad_defconfig
arm-pxa910_defconfig
arm-acs5k_tiny_defconfig
arm-xcep_defconfig
arm-s5pv210_defconfig
arm-at91_dt_defconfig
arm-palmz72_defconfig
arm-mini2440_defconfig
arm-ezx_defconfig
arm-exynos4_defconfig
arm-imote2_defconfig
arm-netwinder_defconfig
arm-iop33x_defconfig
arm-rmk-pxa.config
arm-iop13xx_defconfig
arm-assabet_defconfig
arm-magician_defconfig
arm-mainstone_defconfig
arm-s5pc100_defconfig
arm-spear3xx_defconfig
arm-shannon_defconfig
arm-at91sam9g45_defconfig
arm-iop32x_defconfig
arm-jornada720_defconfig
arm-s3c2410_defconfig
arm-pxa255-idp_defconfig
arm-h3600_defconfig
arm-colibri_pxa270_defconfig
arm-nhk8815_defconfig
arm-nuc910_defconfig
arm-viper_defconfig
arm-colibri_pxa300_defconfig
arm-pleb_defconfig
arm-mmp2_defconfig
arm-spear6xx_defconfig
arm-eseries_pxa_defconfig
arm-ks8695_defconfig
arm-raumfeld_defconfig
arm-integrator_defconfig
arm-footbridge_defconfig
arm-pxa168_defconfig
arm-corgi_defconfig
arm-s5p64x0_defconfig
arm-rpc_defconfig
arm-mxs_defconfig
arm-pxa3xx_defconfig
arm-omap1_defconfig
arm-kzm9d_defconfig
arm-rmk-vexpress-ct9x4.config
arm-ep93xx_defconfig
arm-keystone_defconfig
arm-at91sam9rl_defconfig
arm-lubbock_defconfig
arm-s3c6400_defconfig
arm-imx_v6_v7_defconfig
arm-at91sam9263_defconfig
arm-mackerel_defconfig
arm-clps711x_defconfig
arm-collie_defconfig
arm-tegra_defconfig
arm-lart_defconfig
arm-marzen_defconfig
arm-kzm9g_defconfig
arm-tct_hammer_defconfig
arm-mv78xx0_defconfig
arm-realview_defconfig
arm-msm_defconfig
arm-u8500_defconfig
arm-cm_x300_defconfig
arm-h5000_defconfig
arm-kirkwood_defconfig
arm-mvebu_defconfig
arm-lpd270_defconfig
arm-rmk-omap4430-ldp.config
arm-neponset_defconfig
arm-sama5_defconfig
Automatic build report for various ARM defconfigs. Summarizes all
build errors, warnings and section mismatches followed by a detailed
per-defconfig report.
Tree/Branch: arm-soc/for-next
Git describe: v3.11-rc7-927-gcbed923
Commit: cbed923286 Merge branch 'next/cleanup' into for-next
Build Time: 61 min 17 sec
Passed: 129 / 129 (100.00 %)
Failed: 0 / 129 ( 0.00 %)
Errors: 0
Warnings: 22
Section Mismatches: 3
-------------------------------------------------------------------------------
Warnings Summary: 22
1 drivers/tty/serial/imx.c:1134:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/spi/spi-pl022.c:2197:9: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'resource_size_t' [-Wformat]
1 drivers/media/platform/soc_camera/soc_camera.c:1514:55: warning: 'sasd' may be used uninitialized in this function [-Wuninitialized]
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/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/dma/ste_dma40.c:3593:5: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'resource_size_t' [-Wformat]
1 drivers/dma/ste_dma40.c:3582:3: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'resource_size_t' [-Wformat]
1 drivers/dma/ste_dma40.c:3582:3: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat]
1 drivers/dma/ste_dma40.c:3228:2: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_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/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/imx-sdma.c:995: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:1069: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:962: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:962: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:932: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:932: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:603: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:593: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:579: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:579:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat]
1 arch/arm/mach-omap2/gpmc.c:1495:4: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat]
Section Mismatch Summary: 3
1 WARNING: vmlinux.o(.text.unlikely+0xf98): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
1 WARNING: vmlinux.o(.text.unlikely+0xf30): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
1 WARNING: vmlinux.o(.text.unlikely+0x3c8): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
===============================================================================
Detailed per-defconfig build reports below:
-------------------------------------------------------------------------------
arm-multi_v7_defconfig+lpae.config : PASS, 0 errors, 21 warnings, 1 section mismatches
Warnings:
arch/arm/mach-omap2/gpmc.c:1495:4: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat]
drivers/dma/imx-sdma.c:995:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat]
drivers/dma/imx-sdma.c:1069:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat]
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]
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]
drivers/dma/imx-dma.c:579:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat]
drivers/dma/imx-dma.c:579:3: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat]
drivers/dma/imx-dma.c:593:4: warning: format '%x' expects argument of type 'unsigned int', but argument 9 has type 'dma_addr_t' [-Wformat]
drivers/dma/imx-dma.c:603:4: warning: format '%x' expects argument of type 'unsigned int', but argument 9 has type 'dma_addr_t' [-Wformat]
drivers/dma/imx-dma.c:932:2: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat]
drivers/dma/imx-dma.c:932:2: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat]
drivers/dma/imx-dma.c:962:2: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat]
drivers/dma/imx-dma.c:962:2: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat]
drivers/dma/ste_dma40.c:3228:2: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat]
drivers/dma/ste_dma40.c:3582:3: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat]
drivers/dma/ste_dma40.c:3582:3: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'resource_size_t' [-Wformat]
drivers/dma/ste_dma40.c:3593:5: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'resource_size_t' [-Wformat]
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]
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]
drivers/spi/spi-pl022.c:2197:9: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'resource_size_t' [-Wformat]
drivers/tty/serial/imx.c:1134:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
Section Mismatches:
WARNING: vmlinux.o(.text.unlikely+0xf98): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
-------------------------------------------------------------------------------
arm-multi_v7_defconfig : PASS, 0 errors, 0 warnings, 1 section mismatches
Section Mismatches:
WARNING: vmlinux.o(.text.unlikely+0xf30): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
-------------------------------------------------------------------------------
arm-armadillo800eva_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
drivers/media/platform/soc_camera/soc_camera.c:1514:55: warning: 'sasd' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-spear13xx_defconfig : PASS, 0 errors, 0 warnings, 1 section mismatches
Section Mismatches:
WARNING: vmlinux.o(.text.unlikely+0x3c8): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
-------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches:
arm-realview-smp_defconfig
arm-at91rm9200_defconfig
arm-pcm027_defconfig
arm-spitz_defconfig
arm-rmk-omap3430-ldp.config
arm-bcm2835_defconfig
arm-ixp4xx_defconfig
arm-dove_defconfig
arm-nuc950_defconfig
arm-ebsa110_defconfig
arm-at91sam9261_9g10_defconfig
arm-omap2plus_defconfig
arm-bockw_defconfig
arm-hackkit_defconfig
arm-cns3420vb_defconfig
arm-u300_defconfig
arm-bcm_defconfig
arm-exynos_defconfig
arm-imx_v4_v5_defconfig
arm-zeus_defconfig
arm-rmk-sa11x0-neponset.config
arm-davinci_all_defconfig
arm-badge4_defconfig
arm-exynos_defconfig+lpae.config
arm-nuc960_defconfig
arm-shark_defconfig
arm-allnoconfig
arm-em_x270_defconfig
arm-trizeps4_defconfig
arm-acs5k_defconfig
arm-rmk-realview.config
arm-at91sam9260_9g20_defconfig
arm-lpc32xx_defconfig
arm-rmk-omap4430-ldp-allnoconfig.config
arm-prima2_defconfig
arm-rmk-versatile.config
arm-vexpress_defconfig
arm-ape6evm_defconfig
arm-netx_defconfig
arm-socfpga_defconfig
arm-orion5x_defconfig
arm-cm_x2xx_defconfig
arm-da8xx_omapl_defconfig
arm-omap2plus_defconfig+pm.config
arm-at91x40_defconfig
arm-cerfcube_defconfig
arm-versatile_defconfig
arm-am200epdkit_defconfig
arm-rmk-omap3430-ldp-allnoconfig.config
arm-simpad_defconfig
arm-pxa910_defconfig
arm-acs5k_tiny_defconfig
arm-xcep_defconfig
arm-s5pv210_defconfig
arm-at91_dt_defconfig
arm-palmz72_defconfig
arm-mini2440_defconfig
arm-ezx_defconfig
arm-imote2_defconfig
arm-netwinder_defconfig
arm-iop33x_defconfig
arm-rmk-pxa.config
arm-iop13xx_defconfig
arm-assabet_defconfig
arm-magician_defconfig
arm-mainstone_defconfig
arm-s5pc100_defconfig
arm-lager_defconfig
arm-spear3xx_defconfig
arm-shannon_defconfig
arm-at91sam9g45_defconfig
arm-iop32x_defconfig
arm-jornada720_defconfig
arm-s3c2410_defconfig
arm-pxa255-idp_defconfig
arm-h3600_defconfig
arm-colibri_pxa270_defconfig
arm-nhk8815_defconfig
arm-nuc910_defconfig
arm-viper_defconfig
arm-colibri_pxa300_defconfig
arm-pleb_defconfig
arm-mmp2_defconfig
arm-spear6xx_defconfig
arm-eseries_pxa_defconfig
arm-ks8695_defconfig
arm-raumfeld_defconfig
arm-integrator_defconfig
arm-footbridge_defconfig
arm-pxa168_defconfig
arm-corgi_defconfig
arm-s5p64x0_defconfig
arm-rpc_defconfig
arm-mxs_defconfig
arm-pxa3xx_defconfig
arm-omap1_defconfig
arm-kzm9d_defconfig
arm-rmk-vexpress-ct9x4.config
arm-ep93xx_defconfig
arm-keystone_defconfig
arm-at91sam9rl_defconfig
arm-lubbock_defconfig
arm-s3c6400_defconfig
arm-imx_v6_v7_defconfig
arm-at91sam9263_defconfig
arm-mackerel_defconfig
arm-clps711x_defconfig
arm-collie_defconfig
arm-tegra_defconfig
arm-lart_defconfig
arm-marzen_defconfig
arm-kzm9g_defconfig
arm-tct_hammer_defconfig
arm-mv78xx0_defconfig
arm-realview_defconfig
arm-msm_defconfig
arm-u8500_defconfig
arm-cm_x300_defconfig
arm-h5000_defconfig
arm-kirkwood_defconfig
arm-mvebu_defconfig
arm-lpd270_defconfig
arm-rmk-omap4430-ldp.config
arm-neponset_defconfig
arm-sama5_defconfig
Tree/Branch: next-20130830
Git describe: next-20130830
Commit: 797c8d18e6 Add linux-next specific files for 20130830
Build Time: 125 min 40 sec
Passed: 127 / 129 ( 98.45 %)
Failed: 2 / 129 ( 1.55 %)
Errors: 4
Warnings: 30
Section Mismatches: 37
Failed defconfigs:
arm-magician_defconfig
arm-eseries_pxa_defconfig
Errors:
arm-magician_defconfig
drivers/mfd/asic3.c:724:2: error: unknown field 'set_pwr' specified in initializer
arm-eseries_pxa_defconfig
drivers/mfd/t7l66xb.c:146:2: error: unknown field 'set_pwr' specified in initializer
drivers/mfd/tc6387xb.c:123:2: error: unknown field 'set_pwr' specified in initializer
drivers/mfd/tc6393xb.c:381:2: error: unknown field 'set_pwr' specified in initializer
-------------------------------------------------------------------------------
Errors summary: 4
1 drivers/mfd/tc6393xb.c:381:2: error: unknown field 'set_pwr' specified in initializer
1 drivers/mfd/tc6387xb.c:123:2: error: unknown field 'set_pwr' specified in initializer
1 drivers/mfd/t7l66xb.c:146:2: error: unknown field 'set_pwr' specified in initializer
1 drivers/mfd/asic3.c:724:2: error: unknown field 'set_pwr' specified in initializer
Warnings Summary: 30
127 mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
9 arch/arm/plat-pxa/ssp.c:145:17: warning: 'dma_spec.args[0]' may be used uninitialized in this function [-Wuninitialized]
3 drivers/gpu/host1x/drm/dc.c:259:2: warning: initialization from incompatible pointer type [enabled by default]
3 drivers/gpu/host1x/drm/dc.c:259:2: warning: (near initialization for 'tegra_crtc_funcs.page_flip') [enabled by default]
2 drivers/i2c/busses/i2c-davinci.c:665:2: warning: passing argument 1 of 'dev_get_platdata' from incompatible pointer type [enabled by default]
1 drivers/tty/serial/imx.c:1542:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/mfd/tc6393xb.c:381:2: warning: initialization makes integer from pointer without a cast [enabled by default]
1 drivers/mfd/tc6393xb.c:381:2: warning: (near initialization for 'tc6393xb_mmc_data.capabilities') [enabled by default]
1 drivers/mfd/tc6387xb.c:123:2: warning: initialization makes integer from pointer without a cast [enabled by default]
1 drivers/mfd/tc6387xb.c:123:2: warning: (near initialization for 'tc6387xb_mmc_data.capabilities') [enabled by default]
1 drivers/mfd/t7l66xb.c:146:2: warning: initialization makes integer from pointer without a cast [enabled by default]
1 drivers/mfd/t7l66xb.c:146:2: warning: (near initialization for 't7166xb_mmc_data.capabilities') [enabled by default]
1 drivers/mfd/asic3.c:724:2: warning: initialization makes integer from pointer without a cast [enabled by default]
1 drivers/mfd/asic3.c:724:2: warning: (near initialization for 'asic3_mmc_data.capabilities') [enabled by default]
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/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/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/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/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/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-dma.c:962: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:962: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:932: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:932: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:603: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:593: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:579: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:579:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat]
1 arch/arm/mach-omap2/gpmc.c:1495:4: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat]
1 arch/arm/mach-ebsa110/core.c:225:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
Section Mismatch Summary: 37
9 WARNING: mm/built-in.o(.text.unlikely+0x11c8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
7 WARNING: vmlinux.o(.text.unlikely+0x26c0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
7 WARNING: vmlinux.o(.text.unlikely+0x2698): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
7 WARNING: mm/built-in.o(.text.unlikely+0x11a0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
2 mm/built-in.o(.text.unlikely+0x11a0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
2 WARNING: vmlinux.o(.text.unlikely+0x2690): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
2 WARNING: mm/built-in.o(.text.unlikely+0x127c): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
2 WARNING: mm/built-in.o(.text.unlikely+0x1248): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: vmlinux.o(.text.unlikely+0xf98): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
1 WARNING: vmlinux.o(.text.unlikely+0xf30): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
1 WARNING: vmlinux.o(.text.unlikely+0x3c8): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
1 WARNING: vmlinux.o(.text.unlikely+0x2ab8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: vmlinux.o(.text.unlikely+0x2a90): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: vmlinux.o(.text.unlikely+0x28b4): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: vmlinux.o(.text.unlikely+0x2880): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: vmlinux.o(.text.unlikely+0x2844): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: vmlinux.o(.text.unlikely+0x281c): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: vmlinux.o(.text.unlikely+0x27d4): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.11() to the function .init.text:sparse_early_usemaps_alloc_node.isra.10()
1 WARNING: vmlinux.o(.text.unlikely+0x27ac): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.11() to the function .init.text:sparse_early_usemaps_alloc_node.isra.10()
1 WARNING: vmlinux.o(.text.unlikely+0x26b8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: vmlinux.o(.text.unlikely+0x2694): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.8() to the function .init.text:sparse_early_usemaps_alloc_node.isra.7()
1 WARNING: vmlinux.o(.text.unlikely+0x266c): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.8() to the function .init.text:sparse_early_usemaps_alloc_node.isra.7()
1 WARNING: vmlinux.o(.text.unlikely+0x2668): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: vmlinux.o(.text.unlikely+0x22dc): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: vmlinux.o(.text.unlikely+0x22a8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: vmlinux.o(.text.unlikely+0x2258): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: vmlinux.o(.text.unlikely+0x2224): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: mm/built-in.o(.text.unlikely+0x12ec): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: mm/built-in.o(.text.unlikely+0x12c4): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: mm/built-in.o(.text.unlikely+0x1218): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: mm/built-in.o(.text.unlikely+0x11f4): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.11() to the function .init.text:sparse_early_usemaps_alloc_node.isra.10()
1 WARNING: mm/built-in.o(.text.unlikely+0x11f0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: mm/built-in.o(.text.unlikely+0x11cc): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.11() to the function .init.text:sparse_early_usemaps_alloc_node.isra.10()
1 WARNING: mm/built-in.o(.text.unlikely+0x11c8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.8() to the function .init.text:sparse_early_usemaps_alloc_node.isra.7()
1 WARNING: mm/built-in.o(.text.unlikely+0x11a0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.8() to the function .init.text:sparse_early_usemaps_alloc_node.isra.7()
1 WARNING: mm/built-in.o(.text.unlikely+0x10d8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: mm/built-in.o(.text.unlikely+0x10a4): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
===============================================================================
Detailed per-defconfig build reports below:
-------------------------------------------------------------------------------
arm-realview-smp_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-corgi_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
arch/arm/plat-pxa/ssp.c:145:17: warning: 'dma_spec.args[0]' may be used uninitialized in this function [-Wuninitialized]
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-at91rm9200_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-pcm027_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-spitz_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
arch/arm/plat-pxa/ssp.c:145:17: warning: 'dma_spec.args[0]' may be used uninitialized in this function [-Wuninitialized]
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-rmk-omap3430-ldp.config : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-bcm2835_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-ixp4xx_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-dove_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-nuc950_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-ebsa110_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
arch/arm/mach-ebsa110/core.c:225:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-at91sam9261_9g10_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-omap2plus_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-bockw_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-hackkit_defconfig : PASS, 0 errors, 1 warnings, 4 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
WARNING: mm/built-in.o(.text.unlikely+0x11f0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: mm/built-in.o(.text.unlikely+0x1218): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x281c): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2844): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
-------------------------------------------------------------------------------
arm-cns3420vb_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-u300_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-bcm_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-exynos_defconfig : PASS, 0 errors, 1 warnings, 4 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
WARNING: mm/built-in.o(.text.unlikely+0x1248): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: mm/built-in.o(.text.unlikely+0x127c): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2224): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2258): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
-------------------------------------------------------------------------------
arm-imx_v4_v5_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-zeus_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
arch/arm/plat-pxa/ssp.c:145:17: warning: 'dma_spec.args[0]' may be used uninitialized in this function [-Wuninitialized]
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-rmk-sa11x0-neponset.config : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-davinci_all_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
drivers/i2c/busses/i2c-davinci.c:665:2: warning: passing argument 1 of 'dev_get_platdata' from incompatible pointer type [enabled by default]
-------------------------------------------------------------------------------
arm-badge4_defconfig : PASS, 0 errors, 1 warnings, 4 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
WARNING: mm/built-in.o(.text.unlikely+0x11a0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: mm/built-in.o(.text.unlikely+0x11c8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2668): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2690): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
-------------------------------------------------------------------------------
arm-exynos_defconfig+lpae.config : PASS, 0 errors, 1 warnings, 4 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
WARNING: mm/built-in.o(.text.unlikely+0x1248): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: mm/built-in.o(.text.unlikely+0x127c): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x22a8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x22dc): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
-------------------------------------------------------------------------------
arm-nuc960_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-shark_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-em_x270_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
arch/arm/plat-pxa/ssp.c:145:17: warning: 'dma_spec.args[0]' may be used uninitialized in this function [-Wuninitialized]
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-armadillo800eva_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-trizeps4_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-acs5k_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-rmk-realview.config : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-at91sam9260_9g20_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-lpc32xx_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-rmk-omap4430-ldp-allnoconfig.config : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-prima2_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-rmk-versatile.config : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-vexpress_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-ape6evm_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-netx_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-socfpga_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-orion5x_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-cm_x2xx_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
arch/arm/plat-pxa/ssp.c:145:17: warning: 'dma_spec.args[0]' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-da8xx_omapl_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
drivers/i2c/busses/i2c-davinci.c:665:2: warning: passing argument 1 of 'dev_get_platdata' from incompatible pointer type [enabled by default]
-------------------------------------------------------------------------------
arm-omap2plus_defconfig+pm.config : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-cerfcube_defconfig : PASS, 0 errors, 1 warnings, 4 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
WARNING: mm/built-in.o(.text.unlikely+0x11a0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: mm/built-in.o(.text.unlikely+0x11c8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2698): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x26c0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
-------------------------------------------------------------------------------
arm-versatile_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-am200epdkit_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-rmk-omap3430-ldp-allnoconfig.config : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-simpad_defconfig : PASS, 0 errors, 1 warnings, 4 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
WARNING: mm/built-in.o(.text.unlikely+0x12c4): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: mm/built-in.o(.text.unlikely+0x12ec): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2a90): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2ab8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
-------------------------------------------------------------------------------
arm-pxa910_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-acs5k_tiny_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-xcep_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-s5pv210_defconfig : PASS, 0 errors, 1 warnings, 4 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
WARNING: mm/built-in.o(.text.unlikely+0x10a4): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: mm/built-in.o(.text.unlikely+0x10d8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2880): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x28b4): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
-------------------------------------------------------------------------------
arm-at91_dt_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-palmz72_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-mini2440_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-ezx_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
arch/arm/plat-pxa/ssp.c:145:17: warning: 'dma_spec.args[0]' may be used uninitialized in this function [-Wuninitialized]
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-imote2_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
arch/arm/plat-pxa/ssp.c:145:17: warning: 'dma_spec.args[0]' may be used uninitialized in this function [-Wuninitialized]
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-netwinder_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-iop33x_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-rmk-pxa.config : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-iop13xx_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-multi_v7_defconfig+lpae.config : PASS, 0 errors, 19 warnings, 1 section mismatches
Warnings:
arch/arm/mach-omap2/gpmc.c:1495:4: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat]
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
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]
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]
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]
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]
drivers/dma/imx-dma.c:579:3: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat]
drivers/dma/imx-dma.c:579:3: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat]
drivers/dma/imx-dma.c:593:4: warning: format '%x' expects argument of type 'unsigned int', but argument 9 has type 'dma_addr_t' [-Wformat]
drivers/dma/imx-dma.c:603:4: warning: format '%x' expects argument of type 'unsigned int', but argument 9 has type 'dma_addr_t' [-Wformat]
drivers/dma/imx-dma.c:932:2: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat]
drivers/dma/imx-dma.c:932:2: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat]
drivers/dma/imx-dma.c:962:2: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat]
drivers/dma/imx-dma.c:962:2: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat]
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]
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]
drivers/gpu/host1x/drm/dc.c:259:2: warning: initialization from incompatible pointer type [enabled by default]
drivers/gpu/host1x/drm/dc.c:259:2: warning: (near initialization for 'tegra_crtc_funcs.page_flip') [enabled by default]
drivers/tty/serial/imx.c:1542:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
Section Mismatches:
WARNING: vmlinux.o(.text.unlikely+0xf98): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
-------------------------------------------------------------------------------
arm-assabet_defconfig : PASS, 0 errors, 1 warnings, 4 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
WARNING: mm/built-in.o(.text.unlikely+0x11a0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: mm/built-in.o(.text.unlikely+0x11c8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2698): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x26c0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
-------------------------------------------------------------------------------
arm-magician_defconfig : FAIL, 1 errors, 3 warnings, 0 section mismatches
Errors:
drivers/mfd/asic3.c:724:2: error: unknown field 'set_pwr' specified in initializer
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
drivers/mfd/asic3.c:724:2: warning: initialization makes integer from pointer without a cast [enabled by default]
drivers/mfd/asic3.c:724:2: warning: (near initialization for 'asic3_mmc_data.capabilities') [enabled by default]
-------------------------------------------------------------------------------
arm-mainstone_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-s5pc100_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-lager_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-spear3xx_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-shannon_defconfig : PASS, 0 errors, 1 warnings, 4 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
WARNING: mm/built-in.o(.text.unlikely+0x11a0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: mm/built-in.o(.text.unlikely+0x11c8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2698): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x26c0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
-------------------------------------------------------------------------------
arm-at91sam9g45_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-iop32x_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-jornada720_defconfig : PASS, 0 errors, 1 warnings, 4 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
WARNING: mm/built-in.o(.text.unlikely+0x11a0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: mm/built-in.o(.text.unlikely+0x11c8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2698): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x26c0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
-------------------------------------------------------------------------------
arm-s3c2410_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-pxa255-idp_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-h3600_defconfig : PASS, 0 errors, 1 warnings, 4 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
WARNING: mm/built-in.o(.text.unlikely+0x11a0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: mm/built-in.o(.text.unlikely+0x11c8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2698): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x26c0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
-------------------------------------------------------------------------------
arm-colibri_pxa270_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-nhk8815_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-nuc910_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-viper_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-colibri_pxa300_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-pleb_defconfig : PASS, 0 errors, 1 warnings, 4 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
mm/built-in.o(.text.unlikely+0x11a0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: mm/built-in.o(.text.unlikely+0x11c8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2690): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x26b8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
-------------------------------------------------------------------------------
arm-mmp2_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-spear6xx_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-eseries_pxa_defconfig : FAIL, 3 errors, 7 warnings, 0 section mismatches
Errors:
drivers/mfd/t7l66xb.c:146:2: error: unknown field 'set_pwr' specified in initializer
drivers/mfd/tc6387xb.c:123:2: error: unknown field 'set_pwr' specified in initializer
drivers/mfd/tc6393xb.c:381:2: error: unknown field 'set_pwr' specified in initializer
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
drivers/mfd/t7l66xb.c:146:2: warning: initialization makes integer from pointer without a cast [enabled by default]
drivers/mfd/t7l66xb.c:146:2: warning: (near initialization for 't7166xb_mmc_data.capabilities') [enabled by default]
drivers/mfd/tc6387xb.c:123:2: warning: initialization makes integer from pointer without a cast [enabled by default]
drivers/mfd/tc6387xb.c:123:2: warning: (near initialization for 'tc6387xb_mmc_data.capabilities') [enabled by default]
drivers/mfd/tc6393xb.c:381:2: warning: initialization makes integer from pointer without a cast [enabled by default]
drivers/mfd/tc6393xb.c:381:2: warning: (near initialization for 'tc6393xb_mmc_data.capabilities') [enabled by default]
-------------------------------------------------------------------------------
arm-ks8695_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-raumfeld_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
arch/arm/plat-pxa/ssp.c:145:17: warning: 'dma_spec.args[0]' may be used uninitialized in this function [-Wuninitialized]
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-integrator_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-footbridge_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-pxa168_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-multi_v7_defconfig : PASS, 0 errors, 3 warnings, 1 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
drivers/gpu/host1x/drm/dc.c:259:2: warning: initialization from incompatible pointer type [enabled by default]
drivers/gpu/host1x/drm/dc.c:259:2: warning: (near initialization for 'tegra_crtc_funcs.page_flip') [enabled by default]
Section Mismatches:
WARNING: vmlinux.o(.text.unlikely+0xf30): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
-------------------------------------------------------------------------------
arm-s5p64x0_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-rpc_defconfig : PASS, 0 errors, 1 warnings, 4 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
WARNING: mm/built-in.o(.text.unlikely+0x11cc): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.11() to the function .init.text:sparse_early_usemaps_alloc_node.isra.10()
WARNING: mm/built-in.o(.text.unlikely+0x11f4): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.11() to the function .init.text:sparse_early_usemaps_alloc_node.isra.10()
WARNING: vmlinux.o(.text.unlikely+0x27ac): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.11() to the function .init.text:sparse_early_usemaps_alloc_node.isra.10()
WARNING: vmlinux.o(.text.unlikely+0x27d4): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.11() to the function .init.text:sparse_early_usemaps_alloc_node.isra.10()
-------------------------------------------------------------------------------
arm-mxs_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-pxa3xx_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
arch/arm/plat-pxa/ssp.c:145:17: warning: 'dma_spec.args[0]' may be used uninitialized in this function [-Wuninitialized]
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-omap1_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-kzm9d_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-rmk-vexpress-ct9x4.config : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-ep93xx_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-keystone_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-at91sam9rl_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-lubbock_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-s3c6400_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-imx_v6_v7_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-at91sam9263_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-mackerel_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-clps711x_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-collie_defconfig : PASS, 0 errors, 1 warnings, 4 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
WARNING: mm/built-in.o(.text.unlikely+0x11a0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.8() to the function .init.text:sparse_early_usemaps_alloc_node.isra.7()
WARNING: mm/built-in.o(.text.unlikely+0x11c8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.8() to the function .init.text:sparse_early_usemaps_alloc_node.isra.7()
WARNING: vmlinux.o(.text.unlikely+0x266c): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.8() to the function .init.text:sparse_early_usemaps_alloc_node.isra.7()
WARNING: vmlinux.o(.text.unlikely+0x2694): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.8() to the function .init.text:sparse_early_usemaps_alloc_node.isra.7()
-------------------------------------------------------------------------------
arm-tegra_defconfig : PASS, 0 errors, 3 warnings, 0 section mismatches
Warnings:
drivers/gpu/host1x/drm/dc.c:259:2: warning: initialization from incompatible pointer type [enabled by default]
drivers/gpu/host1x/drm/dc.c:259:2: warning: (near initialization for 'tegra_crtc_funcs.page_flip') [enabled by default]
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-lart_defconfig : PASS, 0 errors, 1 warnings, 4 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
WARNING: mm/built-in.o(.text.unlikely+0x11a0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: mm/built-in.o(.text.unlikely+0x11c8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2698): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x26c0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
-------------------------------------------------------------------------------
arm-marzen_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-kzm9g_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-tct_hammer_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-mv78xx0_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-realview_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-msm_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-u8500_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-cm_x300_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-h5000_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-kirkwood_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-mvebu_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-lpd270_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-rmk-omap4430-ldp.config : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-spear13xx_defconfig : PASS, 0 errors, 1 warnings, 1 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
WARNING: vmlinux.o(.text.unlikely+0x3c8): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
-------------------------------------------------------------------------------
arm-neponset_defconfig : PASS, 0 errors, 1 warnings, 4 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
mm/built-in.o(.text.unlikely+0x11a0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: mm/built-in.o(.text.unlikely+0x11c8): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2698): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x26c0): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
-------------------------------------------------------------------------------
arm-sama5_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches:
arm-at91x40_defconfig
arm-allnoconfig
Tree/Branch: next-20130828
Git describe: next-20130828
Commit: 6c3fb089e5 Add linux-next specific files for 20130828
Build Time: 1 min 36 sec
Passed: 3 / 3 (100.00 %)
Failed: 0 / 3 ( 0.00 %)
Errors: 0
Warnings: 5
Section Mismatches: 5
-------------------------------------------------------------------------------
Warnings Summary: 5
3 mm/page-writeback.c:1450:13: warning: 'bdi_thresh' may be used uninitialized in this function [-Wuninitialized]
3 mm/page-writeback.c:1226:16: warning: 'bdi_dirty' may be used uninitialized in this function [-Wuninitialized]
3 mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
1 drivers/usb/host/xhci.c:3648:17: warning: unused variable 'dev' [-Wunused-variable]
1 drivers/usb/host/xhci.c:3560:17: warning: unused variable 'dev' [-Wunused-variable]
Section Mismatch Summary: 5
1 WARNING: vmlinux.o(.text.unlikely+0xf30): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
1 WARNING: vmlinux.o(.text.unlikely+0x2258): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: vmlinux.o(.text.unlikely+0x2224): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: mm/built-in.o(.text.unlikely+0x127c): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
1 WARNING: mm/built-in.o(.text.unlikely+0x1248): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
===============================================================================
Detailed per-defconfig build reports below:
-------------------------------------------------------------------------------
arm-multi_v7_defconfig : PASS, 0 errors, 5 warnings, 1 section mismatches
Warnings:
mm/page-writeback.c:1450:13: warning: 'bdi_thresh' may be used uninitialized in this function [-Wuninitialized]
mm/page-writeback.c:1226:16: warning: 'bdi_dirty' may be used uninitialized in this function [-Wuninitialized]
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
drivers/usb/host/xhci.c:3560:17: warning: unused variable 'dev' [-Wunused-variable]
drivers/usb/host/xhci.c:3648:17: warning: unused variable 'dev' [-Wunused-variable]
Section Mismatches:
WARNING: vmlinux.o(.text.unlikely+0xf30): Section mismatch in reference from the function spear_clocksource_init() to the function .init.text:clocksource_mmio_init()
-------------------------------------------------------------------------------
arm-exynos_defconfig : PASS, 0 errors, 3 warnings, 4 section mismatches
Warnings:
mm/page-writeback.c:1450:13: warning: 'bdi_thresh' may be used uninitialized in this function [-Wuninitialized]
mm/page-writeback.c:1226:16: warning: 'bdi_dirty' may be used uninitialized in this function [-Wuninitialized]
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
Section Mismatches:
WARNING: mm/built-in.o(.text.unlikely+0x1248): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: mm/built-in.o(.text.unlikely+0x127c): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2224): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
WARNING: vmlinux.o(.text.unlikely+0x2258): Section mismatch in reference from the function alloc_usemap_and_memmap.constprop.14() to the function .init.text:sparse_early_usemaps_alloc_node.isra.13()
-------------------------------------------------------------------------------
arm-omap2plus_defconfig : PASS, 0 errors, 3 warnings, 0 section mismatches
Warnings:
mm/page-writeback.c:1450:13: warning: 'bdi_thresh' may be used uninitialized in this function [-Wuninitialized]
mm/page-writeback.c:1226:16: warning: 'bdi_dirty' may be used uninitialized in this function [-Wuninitialized]
mm/mlock.c:399:20: warning: 'pmd_end' may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches: