Tree/Branch: master Git describe: v4.5-rc2-163-g34229b2 Commit: 34229b2774 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Build Time: 149 min 22 sec
Passed: 9 / 9 (100.00 %) Failed: 0 / 9 ( 0.00 %)
Errors: 0 Warnings: 5 Section Mismatches: 0
------------------------------------------------------------------------------- defconfigs with issues (other than build errors): 1 warnings 0 mismatches : arm64-allmodconfig 1 warnings 0 mismatches : arm-multi_v7_defconfig 5 warnings 0 mismatches : arm-allmodconfig 1 warnings 0 mismatches : arm64-defconfig
-------------------------------------------------------------------------------
Warnings Summary: 5 4 ../drivers/tty/serial/amba-pl011.c:190:27: warning: 'vendor_zte' defined but not used [-Wunused-variable] 1 ../lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1472 bytes is larger than 1024 bytes [-Wframe-larger-than=] 1 ../drivers/ntb/test/ntb_perf.c:214:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1 ../drivers/ntb/test/ntb_perf.c:213:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1 ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=]
=============================================================================== Detailed per-defconfig build reports below:
------------------------------------------------------------------------------- arm64-allmodconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings: ../drivers/tty/serial/amba-pl011.c:190:27: warning: 'vendor_zte' defined but not used [-Wunused-variable]
------------------------------------------------------------------------------- arm-multi_v7_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings: ../drivers/tty/serial/amba-pl011.c:190:27: warning: 'vendor_zte' defined but not used [-Wunused-variable]
------------------------------------------------------------------------------- arm-allmodconfig : PASS, 0 errors, 5 warnings, 0 section mismatches
Warnings: ../lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1472 bytes is larger than 1024 bytes [-Wframe-larger-than=] ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=] ../drivers/ntb/test/ntb_perf.c:213:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ../drivers/ntb/test/ntb_perf.c:214:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ../drivers/tty/serial/amba-pl011.c:190:27: warning: 'vendor_zte' defined but not used [-Wunused-variable]
------------------------------------------------------------------------------- arm64-defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings: ../drivers/tty/serial/amba-pl011.c:190:27: warning: 'vendor_zte' defined but not used [-Wunused-variable] -------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches:
x86_64-allnoconfig arm64-allnoconfig arm-allnoconfig arm-multi_v5_defconfig x86_64-defconfig close failed in file object destructor: sys.excepthook is missing lost sys.stderr
On Tuesday 02 February 2016 06:41:08 Build bot for Mark Brown wrote:
Warnings Summary: 5 4 ../drivers/tty/serial/amba-pl011.c:190:27: warning: 'vendor_zte' defined but not used [-Wunused-variable]
I sent a patch some time ago, got an Ack, but the patch is not yet in tty-next.
1 ../lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1472 bytes is larger than 1024 bytes [-Wframe-larger-than=]
I don't get this on my machine. Maybe another misoptimization by older gcc versions?
1 ../drivers/ntb/test/ntb_perf.c:214:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1 ../drivers/ntb/test/ntb_perf.c:213:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Sent a patch the other day, got an Ack.
1 ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=]
I have a patch for this, need to resend a new version to avoid a regression on UML.
Arnd
On Tue, Feb 02, 2016 at 02:28:36PM +0100, Arnd Bergmann wrote:
On Tuesday 02 February 2016 06:41:08 Build bot for Mark Brown wrote:
1 ../lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1472 bytes is larger than 1024 bytes [-Wframe-larger-than=]
I don't get this on my machine. Maybe another misoptimization by older gcc versions?
It's GCC 4.9 and 5.1..
On Tuesday 02 February 2016 15:30:36 Mark Brown wrote:
On Tue, Feb 02, 2016 at 02:28:36PM +0100, Arnd Bergmann wrote:
On Tuesday 02 February 2016 06:41:08 Build bot for Mark Brown wrote:
1 ../lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1472 bytes is larger than 1024 bytes [-Wframe-larger-than=]
I don't get this on my machine. Maybe another misoptimization by older gcc versions?
It's GCC 4.9 and 5.1..
Ok, I found it now. My series has one patch to disable ARCH_HAS_GCOV_PROFILE_ALL on ARM. Without that symbol, I get the same thing on all compiler versions on allmodconfig, and then I also get these:
drivers/video/fbdev/i740fb.c: In function 'i740fb_decode_var': drivers/video/fbdev/i740fb.c:650:26: error: 'wm' may be used uninitialized in this function [-Werror=maybe-uninitialized] kernel/cgroup.c: In function 'cgroup_mount': kernel/cgroup.c:2119:11: error: 'root' may be used uninitialized in this function [-Werror=maybe-uninitialized] drivers/clk/st/clk-flexgen.c: In function 'st_of_flexgen_setup': drivers/clk/st/clk-flexgen.c:323:9: error: 'num_parents' may be used uninitialized in this function [-Werror=maybe-uninitialized] drivers/net/ethernet/mellanox/mlxsw/reg.h: In function 'mlxsw_reg_htgt_pack': drivers/net/ethernet/mellanox/mlxsw/reg.h:2511:5: error: 'swid' may be used uninitialized in this function [-Werror=maybe-uninitialized] drivers/net/ethernet/mellanox/mlxsw/reg.h:2511:11: error: 'rdq' may be used uninitialized in this function [-Werror=maybe-uninitialized] drivers/net/wireless/ath/ath9k/ar9003_aic.c: In function 'ar9003_aic_cal_post_process': drivers/net/wireless/ath/ath9k/ar9003_aic.c:434:1: error: the frame size of 1272 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]
Just when I thought I had all randconfig warnings covered...
There are probably others that are not active with allmodconfig but with some other randconfig build with ARCH_HAS_GCOV_PROFILE_ALL enabled.
Arnd
kernel-build-reports@lists.linaro.org