This patchset adds DT nodes for FIMD and DP controller for Exynos5420
based SMDK.
It moves all common properties of FIMD and DP controller DT node specific to
Exynos5 Socs like 5250 and 5420 to exynos5.dtsi file.
It also adds required PM domain DT nodes for exynos5420.
Is rebased on branch kgene's "for-next"
https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h…
The DP PHY DT Node is based on Jingoo Han's inflight patchset at
http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/66…
changes since v1:
- Addressed comments given by Tomasz Figa <tomasz.figa(a)gmail.com>
and Ajay kumar <ajaynumb(a)gmail.com>
Vikas Sajjan (6):
ARM: dts: Move display-timimg information inside FIMD DT node for
exynos5250
ARM: dts: Update FIMD DT node for Exynos5 SoCs
ARM: dts: Add FIMD DT node to exynos5420 DTS files
ARM: dts: Update DP controller DT Node for Exynos5 based SoCs
ARM: dts: Add DP controller DT node to exynos5420 SoC
ARM: dts: Add pin state information for DP HPD support to Exynos5420
Yadwinder Singh Brar (1):
ARM: dts: Add basic PM domains for EXYNOS5420
arch/arm/boot/dts/exynos5.dtsi | 21 +++++++++++
arch/arm/boot/dts/exynos5250-arndale.dts | 4 ++-
arch/arm/boot/dts/exynos5250-smdk5250.dts | 32 +++++++++--------
arch/arm/boot/dts/exynos5250.dtsi | 28 ++++++---------
arch/arm/boot/dts/exynos5420-pinctrl.dtsi | 7 ++++
arch/arm/boot/dts/exynos5420-smdk5420.dts | 31 ++++++++++++++++
arch/arm/boot/dts/exynos5420.dtsi | 55 +++++++++++++++++++++++++++++
7 files changed, 145 insertions(+), 33 deletions(-)
--
1.7.9.5
Automated build results for all ARM defconfigs. Summarizes all build
errors, warnings and section mismatches followed by a per-defconfig
summary.
Tree/Branch: next-20130912
Git describe: next-20130912
Commit: c2bbc01ff5 Add linux-next specific files for 20130912
Build Time: 106 min 36 sec
Passed: 129 / 129 (100.00 %)
Failed: 0 / 129 ( 0.00 %)
Errors: 0
Warnings: 17
Section Mismatches: 0
-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):
arm-spitz_defconfig: 1 warnings 0 mismatches
arm-mini2440_defconfig: 1 warnings 0 mismatches
arm-multi_v7_defconfig+lpae.config: 16 warnings 0 mismatches
arm-iop13xx_defconfig: 1 warnings 0 mismatches
arm-corgi_defconfig: 1 warnings 0 mismatches
arm-iop32x_defconfig: 1 warnings 0 mismatches
-------------------------------------------------------------------------------
Warnings Summary: 17
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-spitz_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-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-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-corgi_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-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=]
-------------------------------------------------------------------------------
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-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-armadillo800eva_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-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-ezx_defconfig
arm-imote2_defconfig
arm-netwinder_defconfig
arm-iop33x_defconfig
arm-rmk-pxa.config
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-prima2_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-multi_v7_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-sama5_defconfig
arm-neponset_defconfig
arm-spear13xx_defconfig
Hi Ben, Dave, Russell,
This is addtion to previously posted patch 'ARM: signal: sigreturn_codes
should be endian neutral'
http://lists.infradead.org/pipermail/linux-arm-kernel/2013-August/195176.ht…
Ben, who graciously agreed to include my above V3 version of patch into his
BE series, reported that above patch breaks build of some old architectures.
I believe I am able to reproduce the issue using rpc_defconfig. Build
fails with messages like these (full gcc invocation could be found
below in Apendix 1):
arch/arm/kernel/sigreturn_codes.S: Assembler messages:
arch/arm/kernel/sigreturn_codes.S:46: Error: selected processor does not support THUMB opcodes
arch/arm/kernel/sigreturn_codes.S:47: Error: selected processor does not support Thumb mode `movs r7,#((0x900000+119)-0x900000)'
<snip>
When I proposed first version of the patch using asm/opcodes.h
macros
http://lists.infradead.org/pipermail/linux-arm-kernel/2013-August/191543.ht…
we discussed that it is better to use separate assembler file with
right asm mnemonics and let toolchain to do right thing - byte
swapping instructions depending on endianity. It was highlighted
the assumption is that we have sufficiently thumb-capable tools.
In sigreturn_codes.S I explicitly used asm '.thumb' directive.
However I failed to realize that even toolchain is thumb-capable it
depends on -march=XXX gcc command line option whether gas takes
.thumb opcodes or not. For architectures below v6, non t variants
(like -march=armv3 used by rpc_defconfig) it fails to compile .S file
with .thumb directive in it. Please see below Apendix 2 for
small examples.
To fix the issue I considered several options. I created fix patch
with my preferred choice, which follows this cover letter, but I
am looking for other folks feedback and opinions and/or maybe
suggestions for other better ways to address it.
Switch arch with explicity .arch asm directive
----------------------------------------------
The idea of this approach is to switch arm architecture
explicitly with '.arch' asm directive inside of sigreturn_codes.S
if arch that set by Makefile is too low
Diff will look like this:
diff --git a/arch/arm/kernel/sigreturn_codes.S b/arch/arm/kernel/sigreturn_codes.S
index c888c43..3c5d0f2 100644
--- a/arch/arm/kernel/sigreturn_codes.S
+++ b/arch/arm/kernel/sigreturn_codes.S
@@ -30,6 +30,17 @@
* snippets.
*/
+#if __LINUX_ARM_ARCH__ <= 4
+ /*
+ * Note we manually set minimally required arch that supports
+ * required thumb opcodes for early arch versions. It is OK
+ * for this file to be used in combination with other
+ * lower arch variants, since these code snippets are only
+ * used as input data.
+ */
+ .arch armv4t
+#endif
+
.section .rodata
.global sigreturn_codes
.type sigreturn_codes, #object
Note with this approach if modern abi is used and explicit '.arch armv4t'
is used, gas generate "File Attributes" that contain 'Tag_CPU_name: "4T"'
and 'Tag_CPU_arch: v4T' tag records. I would like not to have mismatch
with other object file so '.arch armv4t' usage is conditional - only for
old arch values. Note for rpc_defconfig test case old '-mabi=apcs-gnu'
option is used, and in this case no "File Attributes" is generated. Although
mixing .o file with different Tag_CPU_arch tags may not be big issue as long
as valuea are compatible. I do see in CONFIG_ARCH_MULTIPLATFORM case .o files
with 'Tag_CPU_arch: v6K' are mixed with object files with 'Tag_CPU_arch: v7'.
This is my preferred approach. Complete proposed diff follows this
cover letter.
Conditional compilation based on __LINUX_ARM_ARCH__ value
---------------------------------------------------------
Use '#if __LINUX_ARM_ARCH__ >= 6' condition around .thumb
asm sequences, if not, fallback to constructing opcode manually
as original sigretun_codes did. Code will look something like
this:
+#if __LINUX_ARM_ARCH__ >= 5
.thumb
movs r7, #(__NR_rt_sigreturn - __NR_SYSCALL_BASE)
swi #0
+#else
+ /*
+ * gas will not take .thumb opcodes for older arch,
+ * construct them manually
+ */
+ .long (0xdf00 << 16 | 0x2700 | (__NR_rt_sigreturn - __NR_SYSCALL_BASE))
+#endif
this approach is safe bet but manually generated opcodes seems to
be step backward
Use asm/opcodes.h macros
------------------------
With this approach we can abandon use of separate .S file and use
macros from <asm/opcodes.h>. Effectively it will back out my v3
version of patch and apply v1 version as I posted here:
http://lists.infradead.org/pipermail/linux-arm-kernel/2013-August/191543.ht…
Any other suggestions?
----------------------
Testing
-------
I tested LE and BE pandaboard in Linaro tree and BE patch series. Original
LTP ./rt_sigactionNN tests have been run.
Tested build of rpc_defconfig which has CONFIG_CPU_32v3 and exhibited build
problem. Beyond that I struggle to find old machine that would fail to build.
Also I looked at
kirkwood_defconfig there was no issue with original patch, it is
CONFIG_CPU_32v5 which implies -march=armv5te or -march=armv4t, both OK with
.thumb
integrator_defconfig there was no issue with original patch, it is
CONFIG_CPU_32v4t which implies -march=armv4t, which is OK with .thumb
ixp4xx_defconfig there was no issue with original patch, it is CONFIG_CPU_32v5
and it is in CONFIG_CPU_BIG_ENDIAN=y (BE32). This is compiled with
-march=armv5te. sigreturn_codes look OK. Before original patch thumb instrs
were swapped.
Any other suggestions for old boards configs to test?
Apendix 1 full failed compile line
----------------------------------
arm-linux-gnueabihf-gcc -Wp,-MD,arch/arm/kernel/.sigreturn_codes.o.d \
-nostdinc -isystem /run/media/kamensky/wd/linaro/gcc-linaro-arm-linux-gnueabihf-4.7-2013.01-20130125_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/include \
-I/run/media/kamensky/wd/linaro/linux-linaro-core-tracking/091013/linux-linaro-tracking-be/arch/arm/include -Iarch/arm/include/generated \
-Iinclude -I/run/media/kamensky/wd/linaro/linux-linaro-core-tracking/091013/linux-linaro-tracking-be/arch/arm/include/uapi -Iarch/arm/include/generated/uapi \
-I/run/media/kamensky/wd/linaro/linux-linaro-core-tracking/091013/linux-linaro-tracking-be/include/uapi -Iinclude/generated/uapi -include \
/run/media/kamensky/wd/linaro/linux-linaro-core-tracking/091013/linux-linaro-tracking-be/include/linux/kconfig.h -D__KERNEL__ -mlittle-endian \
-Iarch/arm/mach-rpc/include -D__ASSEMBLY__ -mabi=apcs-gnu -mno-thumb-interwork -marm -D__LINUX_ARM_ARCH__=3 -march=armv3 -mtune=strongarm110 \
-include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/kernel/sigreturn_codes.o arch/arm/kernel/sigreturn_codes.S
arch/arm/kernel/sigreturn_codes.S: Assembler messages:
arch/arm/kernel/sigreturn_codes.S:46: Error: selected processor does not support THUMB opcodes
arch/arm/kernel/sigreturn_codes.S:47: Error: selected processor does not support Thumb mode `movs r7,#((0x900000+119)-0x900000)'
<snip>
Apendix 2 -march and .thumb simple test case
--------------------------------------------
[kamensky@kamensky-w530 linux-linaro-tracking-be]$ cat t.S
sigreturn_codes:
.thumb
movs r7, #157
[kamensky@kamensky-w530 linux-linaro-tracking-be]$ arm-linux-gnueabihf-gcc -nostdinc -mlittle-endian -mno-thumb-interwork -mabi=apcs-gnu -marm -march=armv3 -msoft-float -c -o t.o t.S
t.S: Assembler messages:
t.S:2: Error: selected processor does not support THUMB opcodes
t.S:3: Error: selected processor does not support Thumb mode `movs r7,#157'
[kamensky@kamensky-w530 linux-linaro-tracking-be]$ arm-linux-gnueabihf-gcc -nostdinc -mlittle-endian -mno-thumb-interwork -mabi=apcs-gnu -marm -march=armv5 -msoft-float -c -o t.o t.S
t.S: Assembler messages:
t.S:2: Error: selected processor does not support THUMB opcodes
t.S:3: Error: selected processor does not support Thumb mode `movs r7,#157'
[kamensky@kamensky-w530 linux-linaro-tracking-be]$ arm-linux-gnueabihf-gcc -nostdinc -mlittle-endian -mno-thumb-interwork -mabi=apcs-gnu -marm -march=armv6 -msoft-float -c -o t.o t.S
[kamensky@kamensky-w530 linux-linaro-tracking-be]$ arm-linux-gnueabihf-gcc -nostdinc -mlittle-endian -mno-thumb-interwork -mabi=apcs-gnu -march=armv7 -msoft-float -c -o t.o t.S
Thanks,
Victor
Victor Kamensky (1):
ARM: signal: sigreturn_codes fix build breakage for old arch
arch/arm/kernel/sigreturn_codes.S | 11 +++++++++++
1 file changed, 11 insertions(+)
--
1.8.1.4
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-9420-gd5d04bb
Commit: d5d04bb48f Bye, bye, WfW flag
Failed boot tests (console logs at the end)
===========================================
exynos5250-arndale: FAIL: arm-exynos_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.2 sec
imx6q-wandboard PASS: 0 min 15.0 sec
arm-multi_v7_defconfig
----------------------
omap4-panda-es PASS: 1 min 7.7 sec
omap3-beagle-xm PASS: 0 min 51.9 sec
am335x-bone PASS: 0 min 33.3 sec
sun4i-a10-cubieboard PASS: 0 min 11.5 sec
imx6dl-wandboard,wand-solo PASS: 0 min 16.3 sec
omap3-tobi,3530overo PASS: 0 min 40.7 sec
omap4-panda PASS: 0 min 59.4 sec
imx6q-wandboard PASS: 0 min 15.7 sec
omap3-tobi,3730storm PASS: 0 min 40.1 sec
imx6dl-wandboard,wand-dual PASS: 0 min 16.5 sec
omap3-beagle PASS: 0 min 56.3 sec
arm-exynos_defconfig
--------------------
exynos5250-arndale FAIL: 0 min 0.0 sec
arm-omap2plus_defconfig
-----------------------
omap3-beagle-xm PASS: 0 min 52.3 sec
am335x-bone PASS: 0 min 26.3 sec
omap3-tobi,3530overo PASS: 0 min 42.4 sec
omap4-panda PASS: 1 min 3.7 sec
omap4-panda-es PASS: 1 min 10.5 sec
omap3-tobi,3730storm PASS: 0 min 41.3 sec
omap3-beagle PASS: 0 min 52.0 sec
Console logs for failures
=========================
arm-exynos_defconfig
--------------------
exynos5250-arndale: FAIL: last 24 lines of boot log:
----------------------------------------------------
ARNDALE5250 # setenv bootargs console=tty0 console=ttySAC2,115200n8 rw root=/dev/mmcblk1p3 rootwait rootfstype=ext4
setenv bootargs console=tty0 console=ttySAC2,115200n8 rw root=/dev/mmcblk1p3 rootwait rootfstype=ext4
ARNDALE5250 # setenv netargs 'setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}::::192.168.1.254:none'
setenv netargs 'setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}::::192.168.1.254:none'
ARNDALE5250 # if test -n ${initenv}; then run initenv; fi
if test -n ${initenv}; then run initenv; fi
ARNDALE5250 # 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... 4 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
scanning usb for ethernet devices... 1 Ethernet Device(s) found
ARNDALE5250 # setenv autoload no; setenv autoboot no
setenv autoload no; setenv autoboot no
ARNDALE5250 # dhcp
dhcp
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-9420-gd5d04bb
Commit: d5d04bb48f Bye, bye, WfW flag
Build Time: 45 min 21 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
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-9419-g1ae276a
Commit: 1ae276a911 Merge tag 'ecryptfs-3.12-rc1-crypt-ctx' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
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-9419-g1ae276a
Commit: 1ae276a911 Merge tag 'ecryptfs-3.12-rc1-crypt-ctx' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
Build Time: 46 min 35 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 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-9411-gc2d9572
Commit: c2d95729e3 Merge branch 'akpm' (patches from Andrew Morton)
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-9411-gc2d9572
Commit: c2d95729e3 Merge branch 'akpm' (patches from Andrew Morton)
Build Time: 131 min 4 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 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-9075-g2b76db6
Commit: 2b76db6a0f Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
Failed boot tests (console logs at the end)
===========================================
exynos5250-arndale: FAIL: arm-exynos_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.3 sec
imx6q-wandboard PASS: 0 min 15.1 sec
arm-multi_v7_defconfig
----------------------
omap4-panda-es PASS: 1 min 8.7 sec
omap3-beagle-xm PASS: 0 min 50.6 sec
sun4i-a10-cubieboard PASS: 0 min 11.6 sec
omap3-tobi,3530overo PASS: 0 min 41.3 sec
am335x-bone,am335xboneb PASS: 0 min 32.2 sec
am335x-bone,am335xbone PASS: 0 min 33.7 sec
imx6dl-wandboard,wand-solo PASS: 0 min 16.4 sec
omap4-panda PASS: 0 min 58.8 sec
imx6q-wandboard PASS: 0 min 15.7 sec
omap3-tobi,3730storm PASS: 0 min 43.6 sec
imx6dl-wandboard,wand-dual PASS: 0 min 16.6 sec
omap3-beagle PASS: 0 min 49.1 sec
arm-exynos_defconfig
--------------------
exynos5250-arndale FAIL: 0 min 0.0 sec
arm-omap2plus_defconfig
-----------------------
omap3-beagle-xm PASS: 0 min 51.7 sec
am335x-bone,am335xboneb PASS: 0 min 27.4 sec
am335x-bone,am335xbone PASS: 0 min 26.8 sec
omap3-tobi,3530overo PASS: 0 min 45.9 sec
omap4-panda PASS: 1 min 6.4 sec
omap4-panda-es PASS: 1 min 7.0 sec
omap3-tobi,3730storm PASS: 0 min 44.8 sec
omap3-beagle PASS: 0 min 51.5 sec
Console logs for failures
=========================
arm-exynos_defconfig
--------------------
exynos5250-arndale: FAIL: last 24 lines of boot log:
----------------------------------------------------
ARNDALE5250 # setenv bootargs console=tty0 console=ttySAC2,115200n8 rw root=/dev/mmcblk1p3 rootwait rootfstype=ext4
setenv bootargs console=tty0 console=ttySAC2,115200n8 rw root=/dev/mmcblk1p3 rootwait rootfstype=ext4
ARNDALE5250 #setenv netargs 'setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}::::192.168.1.254:none'
setenv netargs 'setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}::::192.168.1.254:none'
ARNDALE5250 # if test -n ${initenv}; then run initenv; fi
if test -n ${initenv}; then run initenv; fi
ARNDALE5250 # 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... 4 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
scanning usb for ethernet devices... 1 Ethernet Device(s) found
ARNDALE5250 # setenv autoload no; setenv autoboot no
setenv autoload no; setenv autoboot no
ARNDALE5250 # dhcp
dhcp
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-9075-g2b76db6
Commit: 2b76db6a0f Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
Build Time: 87 min 22 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
It will be very useful for user space if it has a method of querying
VCPU target type suitable to underlying Host. We can use such querying
mechanism and implement machine models in user space where VCPU target
type is always same-as/suitable-to underlying Host (i.e. Target CPU=Host).
This patch series implements KVM_ARM_SUITABLE_TARGET ioclt for querying
VCPU target type matching underlying host. Using this new ioctl we can
implement VCPU target CPU=Host in user space (i.e. QEMU/KVMTOOL).
Also, it is not mandatory to call KVM_ARM_SUITABLE_TARGET ioctl and the
old method of using only KVM_ARM_VCPU_INIT ioctl works fine.
Anup Patel (2):
ARM/ARM64: KVM: Implement KVM_ARM_SUITABLE_TARGET ioctl
KVM: Add documentation for KVM_ARM_SUITABLE_TARGET ioctl
Documentation/virtual/kvm/api.txt | 25 ++++++++++++++++++++-----
arch/arm/kvm/arm.c | 2 ++
include/uapi/linux/kvm.h | 1 +
3 files changed, 23 insertions(+), 5 deletions(-)
--
1.7.9.5
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-9063-ge831cbf
Commit: e831cbfc1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Build Time: 67 min 34 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
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
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-8942-g8d7551e
Commit: 8d7551eb19 Merge tag 'cris-for-3.12' of git://jni.nu/cris
Build Time: 132 min 56 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/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/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/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: arm-soc/fixes
Git describe: v3.11-8713-g1e2c239
Commit: 1e2c2390ef i2c: davinci: Fix bad dev_get_platdata() conversion
Build Time: 85 min 30 sec
Passed: 126 / 129 ( 97.67 %)
Failed: 3 / 129 ( 2.33 %)
Errors: 1
Warnings: 22
Section Mismatches: 0
Failed defconfigs:
arm-pxa3xx_defconfig
arm-raumfeld_defconfig
arm-cm_x300_defconfig
Errors:
arm-pxa3xx_defconfig
drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
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]
-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):
arm-spitz_defconfig: 1 warnings 0 mismatches
arm-mini2440_defconfig: 1 warnings 0 mismatches
arm-ebsa110_defconfig: 1 warnings 0 mismatches
arm-multi_v7_defconfig+lpae.config: 20 warnings 0 mismatches
arm-iop13xx_defconfig: 1 warnings 0 mismatches
arm-corgi_defconfig: 1 warnings 0 mismatches
arm-iop32x_defconfig: 1 warnings 0 mismatches
-------------------------------------------------------------------------------
Errors summary: 1
3 drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
Warnings Summary: 22
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/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]
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, 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-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-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-multi_v7_defconfig+lpae.config : PASS, 0 errors, 20 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: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/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/tty/serial/imx.c:1542:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-------------------------------------------------------------------------------
arm-pxa3xx_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-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-corgi_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-raumfeld_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-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-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=]
-------------------------------------------------------------------------------
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-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-armadillo800eva_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-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-ezx_defconfig
arm-imote2_defconfig
arm-netwinder_defconfig
arm-iop33x_defconfig
arm-rmk-pxa.config
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-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-colibri_pxa300_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 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: v3.10.11
Git describe: v3.10.11
Commit: fe8d85a003 Linux 3.10.11
Automated build results for all ARM defconfigs. Summarizes all build
errors, warnings and section mismatches followed by a per-defconfig
summary.
Tree/Branch: next-20130910
Git describe: next-20130910
Commit: ba9c91173b Add linux-next specific files for 20130910
Build Time: 134 min 19 sec
Passed: 129 / 129 (100.00 %)
Failed: 0 / 129 ( 0.00 %)
Errors: 0
Warnings: 21
Section Mismatches: 0
-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):
arm-realview-smp_defconfig: 1 warnings 0 mismatches
arm-corgi_defconfig: 3 warnings 0 mismatches
arm-at91rm9200_defconfig: 1 warnings 0 mismatches
arm-pcm027_defconfig: 1 warnings 0 mismatches
arm-spitz_defconfig: 3 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: 2 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: 2 warnings 0 mismatches
arm-rmk-sa11x0-neponset.config: 1 warnings 0 mismatches
arm-davinci_all_defconfig: 2 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: 2 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: 2 warnings 0 mismatches
arm-da8xx_omapl_defconfig: 2 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: 2 warnings 0 mismatches
arm-imote2_defconfig: 2 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: 2 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: 2 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: 21
119 mm/mlock.c:399:20: warning: ‘pmd_end’ may be used uninitialized in this function [-Wmaybe-uninitialized]
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-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, 3 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 [-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, 3 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 [-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, 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 [-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, 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 [-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, 2 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: ‘pmd_end’ may be used uninitialized in this function [-Wmaybe-uninitialized]
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, 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, 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 [-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, 2 warnings, 0 section mismatches
Warnings:
mm/mlock.c:399:20: warning: ‘pmd_end’ may be used uninitialized in this function [-Wmaybe-uninitialized]
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 [-Wmaybe-uninitialized]
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 [-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, 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 [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
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 [-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:
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-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]
mm/mlock.c:399:20: warning: ‘pmd_end’ may be used uninitialized in this function [-Wmaybe-uninitialized]
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-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:
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-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, 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 [-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, 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 [-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-8716-g26b0332
Commit: 26b0332e30 Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine
Build Time: 132 min 42 sec
Passed: 125 / 129 ( 96.90 %)
Failed: 4 / 129 ( 3.10 %)
Errors: 3
Warnings: 24
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: 20 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: 24
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/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]
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, 20 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: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/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: arm-soc/fixes
Git describe: v3.11-8712-g3c78d11
Commit: 3c78d113fb ARM: vexpress: allow dcscb and tc2_pm in a combined ARMv6+v7 build
Build Time: 128 min 47 sec
Passed: 126 / 129 ( 97.67 %)
Failed: 3 / 129 ( 2.33 %)
Errors: 1
Warnings: 23
Section Mismatches: 0
Failed defconfigs:
arm-pxa3xx_defconfig
arm-raumfeld_defconfig
arm-cm_x300_defconfig
Errors:
arm-pxa3xx_defconfig
drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
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]
-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):
arm-spitz_defconfig: 1 warnings 0 mismatches
arm-mini2440_defconfig: 1 warnings 0 mismatches
arm-davinci_all_defconfig: 1 warnings 0 mismatches
arm-ebsa110_defconfig: 1 warnings 0 mismatches
arm-multi_v7_defconfig+lpae.config: 20 warnings 0 mismatches
arm-iop13xx_defconfig: 1 warnings 0 mismatches
arm-corgi_defconfig: 1 warnings 0 mismatches
arm-iop32x_defconfig: 1 warnings 0 mismatches
arm-da8xx_omapl_defconfig: 1 warnings 0 mismatches
-------------------------------------------------------------------------------
Errors summary: 1
3 drivers/mtd/nand/pxa3xx_nand.c:1325:2: error: implicit declaration of function ‘pxa3xx_nand_get_variant’ [-Werror=implicit-function-declaration]
Warnings Summary: 23
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/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]
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, 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-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-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-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-multi_v7_defconfig+lpae.config : PASS, 0 errors, 20 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: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/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/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/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/tty/serial/imx.c:1542:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
-------------------------------------------------------------------------------
arm-pxa3xx_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-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-corgi_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-raumfeld_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-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-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-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-zeus_defconfig
arm-rmk-sa11x0-neponset.config
arm-badge4_defconfig
arm-exynos_defconfig+lpae.config
arm-nuc960_defconfig
arm-shark_defconfig
arm-allnoconfig
arm-em_x270_defconfig
arm-armadillo800eva_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-rmk-versatile.config
arm-vexpress_defconfig
arm-ape6evm_defconfig
arm-netx_defconfig
arm-socfpga_defconfig
arm-orion5x_defconfig
arm-cm_x2xx_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-ezx_defconfig
arm-imote2_defconfig
arm-netwinder_defconfig
arm-iop33x_defconfig
arm-rmk-pxa.config
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-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-colibri_pxa300_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
From: Mark Brown <broonie(a)linaro.org>
It is reasonable for a driver using a GPIO to call set_debounce() on GPIOs
that don't provide this support in hardware since the driver can fall back
on a software debounce implementation or otherwise not depend on success
so downgrade the log message for this to a debug one.
Signed-off-by: Mark Brown <broonie(a)linaro.org>
---
drivers/gpio/gpiolib.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c
index b762718..374cf9e 100644
--- a/drivers/gpio/gpiolib.c
+++ b/drivers/gpio/gpiolib.c
@@ -1779,8 +1779,8 @@ static int gpiod_set_debounce(struct gpio_desc *desc, unsigned debounce)
chip = desc->chip;
if (!chip->set || !chip->set_debounce) {
- pr_warn("%s: missing set() or set_debounce() operations\n",
- __func__);
+ pr_debug("%s: missing set() or set_debounce() operations\n",
+ __func__);
return -EIO;
}
--
1.8.4.rc3