Commit bba0859a99 (arm: versatile: don't mark pen as __INIT)
introduced the following section mismatch warnings:
WARNING: vmlinux.o(.text+0x18208): Section mismatch in reference from the variable pen to the function .cpuinit.text:secondary_startup()
WARNING: vmlinux.o(.text+0x18210): Section mismatch in reference from the variable pen to the variable .cpuinit.data:pen_release
The first is handled by removing __cpuinitdata from pen_release. This
also fixes and potential bug because the issue commit bba0859a99 was
aimed at fixing meant a CPU not known to the kernel could be spinning
forever in versatile_secondary_startup and polling this pen_release
variable, so it is important its memory isn't discarded and reused after
boot.
The second section mismatch warning is removed by taking __CPUINIT
away from before secondary_startup.
Signed-off-by: Jon Medhurst <tixy(a)linaro.org>
---
This patch is aimed at the Linaro Stable Kernel. Do we need some
standard way of annotating patches for that?
Note, this issue does not affect mainline Linux or stable kernel trees
because the upstream version of the problematic patch (commit
8121cf312a1) first appears in Linux 3.11 which also removed all cpuinit
annotations in the kernel.
arch/arm/kernel/head.S | 1 -
arch/arm/kernel/smp.c | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/kernel/head.S b/arch/arm/kernel/head.S
index 8bac553..2725c87 100644
--- a/arch/arm/kernel/head.S
+++ b/arch/arm/kernel/head.S
@@ -342,7 +342,6 @@ __turn_mmu_on_loc:
.long __turn_mmu_on_end
#if defined(CONFIG_SMP)
- __CPUINIT
ENTRY(secondary_startup)
/*
* Common entry point for secondary CPUs.
diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c
index 84d55da..a666911 100644
--- a/arch/arm/kernel/smp.c
+++ b/arch/arm/kernel/smp.c
@@ -57,7 +57,7 @@ struct secondary_data secondary_data;
* control for which core is the next to come out of the secondary
* boot "holding pen"
*/
-volatile int __cpuinitdata pen_release = -1;
+volatile int pen_release = -1;
enum ipi_msg_type {
IPI_WAKEUP,
--
1.7.10.4
Hi Rafael,
I really tried to stop after you asked me to, but still got few more patches..
These are very minor changes and a fairly smaller patchset..
I have rebased this over your linux-next branch
7c218b1 Merge branch 'acpi-bind-next' into linux-next
and tested over my exynos board.. I don't expect them to do any crappy stuff..
You can include these first (if they look fine) and then I will send all other
patches that I have queued up for 3.13.. I will send all of them in one lot,
with partition numbers mentioned (i.e. patches that should go together) and then
you can apply them the way you wish.. Set by set or all at once..
Thanks..
Viresh Kumar (5):
cpufreq: Optimize cpufreq_frequency_table_verify()
cpufreq: rename __cpufreq_set_policy() as cpufreq_set_policy()
cpufreq: rewrite cpufreq_driver->flags using shift operator
cpufreq: use cpufreq_driver->flags to mark
CPUFREQ_HAVE_GOVERNOR_PER_POLICY
cpufreq: add new routine cpufreq_verify_within_cpu_limits()
drivers/cpufreq/arm_big_little.c | 4 ++--
drivers/cpufreq/cpufreq-nforce2.c | 4 +---
drivers/cpufreq/cpufreq.c | 24 ++++++++++-------------
drivers/cpufreq/cpufreq_governor.h | 5 ++++-
drivers/cpufreq/davinci-cpufreq.c | 4 +---
drivers/cpufreq/freq_table.c | 27 +++++++++++++-------------
drivers/cpufreq/integrator-cpufreq.c | 9 ++-------
drivers/cpufreq/intel_pstate.c | 4 +---
drivers/cpufreq/longrun.c | 4 +---
drivers/cpufreq/pcc-cpufreq.c | 3 +--
drivers/cpufreq/sh-cpufreq.c | 7 ++-----
drivers/cpufreq/unicore2-cpufreq.c | 4 +---
include/linux/cpufreq.h | 37 ++++++++++++++++++++++--------------
13 files changed, 62 insertions(+), 74 deletions(-)
--
1.7.12.rc2.18.g61b472e
Automated DT boot report for various ARM defconfigs.
Boot test simply checks if kernel can boot to initramfs with busybox
and run some basic commands (e.g. 'cat /proc/cpuinfo').
Tree/Branch: linus/HEAD
Git describe: v3.11-9031-ga22a0fd
Commit: a22a0fdba4 Merge tag 'for-v3.12' of git://git.infradead.org/battery-2.6
Failed boot tests (console logs at the end)
===========================================
imx6q-wandboard: FAIL: arm-multi_v7_defconfig
omap3-beagle: FAIL: arm-multi_v7_defconfig
Full Report
===========
arm-imx_v6_v7_defconfig
-----------------------
imx6dl-wandboard,wand-dual PASS: 0 min 16.4 sec
imx6dl-wandboard,wand-solo PASS: 0 min 16.4 sec
imx6q-wandboard PASS: 0 min 15.8 sec
arm-multi_v7_defconfig
----------------------
omap4-panda-es PASS: 1 min 10.8 sec
omap3-beagle-xm PASS: 0 min 54.6 sec
sun4i-a10-cubieboard PASS: 0 min 14.5 sec
omap3-tobi,3530overo PASS: 0 min 41.1 sec
am335x-bone,am335xboneb PASS: 0 min 35.2 sec
am335x-bone,am335xbone PASS: 0 min 33.7 sec
imx6dl-wandboard,wand-solo PASS: 0 min 16.4 sec
omap4-panda PASS: 1 min 2.4 sec
imx6q-wandboard FAIL: 0 min 0.0 sec
omap3-tobi,3730storm PASS: 0 min 40.9 sec
imx6dl-wandboard,wand-dual PASS: 0 min 16.6 sec
omap3-beagle FAIL: 0 min 0.0 sec
arm-exynos_defconfig
--------------------
exynos5250-arndale PASS: 0 min 30.3 sec
arm-omap2plus_defconfig
-----------------------
omap3-beagle-xm PASS: 0 min 54.8 sec
am335x-bone,am335xboneb PASS: 0 min 30.5 sec
am335x-bone,am335xbone PASS: 0 min 26.8 sec
omap3-tobi,3530overo PASS: 0 min 42.9 sec
omap4-panda PASS: 1 min 7.9 sec
omap4-panda-es PASS: 1 min 11.9 sec
omap3-tobi,3730storm PASS: 0 min 42.5 sec
omap3-beagle PASS: 0 min 49.3 sec
Console logs for failures
=========================
arm-multi_v7_defconfig
----------------------
imx6q-wandboard: FAIL: last 24 lines of boot log:
-------------------------------------------------
[ 1.010207] sit: IPv6 over IPv4 tunneling driver
[ 1.015423] Key type dns_resolver registered
[ 1.019839] Registering SWP/SWPB emulation handler
[ 1.025880] ci_hdrc ci_hdrc.0: doesn't support gadget
[ 1.030976] ci_hdrc ci_hdrc.0: EHCI Host Controller
[ 1.035883] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
[ 1.056982] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
[ 1.063005] hub 1-0:1.0: USB hub found
[ 1.066798] hub 1-0:1.0: 1 port detected
[ 1.071036] /work/kernel/jenkins/jobs/arm-mainline/workspace/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 1.082548] fec 2188000.ethernet eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=2188000.ethernet:01, irq=-1)
[ 1.093843] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4.077270] libphy: 2188000.ethernet:01 - Link is Up - 100/Full
[ 4.097003] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 4.117230] IP-Config: Complete:
[ 4.120479] device=eth0, hwaddr=00:1f:7b:b4:01:83, ipaddr=192.168.1.181, mask=255.255.255.0, gw=255.255.255.255
[ 4.131036] host=192.168.1.181, domain=, nis-domain=(none)
[ 4.136984] bootserver=192.168.1.2, rootserver=192.168.1.2, rootpath=
[ 4.143694] nameserver0=192.168.1.254, nameserver1=109.0.0.0
[ 4.150663] Waiting for root device /dev/mmcblk0p2...
[ 60.317087] imx-sdma 20ec000.sdma: ~$off
# PYBOOT: Exception: kernel: ERROR: failed to boot: <class 'pexpect.TIMEOUT'>
# PYBOOT: Time: 0.00 seconds.
# PYBOOT: Result: FAIL
omap3-beagle: FAIL: last 24 lines of boot log:
----------------------------------------------
OMAP3 beagleboard.org # if test -n ${initenv}; then run initenv; fi
if test -n ${initenv}; then run initenv; fi
OMAP3 beagleboard.org # if test -n ${preboot}; then run preboot; fi
if test -n ${preboot}; then run preboot; fi
(Re)start USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
scanning usb for ethernet devices...
Warning: asx0 using MAC address from net device
1 Ethernet Device(s) found
OMAP3 beagleboard.org # setenv autoload no; setenv autoboot no
setenv autoload no; setenv autoboot no
OMAP3 beagleboard.org # dhcp
dhcp
ERROR: Need valid 'usbnet_devaddr' to be set
at ether.c:2369/usb_eth_init()
Waiting for Ethernet connection... done.
BOOTP broadcast 1
BOOTP broadcast 2
~$off
# PYBOOT: Exception: u-boot: ERROR: timed-out getting DHCP address.
# PYBOOT: Time: 0.00 seconds.
# PYBOOT: Result: FAIL
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-9031-ga22a0fd
Commit: a22a0fdba4 Merge tag 'for-v3.12' of git://git.infradead.org/battery-2.6
Build Time: 69 min 27 sec
Passed: 125 / 129 ( 96.90 %)
Failed: 4 / 129 ( 3.10 %)
Errors: 3
Warnings: 20
Section Mismatches: 0
Failed defconfigs:
arm-lager_defconfig
arm-raumfeld_defconfig
arm-cm_x300_defconfig
arm-pxa3xx_defconfig
Errors:
arm-lager_defconfig
arch/arm/mach-shmobile/board-lager.c:99:2: error: unknown field ‘register_type’ specified in initializer
arch/arm/mach-shmobile/board-lager.c:99:19: error: ‘SH_ETH_REG_FAST_RCAR’ undeclared here (not in a function)
arm-raumfeld_defconfig
drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
arm-cm_x300_defconfig
drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
arm-pxa3xx_defconfig
drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):
arm-spitz_defconfig: 2 warnings 0 mismatches
arm-ezx_defconfig: 1 warnings 0 mismatches
arm-davinci_all_defconfig: 1 warnings 0 mismatches
arm-imote2_defconfig: 1 warnings 0 mismatches
arm-mini2440_defconfig: 1 warnings 0 mismatches
arm-multi_v7_defconfig+lpae.config: 16 warnings 0 mismatches
arm-iop32x_defconfig: 1 warnings 0 mismatches
arm-iop13xx_defconfig: 1 warnings 0 mismatches
arm-corgi_defconfig: 2 warnings 0 mismatches
arm-ebsa110_defconfig: 1 warnings 0 mismatches
arm-raumfeld_defconfig: 1 warnings 0 mismatches
arm-pxa3xx_defconfig: 1 warnings 0 mismatches
arm-zeus_defconfig: 1 warnings 0 mismatches
arm-cm_x2xx_defconfig: 1 warnings 0 mismatches
arm-em_x270_defconfig: 1 warnings 0 mismatches
arm-da8xx_omapl_defconfig: 1 warnings 0 mismatches
-------------------------------------------------------------------------------
Errors summary: 3
3 drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
1 arch/arm/mach-shmobile/board-lager.c:99:2: error: unknown field ‘register_type’ specified in initializer
1 arch/arm/mach-shmobile/board-lager.c:99:19: error: ‘SH_ETH_REG_FAST_RCAR’ undeclared here (not in a function)
Warnings Summary: 20
9 arch/arm/plat-pxa/ssp.c:145:17: warning: ‘dma_spec.args[0]’ may be used uninitialized in this function [-Wuninitialized]
5 crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
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/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:960: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:960: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:930: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:930: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]
===============================================================================
Detailed per-defconfig build reports below:
-------------------------------------------------------------------------------
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]
crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-------------------------------------------------------------------------------
arm-ezx_defconfig : PASS, 0 errors, 1 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]
-------------------------------------------------------------------------------
arm-davinci_all_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
drivers/i2c/busses/i2c-davinci.c:665:2: warning: passing argument 1 of ‘dev_get_platdata’ from incompatible pointer type [enabled by default]
-------------------------------------------------------------------------------
arm-imote2_defconfig : PASS, 0 errors, 1 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]
-------------------------------------------------------------------------------
arm-mini2440_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-------------------------------------------------------------------------------
arm-multi_v7_defconfig+lpae.config : PASS, 0 errors, 16 warnings, 0 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/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:930:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘dma_addr_t’ [-Wformat]
drivers/dma/imx-dma.c:930:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘dma_addr_t’ [-Wformat]
drivers/dma/imx-dma.c:960:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘dma_addr_t’ [-Wformat]
drivers/dma/imx-dma.c:960: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/tty/serial/imx.c:1542:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-------------------------------------------------------------------------------
arm-iop32x_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-------------------------------------------------------------------------------
arm-iop13xx_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-------------------------------------------------------------------------------
arm-lager_defconfig : FAIL, 2 errors, 0 warnings, 0 section mismatches
Errors:
arch/arm/mach-shmobile/board-lager.c:99:2: error: unknown field ‘register_type’ specified in initializer
arch/arm/mach-shmobile/board-lager.c:99:19: error: ‘SH_ETH_REG_FAST_RCAR’ undeclared here (not in a function)
-------------------------------------------------------------------------------
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]
crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-------------------------------------------------------------------------------
arm-ebsa110_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
arch/arm/mach-ebsa110/core.c:225:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
-------------------------------------------------------------------------------
arm-raumfeld_defconfig : FAIL, 1 errors, 1 warnings, 0 section mismatches
Errors:
drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
Warnings:
arch/arm/plat-pxa/ssp.c:145:17: warning: ‘dma_spec.args[0]’ may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-cm_x300_defconfig : FAIL, 1 errors, 0 warnings, 0 section mismatches
Errors:
drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
-------------------------------------------------------------------------------
arm-pxa3xx_defconfig : FAIL, 1 errors, 1 warnings, 0 section mismatches
Errors:
drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
Warnings:
arch/arm/plat-pxa/ssp.c:145:17: warning: ‘dma_spec.args[0]’ may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-zeus_defconfig : PASS, 0 errors, 1 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]
-------------------------------------------------------------------------------
arm-cm_x2xx_defconfig : PASS, 0 errors, 1 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]
-------------------------------------------------------------------------------
arm-em_x270_defconfig : PASS, 0 errors, 1 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]
-------------------------------------------------------------------------------
arm-da8xx_omapl_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
drivers/i2c/busses/i2c-davinci.c:665:2: warning: passing argument 1 of ‘dev_get_platdata’ from incompatible pointer type [enabled by default]
-------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches:
arm-realview-smp_defconfig
arm-at91rm9200_defconfig
arm-pcm027_defconfig
arm-rmk-omap3430-ldp.config
arm-bcm2835_defconfig
arm-ixp4xx_defconfig
arm-dove_defconfig
arm-nuc950_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-rmk-sa11x0-neponset.config
arm-badge4_defconfig
arm-exynos_defconfig+lpae.config
arm-nuc960_defconfig
arm-shark_defconfig
arm-allnoconfig
arm-armadillo800eva_defconfig
arm-colibri_pxa300_defconfig
arm-acs5k_defconfig
arm-rmk-realview.config
arm-at91sam9260_9g20_defconfig
arm-lpc32xx_defconfig
arm-rmk-omap4430-ldp-allnoconfig.config
arm-rmk-versatile.config
arm-vexpress_defconfig
arm-ape6evm_defconfig
arm-netx_defconfig
arm-socfpga_defconfig
arm-orion5x_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-netwinder_defconfig
arm-iop33x_defconfig
arm-rmk-pxa.config
arm-assabet_defconfig
arm-magician_defconfig
arm-mainstone_defconfig
arm-s5pc100_defconfig
arm-spear3xx_defconfig
arm-shannon_defconfig
arm-at91sam9g45_defconfig
arm-prima2_defconfig
arm-jornada720_defconfig
arm-s3c2410_defconfig
arm-pxa255-idp_defconfig
arm-h3600_defconfig
arm-colibri_pxa270_defconfig
arm-nhk8815_defconfig
arm-viper_defconfig
arm-trizeps4_defconfig
arm-pleb_defconfig
arm-mmp2_defconfig
arm-spear6xx_defconfig
arm-eseries_pxa_defconfig
arm-ks8695_defconfig
arm-imx_v4_v5_defconfig
arm-integrator_defconfig
arm-footbridge_defconfig
arm-pxa168_defconfig
arm-multi_v7_defconfig
arm-s5p64x0_defconfig
arm-rpc_defconfig
arm-mxs_defconfig
arm-nuc910_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-h5000_defconfig
arm-kirkwood_defconfig
arm-mvebu_defconfig
arm-lpd270_defconfig
arm-rmk-omap4430-ldp.config
arm-sama5_defconfig
arm-neponset_defconfig
arm-spear13xx_defconfig
Automated build results for all ARM defconfigs. Summarizes all build
errors, warnings and section mismatches followed by a per-defconfig
summary.
Tree/Branch: next-20130911
Git describe: next-20130911
Commit: 11ecf064c1 Add linux-next specific files for 20130911
Build Time: 142 min 22 sec
Passed: 129 / 129 (100.00 %)
Failed: 0 / 129 ( 0.00 %)
Errors: 0
Warnings: 18
Section Mismatches: 0
-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):
arm-realview-smp_defconfig: 1 warnings 0 mismatches
arm-corgi_defconfig: 2 warnings 0 mismatches
arm-at91rm9200_defconfig: 1 warnings 0 mismatches
arm-pcm027_defconfig: 1 warnings 0 mismatches
arm-spitz_defconfig: 2 warnings 0 mismatches
arm-rmk-omap3430-ldp.config: 1 warnings 0 mismatches
arm-ixp4xx_defconfig: 1 warnings 0 mismatches
arm-dove_defconfig: 1 warnings 0 mismatches
arm-nuc950_defconfig: 1 warnings 0 mismatches
arm-ebsa110_defconfig: 1 warnings 0 mismatches
arm-at91sam9261_9g10_defconfig: 1 warnings 0 mismatches
arm-omap2plus_defconfig: 1 warnings 0 mismatches
arm-bockw_defconfig: 1 warnings 0 mismatches
arm-hackkit_defconfig: 1 warnings 0 mismatches
arm-cns3420vb_defconfig: 1 warnings 0 mismatches
arm-u300_defconfig: 1 warnings 0 mismatches
arm-bcm_defconfig: 1 warnings 0 mismatches
arm-exynos_defconfig: 1 warnings 0 mismatches
arm-imx_v4_v5_defconfig: 1 warnings 0 mismatches
arm-zeus_defconfig: 1 warnings 0 mismatches
arm-rmk-sa11x0-neponset.config: 1 warnings 0 mismatches
arm-davinci_all_defconfig: 1 warnings 0 mismatches
arm-badge4_defconfig: 1 warnings 0 mismatches
arm-exynos_defconfig+lpae.config: 1 warnings 0 mismatches
arm-nuc960_defconfig: 1 warnings 0 mismatches
arm-shark_defconfig: 1 warnings 0 mismatches
arm-em_x270_defconfig: 1 warnings 0 mismatches
arm-colibri_pxa300_defconfig: 1 warnings 0 mismatches
arm-acs5k_defconfig: 1 warnings 0 mismatches
arm-rmk-realview.config: 1 warnings 0 mismatches
arm-at91sam9260_9g20_defconfig: 1 warnings 0 mismatches
arm-mv78xx0_defconfig: 1 warnings 0 mismatches
arm-rmk-omap4430-ldp-allnoconfig.config: 1 warnings 0 mismatches
arm-prima2_defconfig: 1 warnings 0 mismatches
arm-rmk-versatile.config: 1 warnings 0 mismatches
arm-vexpress_defconfig: 1 warnings 0 mismatches
arm-ape6evm_defconfig: 1 warnings 0 mismatches
arm-netx_defconfig: 1 warnings 0 mismatches
arm-socfpga_defconfig: 1 warnings 0 mismatches
arm-orion5x_defconfig: 1 warnings 0 mismatches
arm-cm_x2xx_defconfig: 1 warnings 0 mismatches
arm-da8xx_omapl_defconfig: 1 warnings 0 mismatches
arm-omap2plus_defconfig+pm.config: 1 warnings 0 mismatches
arm-cerfcube_defconfig: 1 warnings 0 mismatches
arm-versatile_defconfig: 1 warnings 0 mismatches
arm-am200epdkit_defconfig: 1 warnings 0 mismatches
arm-rmk-omap3430-ldp-allnoconfig.config: 1 warnings 0 mismatches
arm-simpad_defconfig: 1 warnings 0 mismatches
arm-pxa910_defconfig: 1 warnings 0 mismatches
arm-acs5k_tiny_defconfig: 1 warnings 0 mismatches
arm-xcep_defconfig: 1 warnings 0 mismatches
arm-s5pv210_defconfig: 1 warnings 0 mismatches
arm-palmz72_defconfig: 1 warnings 0 mismatches
arm-mini2440_defconfig: 2 warnings 0 mismatches
arm-ezx_defconfig: 1 warnings 0 mismatches
arm-imote2_defconfig: 1 warnings 0 mismatches
arm-netwinder_defconfig: 1 warnings 0 mismatches
arm-iop33x_defconfig: 1 warnings 0 mismatches
arm-rmk-pxa.config: 1 warnings 0 mismatches
arm-iop13xx_defconfig: 2 warnings 0 mismatches
arm-multi_v7_defconfig+lpae.config: 17 warnings 0 mismatches
arm-assabet_defconfig: 1 warnings 0 mismatches
arm-magician_defconfig: 1 warnings 0 mismatches
arm-mainstone_defconfig: 1 warnings 0 mismatches
arm-s5pc100_defconfig: 1 warnings 0 mismatches
arm-spear3xx_defconfig: 1 warnings 0 mismatches
arm-shannon_defconfig: 1 warnings 0 mismatches
arm-iop32x_defconfig: 2 warnings 0 mismatches
arm-jornada720_defconfig: 1 warnings 0 mismatches
arm-s3c2410_defconfig: 1 warnings 0 mismatches
arm-pxa255-idp_defconfig: 1 warnings 0 mismatches
arm-h3600_defconfig: 1 warnings 0 mismatches
arm-colibri_pxa270_defconfig: 1 warnings 0 mismatches
arm-nhk8815_defconfig: 1 warnings 0 mismatches
arm-nuc910_defconfig: 1 warnings 0 mismatches
arm-viper_defconfig: 1 warnings 0 mismatches
arm-trizeps4_defconfig: 1 warnings 0 mismatches
arm-pleb_defconfig: 1 warnings 0 mismatches
arm-mmp2_defconfig: 1 warnings 0 mismatches
arm-spear6xx_defconfig: 1 warnings 0 mismatches
arm-eseries_pxa_defconfig: 1 warnings 0 mismatches
arm-ks8695_defconfig: 1 warnings 0 mismatches
arm-raumfeld_defconfig: 1 warnings 0 mismatches
arm-integrator_defconfig: 1 warnings 0 mismatches
arm-footbridge_defconfig: 1 warnings 0 mismatches
arm-pxa168_defconfig: 1 warnings 0 mismatches
arm-multi_v7_defconfig: 1 warnings 0 mismatches
arm-s5p64x0_defconfig: 1 warnings 0 mismatches
arm-rpc_defconfig: 1 warnings 0 mismatches
arm-mxs_defconfig: 1 warnings 0 mismatches
arm-pxa3xx_defconfig: 1 warnings 0 mismatches
arm-omap1_defconfig: 1 warnings 0 mismatches
arm-rmk-vexpress-ct9x4.config: 1 warnings 0 mismatches
arm-ep93xx_defconfig: 1 warnings 0 mismatches
arm-keystone_defconfig: 1 warnings 0 mismatches
arm-at91sam9rl_defconfig: 1 warnings 0 mismatches
arm-lubbock_defconfig: 1 warnings 0 mismatches
arm-s3c6400_defconfig: 1 warnings 0 mismatches
arm-imx_v6_v7_defconfig: 1 warnings 0 mismatches
arm-at91sam9263_defconfig: 1 warnings 0 mismatches
arm-mackerel_defconfig: 1 warnings 0 mismatches
arm-clps711x_defconfig: 1 warnings 0 mismatches
arm-collie_defconfig: 1 warnings 0 mismatches
arm-tegra_defconfig: 1 warnings 0 mismatches
arm-lart_defconfig: 1 warnings 0 mismatches
arm-marzen_defconfig: 1 warnings 0 mismatches
arm-tct_hammer_defconfig: 1 warnings 0 mismatches
arm-realview_defconfig: 1 warnings 0 mismatches
arm-msm_defconfig: 1 warnings 0 mismatches
arm-u8500_defconfig: 1 warnings 0 mismatches
arm-cm_x300_defconfig: 1 warnings 0 mismatches
arm-h5000_defconfig: 1 warnings 0 mismatches
arm-kirkwood_defconfig: 1 warnings 0 mismatches
arm-mvebu_defconfig: 1 warnings 0 mismatches
arm-lpd270_defconfig: 1 warnings 0 mismatches
arm-rmk-omap4430-ldp.config: 1 warnings 0 mismatches
arm-sama5_defconfig: 1 warnings 0 mismatches
arm-neponset_defconfig: 1 warnings 0 mismatches
arm-spear13xx_defconfig: 1 warnings 0 mismatches
-------------------------------------------------------------------------------
Warnings Summary: 18
119 mm/mlock.c:399:20: warning: ‘pmd_end’ may be used uninitialized in this function [-Wmaybe-uninitialized]
5 crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
1 drivers/tty/serial/imx.c:1542:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
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:960: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:960: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:930: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:930: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]
===============================================================================
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-corgi_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 [-Wmaybe-uninitialized]
crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-spitz_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 [-Wmaybe-uninitialized]
crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-ebsa110_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-hackkit_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-exynos_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-zeus_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-davinci_all_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-badge4_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-exynos_defconfig+lpae.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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-em_x270_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-cm_x2xx_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-da8xx_omapl_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-cerfcube_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-simpad_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-s5pv210_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-mini2440_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 [-Wmaybe-uninitialized]
crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-------------------------------------------------------------------------------
arm-ezx_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-imote2_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-iop13xx_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 [-Wmaybe-uninitialized]
crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-------------------------------------------------------------------------------
arm-multi_v7_defconfig+lpae.config : PASS, 0 errors, 17 warnings, 0 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: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/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]
mm/mlock.c:399:20: warning: ‘pmd_end’ may be used uninitialized in this function [-Wmaybe-uninitialized]
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:930:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘dma_addr_t’ [-Wformat]
drivers/dma/imx-dma.c:930:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘dma_addr_t’ [-Wformat]
drivers/dma/imx-dma.c:960:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘dma_addr_t’ [-Wformat]
drivers/dma/imx-dma.c:960: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/tty/serial/imx.c:1542:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-------------------------------------------------------------------------------
arm-assabet_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-magician_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-shannon_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-iop32x_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
mm/mlock.c:399:20: warning: ‘pmd_end’ may be used uninitialized in this function [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-jornada720_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-h3600_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-pleb_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-eseries_pxa_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-raumfeld_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-multi_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-rpc_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-pxa3xx_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-collie_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-tegra_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-lart_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-neponset_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-spear13xx_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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches:
arm-at91x40_defconfig
arm-lpc32xx_defconfig
arm-armadillo800eva_defconfig
arm-bcm2835_defconfig
arm-kzm9g_defconfig
arm-lager_defconfig
arm-allnoconfig
arm-at91sam9g45_defconfig
arm-kzm9d_defconfig
arm-at91_dt_defconfig
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-9013-gbf83e61
Commit: bf83e61464 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
Build Time: 75 min 38 sec
Passed: 125 / 129 ( 96.90 %)
Failed: 4 / 129 ( 3.10 %)
Errors: 3
Warnings: 20
Section Mismatches: 0
Failed defconfigs:
arm-lager_defconfig
arm-raumfeld_defconfig
arm-cm_x300_defconfig
arm-pxa3xx_defconfig
Errors:
arm-lager_defconfig
arch/arm/mach-shmobile/board-lager.c:99:2: error: unknown field ‘register_type’ specified in initializer
arch/arm/mach-shmobile/board-lager.c:99:19: error: ‘SH_ETH_REG_FAST_RCAR’ undeclared here (not in a function)
arm-raumfeld_defconfig
drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
arm-cm_x300_defconfig
drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
arm-pxa3xx_defconfig
drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):
arm-spitz_defconfig: 2 warnings 0 mismatches
arm-ezx_defconfig: 1 warnings 0 mismatches
arm-davinci_all_defconfig: 1 warnings 0 mismatches
arm-imote2_defconfig: 1 warnings 0 mismatches
arm-mini2440_defconfig: 1 warnings 0 mismatches
arm-multi_v7_defconfig+lpae.config: 16 warnings 0 mismatches
arm-iop32x_defconfig: 1 warnings 0 mismatches
arm-iop13xx_defconfig: 1 warnings 0 mismatches
arm-corgi_defconfig: 2 warnings 0 mismatches
arm-ebsa110_defconfig: 1 warnings 0 mismatches
arm-raumfeld_defconfig: 1 warnings 0 mismatches
arm-pxa3xx_defconfig: 1 warnings 0 mismatches
arm-zeus_defconfig: 1 warnings 0 mismatches
arm-cm_x2xx_defconfig: 1 warnings 0 mismatches
arm-em_x270_defconfig: 1 warnings 0 mismatches
arm-da8xx_omapl_defconfig: 1 warnings 0 mismatches
-------------------------------------------------------------------------------
Errors summary: 3
3 drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
1 arch/arm/mach-shmobile/board-lager.c:99:2: error: unknown field ‘register_type’ specified in initializer
1 arch/arm/mach-shmobile/board-lager.c:99:19: error: ‘SH_ETH_REG_FAST_RCAR’ undeclared here (not in a function)
Warnings Summary: 20
9 arch/arm/plat-pxa/ssp.c:145:17: warning: ‘dma_spec.args[0]’ may be used uninitialized in this function [-Wuninitialized]
5 crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
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/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:960: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:960: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:930: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:930: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]
===============================================================================
Detailed per-defconfig build reports below:
-------------------------------------------------------------------------------
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]
crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-------------------------------------------------------------------------------
arm-ezx_defconfig : PASS, 0 errors, 1 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]
-------------------------------------------------------------------------------
arm-davinci_all_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
drivers/i2c/busses/i2c-davinci.c:665:2: warning: passing argument 1 of ‘dev_get_platdata’ from incompatible pointer type [enabled by default]
-------------------------------------------------------------------------------
arm-imote2_defconfig : PASS, 0 errors, 1 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]
-------------------------------------------------------------------------------
arm-mini2440_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-------------------------------------------------------------------------------
arm-multi_v7_defconfig+lpae.config : PASS, 0 errors, 16 warnings, 0 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: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/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:930:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘dma_addr_t’ [-Wformat]
drivers/dma/imx-dma.c:930:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘dma_addr_t’ [-Wformat]
drivers/dma/imx-dma.c:960:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘dma_addr_t’ [-Wformat]
drivers/dma/imx-dma.c:960: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/tty/serial/imx.c:1542:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-------------------------------------------------------------------------------
arm-iop32x_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-------------------------------------------------------------------------------
arm-iop13xx_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-------------------------------------------------------------------------------
arm-lager_defconfig : FAIL, 2 errors, 0 warnings, 0 section mismatches
Errors:
arch/arm/mach-shmobile/board-lager.c:99:2: error: unknown field ‘register_type’ specified in initializer
arch/arm/mach-shmobile/board-lager.c:99:19: error: ‘SH_ETH_REG_FAST_RCAR’ undeclared here (not in a function)
-------------------------------------------------------------------------------
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]
crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-------------------------------------------------------------------------------
arm-ebsa110_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
arch/arm/mach-ebsa110/core.c:225:2: warning: large integer implicitly truncated to unsigned type [-Woverflow]
-------------------------------------------------------------------------------
arm-raumfeld_defconfig : FAIL, 1 errors, 1 warnings, 0 section mismatches
Errors:
drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
Warnings:
arch/arm/plat-pxa/ssp.c:145:17: warning: ‘dma_spec.args[0]’ may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-cm_x300_defconfig : FAIL, 1 errors, 0 warnings, 0 section mismatches
Errors:
drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
-------------------------------------------------------------------------------
arm-pxa3xx_defconfig : FAIL, 1 errors, 1 warnings, 0 section mismatches
Errors:
drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
Warnings:
arch/arm/plat-pxa/ssp.c:145:17: warning: ‘dma_spec.args[0]’ may be used uninitialized in this function [-Wuninitialized]
-------------------------------------------------------------------------------
arm-zeus_defconfig : PASS, 0 errors, 1 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]
-------------------------------------------------------------------------------
arm-cm_x2xx_defconfig : PASS, 0 errors, 1 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]
-------------------------------------------------------------------------------
arm-em_x270_defconfig : PASS, 0 errors, 1 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]
-------------------------------------------------------------------------------
arm-da8xx_omapl_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
drivers/i2c/busses/i2c-davinci.c:665:2: warning: passing argument 1 of ‘dev_get_platdata’ from incompatible pointer type [enabled by default]
-------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches:
arm-realview-smp_defconfig
arm-at91rm9200_defconfig
arm-pcm027_defconfig
arm-rmk-omap3430-ldp.config
arm-bcm2835_defconfig
arm-ixp4xx_defconfig
arm-dove_defconfig
arm-nuc950_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-rmk-sa11x0-neponset.config
arm-badge4_defconfig
arm-exynos_defconfig+lpae.config
arm-nuc960_defconfig
arm-shark_defconfig
arm-allnoconfig
arm-armadillo800eva_defconfig
arm-colibri_pxa300_defconfig
arm-acs5k_defconfig
arm-rmk-realview.config
arm-at91sam9260_9g20_defconfig
arm-lpc32xx_defconfig
arm-rmk-omap4430-ldp-allnoconfig.config
arm-rmk-versatile.config
arm-vexpress_defconfig
arm-ape6evm_defconfig
arm-netx_defconfig
arm-socfpga_defconfig
arm-orion5x_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-netwinder_defconfig
arm-iop33x_defconfig
arm-rmk-pxa.config
arm-assabet_defconfig
arm-magician_defconfig
arm-mainstone_defconfig
arm-s5pc100_defconfig
arm-spear3xx_defconfig
arm-shannon_defconfig
arm-at91sam9g45_defconfig
arm-prima2_defconfig
arm-jornada720_defconfig
arm-s3c2410_defconfig
arm-pxa255-idp_defconfig
arm-h3600_defconfig
arm-colibri_pxa270_defconfig
arm-nhk8815_defconfig
arm-viper_defconfig
arm-trizeps4_defconfig
arm-pleb_defconfig
arm-mmp2_defconfig
arm-spear6xx_defconfig
arm-eseries_pxa_defconfig
arm-ks8695_defconfig
arm-imx_v4_v5_defconfig
arm-integrator_defconfig
arm-footbridge_defconfig
arm-pxa168_defconfig
arm-multi_v7_defconfig
arm-s5p64x0_defconfig
arm-rpc_defconfig
arm-mxs_defconfig
arm-nuc910_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-h5000_defconfig
arm-kirkwood_defconfig
arm-mvebu_defconfig
arm-lpd270_defconfig
arm-rmk-omap4430-ldp.config
arm-sama5_defconfig
arm-neponset_defconfig
arm-spear13xx_defconfig