FYI...
armada-370-mirabox started failing boot tests in linux-next as of
next-20141117. Excerpt of boot report below, or you can see all the recent
boots of mirabox here:
http://status.armcloud.us/boot/?mirabox
I bisected it down to a PCI commit[2], but it didn't revert cleanly on
top of next/master so didn't fully verify it is the root cause. I'll
let one of you MVEBU maintainers take it the next step.
Thanks,
Kevin
[1]
> Full Build report: http://status.armcloud.us/build/next/kernel/next-20141117/
> Full Boot report: http://status.armcloud.us/boot/all/job/next/kernel/next-20141117/
>
> Tree/Branch: next
> Git describe: next-20141117
>
> Failed boot tests
> =================
> armada-370-mirabox: FAIL: arm-multi_v7_defconfig+CONFIG_CPU_BIG_ENDIAN=y
> http://storage.armcloud.us/kernel-ci/next/next-20141117/arm-multi_v7_defcon…
> armada-370-mirabox: FAIL: arm-multi_v7_defconfig
> http://storage.armcloud.us/kernel-ci/next/next-20141117/arm-multi_v7_defcon…
[...]
> armada-370-mirabox: FAIL: arm-mvebu_v7_defconfig+CONFIG_CPU_BIG_ENDIAN=y
> http://storage.armcloud.us/kernel-ci/next/next-20141117/arm-mvebu_v7_defcon…
> armada-370-mirabox: FAIL: arm-mvebu_v7_defconfig
> http://storage.armcloud.us/kernel-ci/next/next-20141117/arm-mvebu_v7_defcon…
[2]
7ea945f0bb49423451dbf222f62c6fabc857aaac is the first bad commit
commit 7ea945f0bb49423451dbf222f62c6fabc857aaac
Author: Myron Stowe <myron.stowe(a)redhat.com>
Date: Thu Oct 30 11:54:43 2014 -0600
PCI: Shrink decoding-disabled window while sizing BARs
__pci_read_base() disables decoding while sizing device BARs. We
can't
print while decoding is disabled, which leads to some rather messy
exit
logic.
Coalesce the sizing logic to minimize the time decoding is
disabled. This
lets us print errors where they're detected.
The refactoring also takes advantage of the symmetry of obtaining
the
BAR's extent (pci_size) and storing the result as the 'region' for
both
the 32-bit and 64-bit BARs, consolidating both cases.
No functional change intended.
Signed-off-by: Myron Stowe <myron.stowe(a)redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas(a)google.com>
CC: Matthew Wilcox <willy(a)linux.intel.com>
:040000 040000 6f2ac18e742572f4d3e4f8bd80c4d4b2e2dedafa
11c2f2defdb6330477e1b03e8dcc57438e406789 M drivers
bisect run success
Here are the build results from automated periodic testing.
The tree being built was next, found at:
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git (master branch)
Topmost commit:
efefb5c Add linux-next specific files for 20141117
Build logs (stderr only) can be found at the following link (experimental):
http://arm-soc.lixom.net/buildlogs/next/next-20141117/
Runtime: 10m 36s
Passed: 119
Failed: 7
Warnings: 286
Section mismatches: 2
-------------------------------------------------------------------------------
Failed defconfigs:
arm.allmodconfig
arm.davinci_all_defconfig
arm.dove_defconfig
arm.mv78xx0_defconfig
arm.orion5x_defconfig
arm.tct_hammer_defconfig
arm.viper_defconfig
-------------------------------------------------------------------------------
Errors:
arm.allmodconfig:
kernel/power/Kconfig:132:error: recursive dependency detected!
drivers/gpu/drm/omapdrm/omap_plane.c:391:6: error: unused variable 'ret' [-Werror=unused-variable]
drivers/net/ethernet/dec/tulip/winbond-840.c:910:2: warning: #warning Processor architecture undefined [-Wcpp]
#warning Processor architecture undefined
arm.davinci_all_defconfig:
kernel/power/Kconfig:132:error: recursive dependency detected!
drivers/tty/vt/vt.c:2703:4: error: implicit declaration of function 'vt_get_kmsg_redirect' [-Werror=implicit-function-declaration]
arm.dove_defconfig:
kernel/power/Kconfig:132:error: recursive dependency detected!
arch/arm/plat-orion/gpio.c:509:12: error: too few arguments to function 'irq_reg_readl'
arch/arm/plat-orion/gpio.c:511:2: error: too few arguments to function 'irq_reg_writel'
arch/arm/plat-orion/gpio.c:523:12: error: too few arguments to function 'irq_reg_readl'
arch/arm/plat-orion/gpio.c:525:2: error: too few arguments to function 'irq_reg_writel'
arm.mv78xx0_defconfig:
kernel/power/Kconfig:132:error: recursive dependency detected!
arch/arm/plat-orion/gpio.c:509:12: error: too few arguments to function 'irq_reg_readl'
arch/arm/plat-orion/gpio.c:511:2: error: too few arguments to function 'irq_reg_writel'
arch/arm/plat-orion/gpio.c:523:12: error: too few arguments to function 'irq_reg_readl'
arch/arm/plat-orion/gpio.c:525:2: error: too few arguments to function 'irq_reg_writel'
arm.orion5x_defconfig:
kernel/power/Kconfig:132:error: recursive dependency detected!
arch/arm/plat-orion/gpio.c:509:12: error: too few arguments to function 'irq_reg_readl'
arch/arm/plat-orion/gpio.c:511:2: error: too few arguments to function 'irq_reg_writel'
arch/arm/plat-orion/gpio.c:523:12: error: too few arguments to function 'irq_reg_readl'
arch/arm/plat-orion/gpio.c:525:2: error: too few arguments to function 'irq_reg_writel'
arm.tct_hammer_defconfig:
kernel/power/Kconfig:132:error: recursive dependency detected!
drivers/tty/vt/vt.c:2703:4: error: implicit declaration of function 'vt_get_kmsg_redirect' [-Werror=implicit-function-declaration]
arm.viper_defconfig:
kernel/power/Kconfig:132:error: recursive dependency detected!
drivers/tty/vt/vt.c:2703:4: error: implicit declaration of function 'vt_get_kmsg_redirect' [-Werror=implicit-function-declaration]
Warnings:
1 arch/arm64/kernel/efi.c:276:20: warning: 'free_end' may be used uninitialized in this function [-Wmaybe-uninitialized]
1 arch/arm/include/asm/irqflags.h:152:2: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized]
1 arch/arm/mach-cns3xxx/pcie.c:313:1: warning: the frame size of 1080 bytes is larger than 1024 bytes [-Wframe-larger-than=]
1 buildall.arm.acs5k_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.acs5k_tiny_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.allmodconfig.log.failed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.allnoconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.am200epdkit_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.ape6evm_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.armadillo800eva_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.assabet_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.at91_dt_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.at91rm9200_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.at91sam9260_9g20_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.at91sam9261_9g10_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.at91sam9263_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.axm55xx_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.badge4_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.bcm2835_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.bcm_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.bockw_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.cerfcube_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.clps711x_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.cm_x2xx_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.cm_x300_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.cns3420vb_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.colibri_pxa270_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.colibri_pxa300_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.collie_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.corgi_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.davinci_all_defconfig.log.failed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.dove_defconfig.log.failed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.ebsa110_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.efm32_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.em_x270_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.ep93xx_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.eseries_pxa_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.exynos_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.ezx_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.footbridge_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.h3600_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.h5000_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.hackkit_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.hisi_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.imote2_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.imx_v4_v5_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.imx_v6_v7_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.integrator_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.iop13xx_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.iop32x_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.iop33x_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.ixp4xx_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.jornada720_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.keystone_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.ks8695_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.kzm9g_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.lager_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.lart_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.lpc32xx_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.lpd270_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.lubbock_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.mackerel_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.magician_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.mainstone_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.marzen_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.mini2440_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.mmp2_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.moxart_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.msm_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.multi_lpae_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.multi_v5_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.multi_v7_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.mv78xx0_defconfig.log.failed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.mvebu_v5_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.mvebu_v7_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.mxs_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.neponset_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.netwinder_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.netx_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.nhk8815_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.nuc910_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.nuc950_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.nuc960_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.omap1_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.omap2plus_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.orion5x_defconfig.log.failed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.palmz72_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.pcm027_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.pleb_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.prima2_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.pxa168_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.pxa255-idp_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.pxa3xx_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.pxa910_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.qcom_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.raumfeld_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.realview_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.realview-smp_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.rpc_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.s3c2410_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.s3c6400_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.s5pv210_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.sama5_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.shannon_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.shmobile_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.simpad_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.socfpga_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.spear13xx_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.spear3xx_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.spear6xx_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.spitz_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.sunxi_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.tct_hammer_defconfig.log.failed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.tegra_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.trizeps4_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.u300_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.u8500_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.versatile_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.vexpress_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.viper_defconfig.log.failed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.vt8500_v6_v7_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.xcep_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.arm.zeus_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.powerpc.pasemi_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 buildall.powerpc.ppc64_defconfig.log.passed:<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
1 drivers/block/drbd/drbd_bitmap.c:482:0: warning: "BITS_PER_PAGE" redefined
1 drivers/block/drbd/drbd_bitmap.c:483:0: warning: "BITS_PER_PAGE_MASK" redefined
1 drivers/gpio/gpio-74xx-mmio.c:132:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 drivers/infiniband/hw/ehca/ehca_mrmw.c:1907:6: warning: 'prev_pgaddr' may be used uninitialized in this function [-Wmaybe-uninitialized]
1 drivers/infiniband/hw/ehca/ehca_mrmw.c:2430:5: warning: 'hret' may be used uninitialized in this function [-Wmaybe-uninitialized]
1 drivers/infiniband/hw/qib/qib_qp.c:44:0: warning: "BITS_PER_PAGE" redefined
1 drivers/infiniband/ulp/iser/iser_verbs.c:1171:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/infiniband/ulp/iser/iser_verbs.c:1172:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/infiniband/ulp/iser/iser_verbs.c:1198:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/infiniband/ulp/iser/iser_verbs.c:1203:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1208 bytes is larger than 1024 bytes [-Wframe-larger-than=]
1 drivers/net/ethernet/dec/tulip/tulip_core.c:101:2: warning: #warning Processor architecture undefined! [-Wcpp]
1 drivers/net/ethernet/mellanox/mlx4/fw.c:2031:12: warning: 'config_dev.rx_checksum_val' may be used uninitialized in this function [-Wmaybe-uninitialized]
1 drivers/net/ethernet/mellanox/mlx4/fw.c:2038:26: warning: 'config_dev.vxlan_udp_dport' may be used uninitialized in this function [-Wmaybe-uninitialized]
1 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:303:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:307:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:467:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/net/wireless/ath/wil6210/fw_inc.c:447:4: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=]
1 drivers/scsi/ibmvscsi/ibmvfc.c:1618:5: warning: unused variable 'tag' [-Wunused-variable]
1 drivers/tty/serial/imx.c:306:13: warning: 'imx_port_ucrs_save' defined but not used [-Wunused-function]
1 drivers/tty/serial/imx.c:315:13: warning: 'imx_port_ucrs_restore' defined but not used [-Wunused-function]
1 drivers/tty/serial/mxs-auart.c:962:2: warning: initialization from incompatible pointer type
1 drivers/tty/serial/mxs-auart.c:962:2: warning: (near initialization for 'mxs_auart_ops.set_ldisc')
1 drivers/usb/gadget/udc/udc-xilinx.c:2135:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 drivers/usb/renesas_usbhs/common.c:471:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 fs/btrfs/extent_io.c:2166:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 include/linux/dynamic_debug.h:64:16: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 include/linux/kernel.h:710:17: warning: comparison of distinct pointer types lacks a cast
1 include/linux/spinlock.h:253:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized]
1 include/sound/control.h:212:2: warning: 'master_vol' may be used uninitialized in this function [-Wmaybe-uninitialized]
1 include/uapi/linux/swab.h:13:15: warning: integer overflow in expression [-Woverflow]
1 kernel/rcu/tree_plugin.h:908:13: warning: 'rcu_preempt_has_tasks' defined but not used [-Wunused-function]
1 lib/cpumask.c:194:25: warning: the address of 'cpu_all_bits' will always evaluate as 'true' [-Waddress]
1 lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1480 bytes is larger than 1024 bytes [-Wframe-larger-than=]
1 net/rds/iw_rdma.c:200:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=]
2 arch/arm/mm/cache-l2x0.c:168:13: warning: 'l2x0_cache_sync' defined but not used [-Wunused-function]
2 arch/arm/mm/cache-l2x0.c:185:13: warning: 'l2x0_flush_all' defined but not used [-Wunused-function]
2 arch/arm/mm/cache-l2x0.c:195:13: warning: 'l2x0_disable' defined but not used [-Wunused-function]
2 drivers/mfd/axp20x.c:239:30: warning: 'axp20x_acpi_match' defined but not used [-Wunused-variable]
2 drivers/net/ethernet/broadcom/tg3.c:12054:4: warning: 'start' may be used uninitialized in this function [-Wmaybe-uninitialized]
2 drivers/net/ethernet/dec/tulip/winbond-840.c:910:2: warning: #warning Processor architecture undefined [-Wcpp]
2 drivers/scsi/ips.c:210:2: warning: #warning "This driver has only been tested on the x86/ia64/x86_64 platforms" [-Wcpp]
2 include/linux/dynamic_debug.h:78:3: warning: unsupported argument to '__builtin_return_address'
2 include/linux/syslog.h:55:12: warning: 'check_syslog_permissions' defined but not used [-Wunused-function]
3 arch/arm/mach-omap2/board-rx51-peripherals.c:1001:36: warning: 'rx51_si4713_platform_data' defined but not used [-Wunused-variable]
3 arch/arm/plat-orion/gpio.c:511:17: warning: passing argument 1 of 'irq_reg_writel' makes pointer from integer without a cast
3 arch/arm/plat-orion/gpio.c:511:26: warning: passing argument 2 of 'irq_reg_writel' makes integer from pointer without a cast
3 arch/arm/plat-orion/gpio.c:525:17: warning: passing argument 1 of 'irq_reg_writel' makes pointer from integer without a cast
3 arch/arm/plat-orion/gpio.c:525:26: warning: passing argument 2 of 'irq_reg_writel' makes integer from pointer without a cast
3 fs/isofs/inode.c:177:1: warning: 'isofs_hash_common' defined but not used [-Wunused-function]
4 mm/memcontrol.c:1641:13: warning: 'test_mem_cgroup_node_reclaimable' defined but not used [-Wunused-function]
18 kernel/rcu/tree_plugin.h:897:13: warning: 'rcu_report_unblock_qs_rnp' defined but not used [-Wunused-function]
18 kernel/rcu/tree_plugin.h:965:13: warning: 'rcu_report_exp_rnp' defined but not used [-Wunused-function]
25 drivers/pci/probe.c:430:5: warning: left shift count >= width of type
25 drivers/pci/probe.c:431:5: warning: left shift count >= width of type
Section mismatches:
1 multi_lpae_defconfig WARNING: vmlinux.o(.text+0x239a54): Section mismatch in reference from the function brcmstb_gisb_arb_probe() to the function .init.text:hook_fault_code()
1 multi_v7_defconfig WARNING: vmlinux.o(.text+0x239a54): Section mismatch in reference from the function brcmstb_gisb_arb_probe() to the function .init.text:hook_fault_code()
Tree/Branch: next-20141117
Git describe: next-20141117
Commit: efefb5ca5d Add linux-next specific files for 20141117
Build Time: 23 min 21 sec
Passed: 7 / 8 ( 87.50 %)
Failed: 1 / 8 ( 12.50 %)
Errors: 2
Warnings: 40
Section Mismatches: 0
Failed defconfigs:
arm-allmodconfig
Errors:
arm-allmodconfig
kernel/power/Kconfig:132:error: recursive dependency detected!
kernel/power/Kconfig:132:error: recursive dependency detected!
../drivers/gpu/drm/omapdrm/omap_plane.c:391:6: error: unused variable 'ret' [-Werror=unused-variable]
-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):
1 warnings 0 mismatches : arm64-allnoconfig
13 warnings 0 mismatches : arm64-allmodconfig
7 warnings 0 mismatches : arm-multi_v7_defconfig
3 warnings 0 mismatches : x86_64-defconfig
28 warnings 0 mismatches : arm-allmodconfig
3 warnings 0 mismatches : arm-allnoconfig
2 warnings 0 mismatches : x86_64-allnoconfig
3 warnings 0 mismatches : arm64-defconfig
-------------------------------------------------------------------------------
Errors summary: 2
6 kernel/power/Kconfig:132:error: recursive dependency detected!
1 ../drivers/gpu/drm/omapdrm/omap_plane.c:391:6: error: unused variable 'ret' [-Werror=unused-variable]
Warnings Summary: 40
4 <stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
4 ../kernel/rcu/tree_plugin.h:965:13: warning: 'rcu_report_exp_rnp' defined but not used [-Wunused-function]
4 ../kernel/rcu/tree_plugin.h:897:13: warning: 'rcu_report_unblock_qs_rnp' defined but not used [-Wunused-function]
3 ../scripts/kconfig/menu.c:590:18: warning: 'jump' may be used uninitialized in this function [-Wmaybe-uninitialized]
3 ../mm/memcontrol.c:1641:13: warning: 'test_mem_cgroup_node_reclaimable' defined but not used [-Wunused-function]
3 ../include/linux/syslog.h:55:12: warning: 'check_syslog_permissions' defined but not used [-Wunused-function]
2 ../include/linux/dynamic_debug.h:78:3: warning: unsupported argument to '__builtin_return_address'
2 ../drivers/scsi/ips.c:210:2: warning: #warning "This driver has only been tested on the x86/ia64/x86_64 platforms" [-Wcpp]
2 ../drivers/pci/probe.c:431:5: warning: left shift count >= width of type
2 ../drivers/pci/probe.c:430:5: warning: left shift count >= width of type
2 ../drivers/net/ethernet/dec/tulip/winbond-840.c:910:2: warning: #warning Processor architecture undefined [-Wcpp]
1 ../net/rds/iw_rdma.c:200:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=]
1 ../lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1480 bytes is larger than 1024 bytes [-Wframe-larger-than=]
1 ../include/uapi/linux/swab.h:13:15: warning: integer overflow in expression [-Woverflow]
1 ../include/linux/spinlock.h:364:95: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized]
1 ../include/linux/kernel.h:710:17: warning: comparison of distinct pointer types lacks a cast
1 ../include/linux/dynamic_debug.h:64:16: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
1 ../fs/btrfs/extent_io.c:2166:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 ../drivers/usb/renesas_usbhs/common.c:471:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 ../drivers/usb/gadget/udc/udc-xilinx.c:2135:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 ../drivers/tty/serial/imx.c:315:13: warning: 'imx_port_ucrs_restore' defined but not used [-Wunused-function]
1 ../drivers/tty/serial/imx.c:306:13: warning: 'imx_port_ucrs_save' defined but not used [-Wunused-function]
1 ../drivers/net/wireless/ath/wil6210/fw_inc.c:447:4: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=]
1 ../drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:467:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 ../drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:307:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 ../drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:303:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 ../drivers/net/ethernet/dec/tulip/tulip_core.c:101:2: warning: #warning Processor architecture undefined! [-Wcpp]
1 ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1208 bytes is larger than 1024 bytes [-Wframe-larger-than=]
1 ../drivers/mfd/axp20x.c:239:30: warning: 'axp20x_acpi_match' defined but not used [-Wunused-variable]
1 ../drivers/infiniband/ulp/iser/iser_verbs.c:1203:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 ../drivers/infiniband/ulp/iser/iser_verbs.c:1198:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 ../drivers/infiniband/ulp/iser/iser_verbs.c:1172:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 ../drivers/infiniband/ulp/iser/iser_verbs.c:1171:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 ../drivers/infiniband/hw/qib/qib_qp.c:44:0: warning: "BITS_PER_PAGE" redefined
1 ../drivers/gpio/gpio-74xx-mmio.c:132:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 ../drivers/block/drbd/drbd_bitmap.c:483:0: warning: "BITS_PER_PAGE_MASK" redefined
1 ../drivers/block/drbd/drbd_bitmap.c:482:0: warning: "BITS_PER_PAGE" redefined
1 ../arch/arm64/kernel/efi.c:276:20: warning: 'free_end' may be used uninitialized in this function [-Wmaybe-uninitialized]
1 ../arch/arm/mach-omap2/board-rx51-peripherals.c:1001:36: warning: 'rx51_si4713_platform_data' defined but not used [-Wunused-variable]
1 ../arch/arm/mach-cns3xxx/pcie.c:313:1: warning: the frame size of 1080 bytes is larger than 1024 bytes [-Wframe-larger-than=]
===============================================================================
Detailed per-defconfig build reports below:
-------------------------------------------------------------------------------
arm64-allnoconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
../include/linux/syslog.h:55:12: warning: 'check_syslog_permissions' defined but not used [-Wunused-function]
-------------------------------------------------------------------------------
arm64-allmodconfig : PASS, 0 errors, 13 warnings, 0 section mismatches
Warnings:
../mm/memcontrol.c:1641:13: warning: 'test_mem_cgroup_node_reclaimable' defined but not used [-Wunused-function]
../kernel/rcu/tree_plugin.h:897:13: warning: 'rcu_report_unblock_qs_rnp' defined but not used [-Wunused-function]
../kernel/rcu/tree_plugin.h:965:13: warning: 'rcu_report_exp_rnp' defined but not used [-Wunused-function]
../drivers/block/drbd/drbd_bitmap.c:482:0: warning: "BITS_PER_PAGE" redefined
../drivers/block/drbd/drbd_bitmap.c:483:0: warning: "BITS_PER_PAGE_MASK" redefined
../include/linux/dynamic_debug.h:64:16: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'dma_addr_t' [-Wformat=]
../drivers/gpio/gpio-74xx-mmio.c:132:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
../drivers/infiniband/hw/qib/qib_qp.c:44:0: warning: "BITS_PER_PAGE" redefined
../drivers/net/ethernet/dec/tulip/winbond-840.c:910:2: warning: #warning Processor architecture undefined [-Wcpp]
../drivers/net/ethernet/dec/tulip/tulip_core.c:101:2: warning: #warning Processor architecture undefined! [-Wcpp]
../drivers/usb/gadget/udc/udc-xilinx.c:2135:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
../drivers/usb/renesas_usbhs/common.c:471:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
../drivers/scsi/ips.c:210:2: warning: #warning "This driver has only been tested on the x86/ia64/x86_64 platforms" [-Wcpp]
-------------------------------------------------------------------------------
arm-multi_v7_defconfig : PASS, 2 errors, 7 warnings, 0 section mismatches
Errors:
kernel/power/Kconfig:132:error: recursive dependency detected!
kernel/power/Kconfig:132:error: recursive dependency detected!
Warnings:
<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
../kernel/rcu/tree_plugin.h:897:13: warning: 'rcu_report_unblock_qs_rnp' defined but not used [-Wunused-function]
../kernel/rcu/tree_plugin.h:965:13: warning: 'rcu_report_exp_rnp' defined but not used [-Wunused-function]
../arch/arm/mach-omap2/board-rx51-peripherals.c:1001:36: warning: 'rx51_si4713_platform_data' defined but not used [-Wunused-variable]
../drivers/pci/probe.c:430:5: warning: left shift count >= width of type
../drivers/pci/probe.c:431:5: warning: left shift count >= width of type
<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
-------------------------------------------------------------------------------
x86_64-defconfig : PASS, 0 errors, 3 warnings, 0 section mismatches
Warnings:
../kernel/rcu/tree_plugin.h:897:13: warning: 'rcu_report_unblock_qs_rnp' defined but not used [-Wunused-function]
../kernel/rcu/tree_plugin.h:965:13: warning: 'rcu_report_exp_rnp' defined but not used [-Wunused-function]
../include/linux/spinlock.h:364:95: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-allmodconfig : FAIL, 3 errors, 28 warnings, 0 section mismatches
Errors:
kernel/power/Kconfig:132:error: recursive dependency detected!
kernel/power/Kconfig:132:error: recursive dependency detected!
../drivers/gpu/drm/omapdrm/omap_plane.c:391:6: error: unused variable 'ret' [-Werror=unused-variable]
Warnings:
<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
../arch/arm/mach-cns3xxx/pcie.c:313:1: warning: the frame size of 1080 bytes is larger than 1024 bytes [-Wframe-larger-than=]
../mm/memcontrol.c:1641:13: warning: 'test_mem_cgroup_node_reclaimable' defined but not used [-Wunused-function]
../lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1480 bytes is larger than 1024 bytes [-Wframe-larger-than=]
../kernel/rcu/tree_plugin.h:897:13: warning: 'rcu_report_unblock_qs_rnp' defined but not used [-Wunused-function]
../kernel/rcu/tree_plugin.h:965:13: warning: 'rcu_report_exp_rnp' defined but not used [-Wunused-function]
../fs/btrfs/extent_io.c:2166:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../net/rds/iw_rdma.c:200:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=]
../include/linux/kernel.h:710:17: warning: comparison of distinct pointer types lacks a cast
../drivers/infiniband/ulp/iser/iser_verbs.c:1171:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../drivers/infiniband/ulp/iser/iser_verbs.c:1172:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../drivers/infiniband/ulp/iser/iser_verbs.c:1198:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../drivers/infiniband/ulp/iser/iser_verbs.c:1203:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../include/linux/dynamic_debug.h:78:3: warning: unsupported argument to '__builtin_return_address'
../include/linux/dynamic_debug.h:78:3: warning: unsupported argument to '__builtin_return_address'
../drivers/mfd/axp20x.c:239:30: warning: 'axp20x_acpi_match' defined but not used [-Wunused-variable]
../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1208 bytes is larger than 1024 bytes [-Wframe-larger-than=]
../drivers/pci/probe.c:430:5: warning: left shift count >= width of type
../drivers/pci/probe.c:431:5: warning: left shift count >= width of type
../drivers/tty/serial/imx.c:306:13: warning: 'imx_port_ucrs_save' defined but not used [-Wunused-function]
../drivers/tty/serial/imx.c:315:13: warning: 'imx_port_ucrs_restore' defined but not used [-Wunused-function]
../drivers/net/ethernet/dec/tulip/winbond-840.c:910:2: warning: #warning Processor architecture undefined [-Wcpp]
../include/uapi/linux/swab.h:13:15: warning: integer overflow in expression [-Woverflow]
../drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:303:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
../drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:307:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
../drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:467:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../drivers/scsi/ips.c:210:2: warning: #warning "This driver has only been tested on the x86/ia64/x86_64 platforms" [-Wcpp]
../drivers/net/wireless/ath/wil6210/fw_inc.c:447:4: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=]
-------------------------------------------------------------------------------
arm-allnoconfig : PASS, 2 errors, 3 warnings, 0 section mismatches
Errors:
kernel/power/Kconfig:132:error: recursive dependency detected!
kernel/power/Kconfig:132:error: recursive dependency detected!
Warnings:
../scripts/kconfig/menu.c:590:18: warning: 'jump' may be used uninitialized in this function [-Wmaybe-uninitialized]
<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
../include/linux/syslog.h:55:12: warning: 'check_syslog_permissions' defined but not used [-Wunused-function]
-------------------------------------------------------------------------------
x86_64-allnoconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
../scripts/kconfig/menu.c:590:18: warning: 'jump' may be used uninitialized in this function [-Wmaybe-uninitialized]
../include/linux/syslog.h:55:12: warning: 'check_syslog_permissions' defined but not used [-Wunused-function]
-------------------------------------------------------------------------------
arm64-defconfig : PASS, 0 errors, 3 warnings, 0 section mismatches
Warnings:
../scripts/kconfig/menu.c:590:18: warning: 'jump' may be used uninitialized in this function [-Wmaybe-uninitialized]
../arch/arm64/kernel/efi.c:276:20: warning: 'free_end' may be used uninitialized in this function [-Wmaybe-uninitialized]
../mm/memcontrol.c:1641:13: warning: 'test_mem_cgroup_node_reclaimable' defined but not used [-Wunused-function]
-------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches:
Tree/Branch: v3.18-rc5
Git describe: v3.18-rc5
Commit: fc14f9c127 Linux 3.18-rc5
Build Time: 21 min 24 sec
Passed: 8 / 8 (100.00 %)
Failed: 0 / 8 ( 0.00 %)
Errors: 0
Warnings: 28
Section Mismatches: 0
-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):
1 warnings 0 mismatches : x86_64-allnoconfig
11 warnings 0 mismatches : arm64-allmodconfig
1 warnings 0 mismatches : arm-allnoconfig
19 warnings 0 mismatches : arm-allmodconfig
1 warnings 0 mismatches : arm64-defconfig
-------------------------------------------------------------------------------
Warnings Summary: 28
3 ../scripts/kconfig/menu.c:590:18: warning: 'jump' may be used uninitialized in this function [-Wmaybe-uninitialized]
2 ../include/linux/dynamic_debug.h:78:3: warning: unsupported argument to '__builtin_return_address'
2 ../drivers/scsi/ips.c:210:2: warning: #warning "This driver has only been tested on the x86/ia64/x86_64 platforms" [-Wcpp]
2 ../drivers/net/ethernet/dec/tulip/winbond-840.c:910:2: warning: #warning Processor architecture undefined [-Wcpp]
1 ../net/rds/iw_rdma.c:200:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=]
1 ../lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1480 bytes is larger than 1024 bytes [-Wframe-larger-than=]
1 ../include/uapi/linux/swab.h:13:15: warning: integer overflow in expression [-Woverflow]
1 ../include/linux/kernel.h:707:17: warning: comparison of distinct pointer types lacks a cast
1 ../fs/btrfs/extent_io.c:2166:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 ../drivers/usb/renesas_usbhs/common.c:469:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 ../drivers/usb/gadget/udc/udc-xilinx.c:2136:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 ../drivers/staging/vt6655/device_main.c:2993:1: warning: the frame size of 1304 bytes is larger than 1024 bytes [-Wframe-larger-than=]
1 ../drivers/staging/bcm/CmHost.c:1564:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 ../drivers/staging/bcm/CmHost.c:1546:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 ../drivers/staging/bcm/CmHost.c:1503:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 ../drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:467:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 ../drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:307:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 ../drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:303:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 ../drivers/net/ethernet/dec/tulip/tulip_core.c:101:2: warning: #warning Processor architecture undefined! [-Wcpp]
1 ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1208 bytes is larger than 1024 bytes [-Wframe-larger-than=]
1 ../drivers/infiniband/ulp/iser/iser_verbs.c:1203:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 ../drivers/infiniband/ulp/iser/iser_verbs.c:1198:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 ../drivers/infiniband/ulp/iser/iser_verbs.c:1172:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 ../drivers/infiniband/ulp/iser/iser_verbs.c:1171:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 ../drivers/infiniband/hw/qib/qib_qp.c:44:0: warning: "BITS_PER_PAGE" redefined
1 ../drivers/block/drbd/drbd_bitmap.c:483:0: warning: "BITS_PER_PAGE_MASK" redefined
1 ../drivers/block/drbd/drbd_bitmap.c:482:0: warning: "BITS_PER_PAGE" redefined
1 ../arch/arm/mach-cns3xxx/pcie.c:313:1: warning: the frame size of 1080 bytes is larger than 1024 bytes [-Wframe-larger-than=]
===============================================================================
Detailed per-defconfig build reports below:
-------------------------------------------------------------------------------
x86_64-allnoconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
../scripts/kconfig/menu.c:590:18: warning: 'jump' may be used uninitialized in this function [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm64-allmodconfig : PASS, 0 errors, 11 warnings, 0 section mismatches
Warnings:
../drivers/block/drbd/drbd_bitmap.c:482:0: warning: "BITS_PER_PAGE" redefined
../drivers/block/drbd/drbd_bitmap.c:483:0: warning: "BITS_PER_PAGE_MASK" redefined
../drivers/infiniband/hw/qib/qib_qp.c:44:0: warning: "BITS_PER_PAGE" redefined
../drivers/staging/bcm/CmHost.c:1503:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../drivers/staging/bcm/CmHost.c:1546:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../drivers/staging/bcm/CmHost.c:1564:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../drivers/net/ethernet/dec/tulip/winbond-840.c:910:2: warning: #warning Processor architecture undefined [-Wcpp]
../drivers/net/ethernet/dec/tulip/tulip_core.c:101:2: warning: #warning Processor architecture undefined! [-Wcpp]
../drivers/scsi/ips.c:210:2: warning: #warning "This driver has only been tested on the x86/ia64/x86_64 platforms" [-Wcpp]
../drivers/usb/gadget/udc/udc-xilinx.c:2136:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
../drivers/usb/renesas_usbhs/common.c:469:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
-------------------------------------------------------------------------------
arm-allnoconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
../scripts/kconfig/menu.c:590:18: warning: 'jump' may be used uninitialized in this function [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
arm-allmodconfig : PASS, 0 errors, 19 warnings, 0 section mismatches
Warnings:
../arch/arm/mach-cns3xxx/pcie.c:313:1: warning: the frame size of 1080 bytes is larger than 1024 bytes [-Wframe-larger-than=]
../lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1480 bytes is larger than 1024 bytes [-Wframe-larger-than=]
../fs/btrfs/extent_io.c:2166:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../net/rds/iw_rdma.c:200:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=]
../include/linux/kernel.h:707:17: warning: comparison of distinct pointer types lacks a cast
../drivers/infiniband/ulp/iser/iser_verbs.c:1171:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../drivers/infiniband/ulp/iser/iser_verbs.c:1172:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../drivers/infiniband/ulp/iser/iser_verbs.c:1198:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../drivers/infiniband/ulp/iser/iser_verbs.c:1203:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../include/linux/dynamic_debug.h:78:3: warning: unsupported argument to '__builtin_return_address'
../include/linux/dynamic_debug.h:78:3: warning: unsupported argument to '__builtin_return_address'
../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1208 bytes is larger than 1024 bytes [-Wframe-larger-than=]
../drivers/net/ethernet/dec/tulip/winbond-840.c:910:2: warning: #warning Processor architecture undefined [-Wcpp]
../drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:303:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
../drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:307:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
../drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:467:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../include/uapi/linux/swab.h:13:15: warning: integer overflow in expression [-Woverflow]
../drivers/scsi/ips.c:210:2: warning: #warning "This driver has only been tested on the x86/ia64/x86_64 platforms" [-Wcpp]
../drivers/staging/vt6655/device_main.c:2993:1: warning: the frame size of 1304 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-------------------------------------------------------------------------------
arm64-defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
../scripts/kconfig/menu.c:590:18: warning: 'jump' may be used uninitialized in this function [-Wmaybe-uninitialized]
-------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches:
arm64-allnoconfig
arm-multi_v7_defconfig
x86_64-defconfig
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr
Here are the build results from automated periodic testing.
The tree being built was mainline, found at:
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git (master branch)
Topmost commit:
fc14f9c Linux 3.18-rc5
Build logs (stderr only) can be found at the following link (experimental):
http://arm-soc.lixom.net/buildlogs/mainline/v3.18-rc5/
Runtime: 59m 31s
Passed: 130
Failed: 0
Warnings: 45
Section mismatches: 0
-------------------------------------------------------------------------------
Failed defconfigs:
-------------------------------------------------------------------------------
Errors:
Warnings:
1 arch/arm/mach-cns3xxx/pcie.c:313:1: warning: the frame size of 1080 bytes is larger than 1024 bytes [-Wframe-larger-than=]
1 drivers/block/drbd/drbd_bitmap.c:482:0: warning: "BITS_PER_PAGE" redefined
1 drivers/block/drbd/drbd_bitmap.c:483:0: warning: "BITS_PER_PAGE_MASK" redefined
1 drivers/infiniband/hw/ehca/ehca_mrmw.c:1907:6: warning: 'prev_pgaddr' may be used uninitialized in this function [-Wmaybe-uninitialized]
1 drivers/infiniband/hw/ehca/ehca_mrmw.c:2430:5: warning: 'hret' may be used uninitialized in this function [-Wmaybe-uninitialized]
1 drivers/infiniband/hw/qib/qib_qp.c:44:0: warning: "BITS_PER_PAGE" redefined
1 drivers/infiniband/ulp/iser/iser_verbs.c:1171:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/infiniband/ulp/iser/iser_verbs.c:1172:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/infiniband/ulp/iser/iser_verbs.c:1198:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/infiniband/ulp/iser/iser_verbs.c:1203:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1208 bytes is larger than 1024 bytes [-Wframe-larger-than=]
1 drivers/net/ethernet/dec/tulip/tulip_core.c:101:2: warning: #warning Processor architecture undefined! [-Wcpp]
1 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:303:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:307:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c:467:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/staging/bcm/CmHost.c:1503:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/staging/bcm/CmHost.c:1546:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/staging/bcm/CmHost.c:1564:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 drivers/staging/vt6655/device_main.c:2993:1: warning: the frame size of 1304 bytes is larger than 1024 bytes [-Wframe-larger-than=]
1 drivers/usb/gadget/udc/udc-xilinx.c:2136:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 drivers/usb/renesas_usbhs/common.c:469:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1 fs/btrfs/extent_io.c:2166:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1 include/linux/kernel.h:707:17: warning: comparison of distinct pointer types lacks a cast
1 include/sound/control.h:212:2: warning: 'master_vol' may be used uninitialized in this function [-Wmaybe-uninitialized]
1 include/uapi/linux/swab.h:13:15: warning: integer overflow in expression [-Woverflow]
1 lib/cpumask.c:194:25: warning: the address of 'cpu_all_bits' will always evaluate as 'true' [-Waddress]
1 lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1480 bytes is larger than 1024 bytes [-Wframe-larger-than=]
1 net/rds/iw_rdma.c:200:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=]
2 arch/arm/mm/cache-l2x0.c:168:13: warning: 'l2x0_cache_sync' defined but not used [-Wunused-function]
2 arch/arm/mm/cache-l2x0.c:185:13: warning: 'l2x0_flush_all' defined but not used [-Wunused-function]
2 arch/arm/mm/cache-l2x0.c:195:13: warning: 'l2x0_disable' defined but not used [-Wunused-function]
2 drivers/net/ethernet/broadcom/tg3.c:12059:4: warning: 'start' may be used uninitialized in this function [-Wmaybe-uninitialized]
2 drivers/net/ethernet/dec/tulip/winbond-840.c:910:2: warning: #warning Processor architecture undefined [-Wcpp]
2 drivers/scsi/ips.c:210:2: warning: #warning "This driver has only been tested on the x86/ia64/x86_64 platforms" [-Wcpp]
2 include/linux/dynamic_debug.h:78:3: warning: unsupported argument to '__builtin_return_address'
3 fs/isofs/inode.c:177:1: warning: 'isofs_hash_common' defined but not used [-Wunused-function]
Section mismatches: