Tree/Branch: v3.18.52 Git describe: v3.18.52 Commit: 68e50dad01 Linux 3.18.52
Build Time: 113 min 33 sec
Passed: 9 / 9 (100.00 %) Failed: 0 / 9 ( 0.00 %)
Errors: 0 Warnings: 2 Section Mismatches: 0
------------------------------------------------------------------------------- defconfigs with issues (other than build errors): 3 warnings 0 mismatches : arm-allmodconfig 2 warnings 0 mismatches : arm-multi_v7_defconfig 2 warnings 0 mismatches : arm-multi_v5_defconfig
-------------------------------------------------------------------------------
Warnings Summary: 2 6 ../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds] 1 ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1192 bytes is larger than 1024 bytes [-Wframe-larger-than=]
=============================================================================== Detailed per-defconfig build reports below:
------------------------------------------------------------------------------- arm-allmodconfig : PASS, 0 errors, 3 warnings, 0 section mismatches
Warnings: ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1192 bytes is larger than 1024 bytes [-Wframe-larger-than=] ../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds]
------------------------------------------------------------------------------- arm-multi_v7_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: ../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds]
------------------------------------------------------------------------------- arm-multi_v5_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: ../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds] -------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches:
arm64-allnoconfig arm64-allmodconfig x86_64-defconfig arm-allnoconfig x86_64-allnoconfig arm64-defconfig
On Mon, May 8, 2017 at 12:27 PM, Build bot for Mark Brown broonie@kernel.org wrote:
Tree/Branch: v3.18.52 Git describe: v3.18.52 Commit: 68e50dad01 Linux 3.18.52
Ok, so while kernelci reports a clean build, both Olof and Mark still have one or two warnings.
defconfigs with issues (other than build errors): 3 warnings 0 mismatches : arm-allmodconfig 2 warnings 0 mismatches : arm-multi_v7_defconfig 2 warnings 0 mismatches : arm-multi_v5_defconfig
Warnings Summary: 2 6 ../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds]
This was fixed in v4.2 with this patch:
ffb6e0c9a057 ("tty: remove platform_sysrq_reset_seq")
1 ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1192 bytes is larger than 1024 bytes [-Wframe-larger-than=]
And this was fixed in v4.1 with
d09957fbb4d0 ("mtd: cfi: reduce stack size")
Both warnings are apparently architecture and gcc version specific, and kernelci had a different set of combinations here.
Arnd
On Mon, May 08, 2017 at 02:25:11PM +0200, Arnd Bergmann wrote:
On Mon, May 8, 2017 at 12:27 PM, Build bot for Mark Brown broonie@kernel.org wrote:
Tree/Branch: v3.18.52 Git describe: v3.18.52 Commit: 68e50dad01 Linux 3.18.52
Ok, so while kernelci reports a clean build, both Olof and Mark still have one or two warnings.
defconfigs with issues (other than build errors): 3 warnings 0 mismatches : arm-allmodconfig 2 warnings 0 mismatches : arm-multi_v7_defconfig 2 warnings 0 mismatches : arm-multi_v5_defconfig
Warnings Summary: 2 6 ../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds]
This was fixed in v4.2 with this patch:
ffb6e0c9a057 ("tty: remove platform_sysrq_reset_seq")
1 ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1192 bytes is larger than 1024 bytes [-Wframe-larger-than=]
And this was fixed in v4.1 with
d09957fbb4d0 ("mtd: cfi: reduce stack size")
Both warnings are apparently architecture and gcc version specific, and kernelci had a different set of combinations here.
Both now queued up, thanks. Hopefully this should be the last ones for these warnings :)
greg k-h
kernel-build-reports@lists.linaro.org