stable build: 131 builds: 0 failed, 131 passed, 67 warnings (v4.0.5)
Full Build Summary: http://kernelci.org/build/stable/kernel/v4.0.5/
Tree: stable
Branch: local/linux-4.0.y
Git Describe: v4.0.5
Git Commit: be4cb235441a691ee63ba5e00843a9c210be5b8a
Git URL: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
Built: 3 unique architectures

Warnings Detected:

x86:
defconfig+CONFIG_OF_UNITTEST=y2 warnings
defconfig+kvm_guest2 warnings
i386_defconfig2 warnings
x86_64_defconfig2 warnings
arm:
ape6evm_defconfig1 warning
armadillo800eva_defconfig1 warning
axm55xx_defconfig1 warning
bcm2835_defconfig1 warning
bcm_defconfig1 warning
bockw_defconfig1 warning
cerfcube_defconfig2 warnings
colibri_pxa270_defconfig2 warnings
corgi_defconfig2 warnings
ebsa110_defconfig1 warning
footbridge_defconfig1 warning
imx_v4_v5_defconfig1 warning
imx_v6_v7_defconfig1 warning
iop13xx_defconfig2 warnings
iop32x_defconfig2 warnings
iop33x_defconfig1 warning
ixp4xx_defconfig1 warning
marzen_defconfig1 warning
mini2440_defconfig1 warning
multi_v7_defconfig2 warnings
multi_v7_defconfig+CONFIG_ARM_LPAE=y3 warnings
multi_v7_defconfig+CONFIG_CPU_BIG_ENDIAN=y2 warnings
multi_v7_defconfig+CONFIG_PROVE_LOCKING=y2 warnings
multi_v7_defconfig+CONFIG_THUMB2_KERNEL=y2 warnings
mvebu_v7_defconfig2 warnings
mvebu_v7_defconfig+CONFIG_CPU_BIG_ENDIAN=y2 warnings
netx_defconfig1 warning
nuc910_defconfig1 warning
nuc950_defconfig1 warning
nuc960_defconfig1 warning
omap1_defconfig1 warning
omap2plus_defconfig1 warning
pcm027_defconfig1 warning
s3c2410_defconfig1 warning
sama5_defconfig1 warning
shmobile_defconfig1 warning
spear13xx_defconfig1 warning
spear3xx_defconfig1 warning
spear6xx_defconfig1 warning
spitz_defconfig2 warnings
tegra_defconfig2 warnings
trizeps4_defconfig2 warnings
xcep_defconfig1 warning
Warnings summary:
26kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]
13drivers/media/v4l2-core/videobuf2-core.c:3228:26: warning: unused variable 'fileio' [-Wunused-variable]
6drivers/net/ethernet/intel/igb/igb_ptp.c:395:21: warning: 'pin' may be used uninitialized in this function [-Wmaybe-uninitialized]
5crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]
4net/mac80211/mlme.c:1368:14: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized]
4include/linux/cgroup.h:171:11: warning: 'root' may be used uninitialized in this function [-Wuninitialized]
4fs/nfsd/nfs4xdr.c:1938:9: warning: 'str' may be used uninitialized in this function [-Wmaybe-uninitialized]
2drivers/rtc/rtc-armada38x.c:91:22: warning: unused variable 'flags' [-Wunused-variable]
2drivers/rtc/rtc-armada38x.c:67:34: warning: unused variable 'flags' [-Wunused-variable]
1drivers/mmc/host/sunxi-mmc.c:296:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
1arch/arm/kernel/head-nommu.S:167: Warning: Use of r13 as a source register is deprecated when r15 is the destination register.

Detailed per-defconfig build reports:

ape6evm_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

armadillo800eva_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
drivers/media/v4l2-core/videobuf2-core.c:3228:26: warning: unused variable 'fileio' [-Wunused-variable]

axm55xx_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

bcm2835_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

bcm_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

bockw_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
drivers/media/v4l2-core/videobuf2-core.c:3228:26: warning: unused variable 'fileio' [-Wunused-variable]

cerfcube_defconfig (arm) — PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]
fs/nfsd/nfs4xdr.c:1938:9: warning: 'str' may be used uninitialized in this function [-Wmaybe-uninitialized]

colibri_pxa270_defconfig (arm) — PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]
fs/nfsd/nfs4xdr.c:1938:9: warning: 'str' may be used uninitialized in this function [-Wmaybe-uninitialized]

corgi_defconfig (arm) — 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=]
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

defconfig+CONFIG_OF_UNITTEST=y (x86) — PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
include/linux/cgroup.h:171:11: warning: 'root' may be used uninitialized in this function [-Wuninitialized]
net/mac80211/mlme.c:1368:14: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized]

defconfig+kvm_guest (x86) — PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
include/linux/cgroup.h:171:11: warning: 'root' may be used uninitialized in this function [-Wuninitialized]
net/mac80211/mlme.c:1368:14: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized]

ebsa110_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

efm32_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
arch/arm/kernel/head-nommu.S:167: Warning: Use of r13 as a source register is deprecated when r15 is the destination register.

footbridge_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

