Tree/Branch: pending-fixes Git describe: v4.20-rc2-261-g59a9ebee0952 Commit: 59a9ebee09 Merge remote-tracking branch 'drm-misc-fixes/for-linux-next-fixes'
Build Time: 128 min 34 sec
Passed: 10 / 11 ( 90.91 %) Failed: 1 / 11 ( 9.09 %)
Errors: 1 Warnings: 5 Section Mismatches: 0
Failed defconfigs: arm-allmodconfig
Errors:
arm-allmodconfig ../drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token ../drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token ../drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token ../drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token ../drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token
------------------------------------------------------------------------------- defconfigs with issues (other than build errors): 1 warnings 0 mismatches : x86_64-allmodconfig 2 warnings 0 mismatches : arm64-allmodconfig 4 warnings 0 mismatches : arm-allmodconfig
-------------------------------------------------------------------------------
Errors summary: 1 5 ../drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token
Warnings Summary: 5 3 ../include/linux/spinlock.h:273:32: warning: 'rq' may be used uninitialized in this function [-Wmaybe-uninitialized] 1 ../drivers/staging/erofs/unzip_vle.c:188:29: warning: array subscript is above array bounds [-Warray-bounds] 1 ../drivers/scsi/myrs.c:821:24: warning: 'sshdr.sense_key' may be used uninitialized in this function [-Wmaybe-uninitialized] 1 ../drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:216:1: warning: the frame size of 1072 bytes is larger than 1024 bytes [-Wframe-larger-than=] 1 ../drivers/isdn/hardware/eicon/message.c:5985:1: warning: the frame size of 2064 bytes is larger than 2048 bytes [-Wframe-larger-than=]
=============================================================================== Detailed per-defconfig build reports below:
------------------------------------------------------------------------------- x86_64-allmodconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings: ../include/linux/spinlock.h:273:32: warning: 'rq' may be used uninitialized in this function [-Wmaybe-uninitialized]
------------------------------------------------------------------------------- arm64-allmodconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: ../include/linux/spinlock.h:273:32: warning: 'rq' may be used uninitialized in this function [-Wmaybe-uninitialized] ../drivers/isdn/hardware/eicon/message.c:5985:1: warning: the frame size of 2064 bytes is larger than 2048 bytes [-Wframe-larger-than=]
------------------------------------------------------------------------------- arm-allmodconfig : FAIL, 5 errors, 4 warnings, 0 section mismatches
Errors: ../drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token ../drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token ../drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token ../drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token ../drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token
Warnings: ../include/linux/spinlock.h:273:32: warning: 'rq' may be used uninitialized in this function [-Wmaybe-uninitialized] ../drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:216:1: warning: the frame size of 1072 bytes is larger than 1024 bytes [-Wframe-larger-than=] ../drivers/scsi/myrs.c:821:24: warning: 'sshdr.sense_key' may be used uninitialized in this function [-Wmaybe-uninitialized] ../drivers/staging/erofs/unzip_vle.c:188:29: warning: array subscript is above array bounds [-Warray-bounds] -------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches:
arm64-allnoconfig arm-multi_v5_defconfig arm-multi_v7_defconfig x86_64-defconfig arm-allnoconfig x86_64-allnoconfig arm-multi_v4t_defconfig arm64-defconfig
On Thu, Nov 15, 2018 at 05:00:30PM +0000, Build bot for Mark Brown wrote:
Today's pending-fixes branch fails to build an arm allmodconfig due to:
arm-allmodconfig ../drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token ../drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token ../drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token ../drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token ../drivers/net/ethernet/qlogic/qed/qed_rdma.h:186:79: error: expected ';' before '}' token
caused by 291d57f67d2449737 (qed: Fix rdma_info structure allocation) - there's a simple typo in the !QED_RDMA stubs that were added.
kernel-build-reports@lists.linaro.org