Tree/Branch: next-20190118 Git describe: next-20190118 Commit: 9673b4aa71 Add linux-next specific files for 20190118 Build Time: 122 min 19 sec Passed: 9 / 11 ( 81.82 %) Failed: 2 / 11 ( 18.18 %) Errors: 5 Warnings: 15 Section Mismatches: 0 Failed defconfigs: arm64-allmodconfig arm-allmodconfig Errors: arm64-allmodconfig ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:40:1: error: return type is an incomplete type ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:47:10: error: dereferencing pointer to incomplete type 'const struct drm_display_mode' ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:48:10: error: 'MODE_CLOCK_HIGH' undeclared (first use in this function) ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:50:9: error: 'MODE_OK' undeclared (first use in this function) ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:77:16: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] arm-allmodconfig ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:40:1: error: return type is an incomplete type ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:47:10: error: dereferencing pointer to incomplete type 'const struct drm_display_mode' ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:48:10: error: 'MODE_CLOCK_HIGH' undeclared (first use in this function) ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:50:9: error: 'MODE_OK' undeclared (first use in this function) ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:77:16: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] ------------------------------------------------------------------------------- defconfigs with issues (other than build errors): 5 warnings 0 mismatches : arm64-allmodconfig 5 warnings 0 mismatches : arm-multi_v5_defconfig 6 warnings 0 mismatches : arm-multi_v7_defconfig 13 warnings 0 mismatches : arm-allmodconfig 1 warnings 0 mismatches : arm-allnoconfig 4 warnings 0 mismatches : arm-multi_v4t_defconfig 4 warnings 0 mismatches : x86_64-allmodconfig 1 warnings 0 mismatches : arm64-defconfig ------------------------------------------------------------------------------- Errors summary: 5 2 ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:77:16: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] 2 ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:50:9: error: 'MODE_OK' undeclared (first use in this function) 2 ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:48:10: error: 'MODE_CLOCK_HIGH' undeclared (first use in this function) 2 ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:47:10: error: dereferencing pointer to incomplete type 'const struct drm_display_mode' 2 ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:40:1: error: return type is an incomplete type Warnings Summary: 15 8 ../drivers/regulator/core.c:244:45: warning: array subscript is above array bounds [-Warray-bounds] 7 <stdin>:1339:2: warning: #warning syscall pidfd_send_signal not implemented [-Wcpp] 5 ../include/linux/spinlock.h:279:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] 4 ../drivers/regulator/core.c:4799:38: warning: array subscript is above array bounds [-Warray-bounds] 3 ../drivers/gpu/drm/arm/display/komeda/komeda_dev.c:52:26: warning: unused variable 'pdev' [-Wunused-variable] 2 ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:50:9: warning: 'return' with a value, in function returning void 2 ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:48:10: warning: 'return' with a value, in function returning void 1 ../samples/seccomp/user-trap.c:83:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 1 ../samples/seccomp/user-trap.c:50:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 1 ../include/linux/kernel.h:846:29: warning: comparison of distinct pointer types lacks a cast 1 ../drivers/staging/erofs/unzip_vle.c:253:29: warning: array subscript is above array bounds [-Warray-bounds] 1 ../drivers/scsi/qla2xxx/qla_iocb.c:1184:8: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 7 has type 'dma_addr_t {aka unsigned int}' [-Wformat=] 1 ../drivers/scsi/qla2xxx/qla_iocb.c:1144:9: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'dma_addr_t {aka unsigned int}' [-Wformat=] 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:217:1: warning: the frame size of 1064 bytes is larger than 1024 bytes [-Wframe-larger-than=] =============================================================================== Detailed per-defconfig build reports below: ------------------------------------------------------------------------------- arm64-allmodconfig : FAIL, 5 errors, 5 warnings, 0 section mismatches Errors: ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:40:1: error: return type is an incomplete type ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:47:10: error: dereferencing pointer to incomplete type 'const struct drm_display_mode' ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:48:10: error: 'MODE_CLOCK_HIGH' undeclared (first use in this function) ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:50:9: error: 'MODE_OK' undeclared (first use in this function) ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:77:16: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] Warnings: ../include/linux/kernel.h:846:29: warning: comparison of distinct pointer types lacks a cast ../drivers/gpu/drm/arm/display/komeda/komeda_dev.c:52:26: warning: unused variable 'pdev' [-Wunused-variable] ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:48:10: warning: 'return' with a value, in function returning void ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:50:9: warning: 'return' with a value, in function returning void ../include/linux/spinlock.h:279:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] ------------------------------------------------------------------------------- arm-multi_v5_defconfig : PASS, 0 errors, 5 warnings, 0 section mismatches Warnings: <stdin>:1339:2: warning: #warning syscall pidfd_send_signal not implemented [-Wcpp] ../drivers/regulator/core.c:244:45: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/regulator/core.c:244:45: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/regulator/core.c:4799:38: warning: array subscript is above array bounds [-Warray-bounds] <stdin>:1339:2: warning: #warning syscall pidfd_send_signal not implemented [-Wcpp] ------------------------------------------------------------------------------- arm-multi_v7_defconfig : PASS, 0 errors, 6 warnings, 0 section mismatches Warnings: <stdin>:1339:2: warning: #warning syscall pidfd_send_signal not implemented [-Wcpp] ../drivers/regulator/core.c:244:45: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/regulator/core.c:244:45: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/regulator/core.c:4799:38: warning: array subscript is above array bounds [-Warray-bounds] ../include/linux/spinlock.h:279:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] <stdin>:1339:2: warning: #warning syscall pidfd_send_signal not implemented [-Wcpp] ------------------------------------------------------------------------------- arm-allmodconfig : FAIL, 5 errors, 13 warnings, 0 section mismatches Errors: ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:40:1: error: return type is an incomplete type ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:47:10: error: dereferencing pointer to incomplete type 'const struct drm_display_mode' ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:48:10: error: 'MODE_CLOCK_HIGH' undeclared (first use in this function) ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:50:9: error: 'MODE_OK' undeclared (first use in this function) ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:77:16: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] Warnings: <stdin>:1339:2: warning: #warning syscall pidfd_send_signal not implemented [-Wcpp] ../drivers/gpu/drm/arm/display/komeda/komeda_dev.c:52:26: warning: unused variable 'pdev' [-Wunused-variable] ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:48:10: warning: 'return' with a value, in function returning void ../drivers/gpu/drm/rcar-du/rcar_dw_hdmi.c:50:9: warning: 'return' with a value, in function returning void ../drivers/regulator/core.c:244:45: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/regulator/core.c:244:45: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/regulator/core.c:4799:38: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:217:1: warning: the frame size of 1064 bytes is larger than 1024 bytes [-Wframe-larger-than=] ../drivers/scsi/qla2xxx/qla_iocb.c:1144:9: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'dma_addr_t {aka unsigned int}' [-Wformat=] ../drivers/scsi/qla2xxx/qla_iocb.c:1184:8: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 7 has type 'dma_addr_t {aka unsigned int}' [-Wformat=] ../drivers/staging/erofs/unzip_vle.c:253:29: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/scsi/myrs.c:821:24: warning: 'sshdr.sense_key' may be used uninitialized in this function [-Wmaybe-uninitialized] ../include/linux/spinlock.h:279:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] ------------------------------------------------------------------------------- arm-allnoconfig : PASS, 0 errors, 1 warnings, 0 section mismatches Warnings: <stdin>:1339:2: warning: #warning syscall pidfd_send_signal not implemented [-Wcpp] ------------------------------------------------------------------------------- arm-multi_v4t_defconfig : PASS, 0 errors, 4 warnings, 0 section mismatches Warnings: <stdin>:1339:2: warning: #warning syscall pidfd_send_signal not implemented [-Wcpp] ../drivers/regulator/core.c:244:45: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/regulator/core.c:244:45: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/regulator/core.c:4799:38: warning: array subscript is above array bounds [-Warray-bounds] ------------------------------------------------------------------------------- x86_64-allmodconfig : PASS, 0 errors, 4 warnings, 0 section mismatches Warnings: ../samples/seccomp/user-trap.c:50:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../samples/seccomp/user-trap.c:83:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../drivers/gpu/drm/arm/display/komeda/komeda_dev.c:52:26: warning: unused variable 'pdev' [-Wunused-variable] ../include/linux/spinlock.h:279:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] ------------------------------------------------------------------------------- arm64-defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches Warnings: ../include/linux/spinlock.h:279:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] ------------------------------------------------------------------------------- Passed with no errors, warnings or mismatches: x86_64-allnoconfig arm64-allnoconfig x86_64-defconfig