i386_defconfig (x86) — PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
include/linux/cgroup.h:171:11: warning: 'root' may be used uninitialized in this function [-Wuninitialized]
net/mac80211/mlme.c:1368:14: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized]

imx_v4_v5_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
drivers/media/v4l2-core/videobuf2-core.c:3228:26: warning: unused variable 'fileio' [-Wunused-variable]

imx_v6_v7_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
drivers/media/v4l2-core/videobuf2-core.c:3228:26: warning: unused variable 'fileio' [-Wunused-variable]

iop13xx_defconfig (arm) — 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=]
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

iop32x_defconfig (arm) — 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=]
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

iop33x_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

ixp4xx_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

marzen_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
drivers/media/v4l2-core/videobuf2-core.c:3228:26: warning: unused variable 'fileio' [-Wunused-variable]

mini2440_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
crypto/wp512.c:987:1: warning: the frame size of 1168 bytes is larger than 1024 bytes [-Wframe-larger-than=]

multi_v7_defconfig (arm) — PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
drivers/media/v4l2-core/videobuf2-core.c:3228:26: warning: unused variable 'fileio' [-Wunused-variable]
drivers/net/ethernet/intel/igb/igb_ptp.c:395:21: warning: 'pin' may be used uninitialized in this function [-Wmaybe-uninitialized]

multi_v7_defconfig+CONFIG_ARM_LPAE=y (arm) — PASS, 0 errors, 3 warnings, 0 section mismatches

Warnings:
drivers/media/v4l2-core/videobuf2-core.c:3228:26: warning: unused variable 'fileio' [-Wunused-variable]
drivers/mmc/host/sunxi-mmc.c:296:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
drivers/net/ethernet/intel/igb/igb_ptp.c:395:21: warning: 'pin' may be used uninitialized in this function [-Wmaybe-uninitialized]

multi_v7_defconfig+CONFIG_CPU_BIG_ENDIAN=y (arm) — PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
drivers/net/ethernet/intel/igb/igb_ptp.c:395:21: warning: 'pin' may be used uninitialized in this function [-Wmaybe-uninitialized]
drivers/media/v4l2-core/videobuf2-core.c:3228:26: warning: unused variable 'fileio' [-Wunused-variable]

multi_v7_defconfig+CONFIG_PROVE_LOCKING=y (arm) — PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
drivers/media/v4l2-core/videobuf2-core.c:3228:26: warning: unused variable 'fileio' [-Wunused-variable]
drivers/net/ethernet/intel/igb/igb_ptp.c:395:21: warning: 'pin' may be used uninitialized in this function [-Wmaybe-uninitialized]

multi_v7_defconfig+CONFIG_THUMB2_KERNEL=y (arm) — PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
drivers/media/v4l2-core/videobuf2-core.c:3228:26: warning: unused variable 'fileio' [-Wunused-variable]
drivers/net/ethernet/intel/igb/igb_ptp.c:395:21: warning: 'pin' may be used uninitialized in this function [-Wmaybe-uninitialized]

mvebu_v7_defconfig (arm) — PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
drivers/rtc/rtc-armada38x.c:67:34: warning: unused variable 'flags' [-Wunused-variable]
drivers/rtc/rtc-armada38x.c:91:22: warning: unused variable 'flags' [-Wunused-variable]

mvebu_v7_defconfig+CONFIG_CPU_BIG_ENDIAN=y (arm) — PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
drivers/rtc/rtc-armada38x.c:67:34: warning: unused variable 'flags' [-Wunused-variable]
drivers/rtc/rtc-armada38x.c:91:22: warning: unused variable 'flags' [-Wunused-variable]

netx_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

nuc910_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

nuc950_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

nuc960_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

omap1_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

omap2plus_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

pcm027_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

s3c2410_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
fs/nfsd/nfs4xdr.c:1938:9: warning: 'str' may be used uninitialized in this function [-Wmaybe-uninitialized]

sama5_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
drivers/media/v4l2-core/videobuf2-core.c:3228:26: warning: unused variable 'fileio' [-Wunused-variable]

shmobile_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
drivers/media/v4l2-core/videobuf2-core.c:3228:26: warning: unused variable 'fileio' [-Wunused-variable]

spear13xx_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

spear3xx_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

spear6xx_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

spitz_defconfig (arm) — 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=]
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]

tegra_defconfig (arm) — PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
drivers/media/v4l2-core/videobuf2-core.c:3228:26: warning: unused variable 'fileio' [-Wunused-variable]
drivers/net/ethernet/intel/igb/igb_ptp.c:395:21: warning: 'pin' may be used uninitialized in this function [-Wmaybe-uninitialized]

trizeps4_defconfig (arm) — PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]
fs/nfsd/nfs4xdr.c:1938:9: warning: 'str' may be used uninitialized in this function [-Wmaybe-uninitialized]

x86_64_defconfig (x86) — PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
include/linux/cgroup.h:171:11: warning: 'root' may be used uninitialized in this function [-Wuninitialized]
net/mac80211/mlme.c:1368:14: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized]

xcep_defconfig (arm) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
kernel/acct.c:174:3: warning: value computed is not used [-Wunused-value]