stable-rc/queue/5.10 build: 19 builds: 3 failed, 16 passed, 6 errors, 28 warnings (v5.10.226-505-ge2daddc88a04f)
Full Build Summary: https://kernelci.org/build/stable-rc/branch/queue%2F5.10/kernel/v5.10.226-50...
Tree: stable-rc Branch: queue/5.10 Git Describe: v5.10.226-505-ge2daddc88a04f Git Commit: e2daddc88a04f1f6062175e3710ebeafc539a93a Git URL: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Built: 7 unique architectures
Build Failures Detected:
arm64: defconfig+arm64-chromebook: (gcc-12) FAIL
arm: imx_v6_v7_defconfig: (gcc-12) FAIL multi_v7_defconfig: (gcc-12) FAIL
Errors and Warnings Detected:
arc:
arm64: defconfig (gcc-12): 2 warnings defconfig+arm64-chromebook (gcc-12): 1 warning
arm: imx_v6_v7_defconfig (gcc-12): 3 errors, 5 warnings multi_v5_defconfig (gcc-12): 1 warning multi_v7_defconfig (gcc-12): 3 errors, 5 warnings omap2plus_defconfig (gcc-12): 2 warnings vexpress_defconfig (gcc-12): 1 warning
i386: i386_defconfig (gcc-12): 1 warning
mips: 32r2el_defconfig (gcc-12): 2 warnings
riscv: defconfig (gcc-12): 1 warning rv32_defconfig (gcc-12): 5 warnings
x86_64: x86_64_defconfig (gcc-12): 1 warning x86_64_defconfig+x86-board (gcc-12): 1 warning
Errors summary:
2 drivers/clk/imx/clk-imx6ul.c:543:9: error: too few arguments to function ‘imx_register_uart_clocks’ 2 drivers/clk/imx/clk-imx6ul.c:486:41: error: implicit declaration of function ‘imx_clk_gpr_mux’; did you mean ‘imx_clk_hw_mux’? [-Werror=implicit-function-declaration] 2 drivers/clk/imx/clk-imx6ul.c:484:41: error: implicit declaration of function ‘imx_obtain_fixed_of_clock’; did you mean ‘imx_obtain_fixed_clock’? [-Werror=implicit-function-declaration]
Warnings summary:
10 drivers/i2c/i2c-core-base.c:101:38: warning: passing argument 1 of ‘device_get_match_data’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 2 include/linux/minmax.h:20:35: warning: comparison of distinct pointer types lacks a cast 2 drivers/clk/imx/clk-imx6ul.c:491:39: warning: assignment to ‘struct clk_hw *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 2 drivers/clk/imx/clk-imx6ul.c:489:39: warning: assignment to ‘struct clk_hw *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 2 drivers/clk/imx/clk-imx6ul.c:486:39: warning: assignment to ‘struct clk_hw *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 2 drivers/clk/imx/clk-imx6ul.c:484:39: warning: assignment to ‘struct clk_hw *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 2 cc1: some warnings being treated as errors 2 <stdin>:830:2: warning: #warning syscall fstat64 not implemented [-Wcpp] 2 <stdin>:1127:2: warning: #warning syscall fstatat64 not implemented [-Wcpp] 1 drivers/gpu/drm/omapdrm/dss/dispc.c:2080:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] 1 WARNING: modpost: Symbol info of vmlinux is missing. Unresolved symbol check will be entirely skipped.
================================================================================
Detailed per-defconfig build reports:
-------------------------------------------------------------------------------- 32r2el_defconfig (mips, gcc-12) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: drivers/i2c/i2c-core-base.c:101:38: warning: passing argument 1 of ‘device_get_match_data’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] WARNING: modpost: Symbol info of vmlinux is missing. Unresolved symbol check will be entirely skipped.
-------------------------------------------------------------------------------- allnoconfig (i386, gcc-12) — PASS, 0 errors, 0 warnings, 0 section mismatches
-------------------------------------------------------------------------------- allnoconfig (x86_64, gcc-12) — PASS, 0 errors, 0 warnings, 0 section mismatches
-------------------------------------------------------------------------------- defconfig (riscv, gcc-12) — PASS, 0 errors, 1 warning, 0 section mismatches
Warnings: drivers/i2c/i2c-core-base.c:101:38: warning: passing argument 1 of ‘device_get_match_data’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
-------------------------------------------------------------------------------- defconfig (arm64, gcc-12) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: include/linux/minmax.h:20:35: warning: comparison of distinct pointer types lacks a cast drivers/i2c/i2c-core-base.c:101:38: warning: passing argument 1 of ‘device_get_match_data’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
-------------------------------------------------------------------------------- defconfig+arm64-chromebook (arm64, gcc-12) — FAIL, 0 errors, 1 warning, 0 section mismatches
Warnings: include/linux/minmax.h:20:35: warning: comparison of distinct pointer types lacks a cast
-------------------------------------------------------------------------------- haps_hs_smp_defconfig (arc, gcc-12) — PASS, 0 errors, 0 warnings, 0 section mismatches
-------------------------------------------------------------------------------- i386_defconfig (i386, gcc-12) — PASS, 0 errors, 1 warning, 0 section mismatches
Warnings: drivers/i2c/i2c-core-base.c:101:38: warning: passing argument 1 of ‘device_get_match_data’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
-------------------------------------------------------------------------------- imx_v6_v7_defconfig (arm, gcc-12) — FAIL, 3 errors, 5 warnings, 0 section mismatches
Errors: drivers/clk/imx/clk-imx6ul.c:484:41: error: implicit declaration of function ‘imx_obtain_fixed_of_clock’; did you mean ‘imx_obtain_fixed_clock’? [-Werror=implicit-function-declaration] drivers/clk/imx/clk-imx6ul.c:486:41: error: implicit declaration of function ‘imx_clk_gpr_mux’; did you mean ‘imx_clk_hw_mux’? [-Werror=implicit-function-declaration] drivers/clk/imx/clk-imx6ul.c:543:9: error: too few arguments to function ‘imx_register_uart_clocks’
Warnings: drivers/clk/imx/clk-imx6ul.c:484:39: warning: assignment to ‘struct clk_hw *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] drivers/clk/imx/clk-imx6ul.c:486:39: warning: assignment to ‘struct clk_hw *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] drivers/clk/imx/clk-imx6ul.c:489:39: warning: assignment to ‘struct clk_hw *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] drivers/clk/imx/clk-imx6ul.c:491:39: warning: assignment to ‘struct clk_hw *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] cc1: some warnings being treated as errors
-------------------------------------------------------------------------------- multi_v5_defconfig (arm, gcc-12) — PASS, 0 errors, 1 warning, 0 section mismatches
Warnings: drivers/i2c/i2c-core-base.c:101:38: warning: passing argument 1 of ‘device_get_match_data’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
-------------------------------------------------------------------------------- multi_v7_defconfig (arm, gcc-12) — FAIL, 3 errors, 5 warnings, 0 section mismatches
Errors: drivers/clk/imx/clk-imx6ul.c:484:41: error: implicit declaration of function ‘imx_obtain_fixed_of_clock’; did you mean ‘imx_obtain_fixed_clock’? [-Werror=implicit-function-declaration] drivers/clk/imx/clk-imx6ul.c:486:41: error: implicit declaration of function ‘imx_clk_gpr_mux’; did you mean ‘imx_clk_hw_mux’? [-Werror=implicit-function-declaration] drivers/clk/imx/clk-imx6ul.c:543:9: error: too few arguments to function ‘imx_register_uart_clocks’
Warnings: drivers/clk/imx/clk-imx6ul.c:484:39: warning: assignment to ‘struct clk_hw *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] drivers/clk/imx/clk-imx6ul.c:486:39: warning: assignment to ‘struct clk_hw *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] drivers/clk/imx/clk-imx6ul.c:489:39: warning: assignment to ‘struct clk_hw *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] drivers/clk/imx/clk-imx6ul.c:491:39: warning: assignment to ‘struct clk_hw *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] cc1: some warnings being treated as errors
-------------------------------------------------------------------------------- nommu_k210_defconfig (riscv, gcc-12) — PASS, 0 errors, 0 warnings, 0 section mismatches
-------------------------------------------------------------------------------- omap2plus_defconfig (arm, gcc-12) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: drivers/i2c/i2c-core-base.c:101:38: warning: passing argument 1 of ‘device_get_match_data’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] drivers/gpu/drm/omapdrm/dss/dispc.c:2080:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
-------------------------------------------------------------------------------- rv32_defconfig (riscv, gcc-12) — PASS, 0 errors, 5 warnings, 0 section mismatches
Warnings: <stdin>:830:2: warning: #warning syscall fstat64 not implemented [-Wcpp] <stdin>:1127:2: warning: #warning syscall fstatat64 not implemented [-Wcpp] drivers/i2c/i2c-core-base.c:101:38: warning: passing argument 1 of ‘device_get_match_data’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] <stdin>:830:2: warning: #warning syscall fstat64 not implemented [-Wcpp] <stdin>:1127:2: warning: #warning syscall fstatat64 not implemented [-Wcpp]
-------------------------------------------------------------------------------- tinyconfig (x86_64, gcc-12) — PASS, 0 errors, 0 warnings, 0 section mismatches
-------------------------------------------------------------------------------- tinyconfig (i386, gcc-12) — PASS, 0 errors, 0 warnings, 0 section mismatches
-------------------------------------------------------------------------------- vexpress_defconfig (arm, gcc-12) — PASS, 0 errors, 1 warning, 0 section mismatches
Warnings: drivers/i2c/i2c-core-base.c:101:38: warning: passing argument 1 of ‘device_get_match_data’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
-------------------------------------------------------------------------------- x86_64_defconfig (x86_64, gcc-12) — PASS, 0 errors, 1 warning, 0 section mismatches
Warnings: drivers/i2c/i2c-core-base.c:101:38: warning: passing argument 1 of ‘device_get_match_data’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
-------------------------------------------------------------------------------- x86_64_defconfig+x86-board (x86_64, gcc-12) — PASS, 0 errors, 1 warning, 0 section mismatches
Warnings: drivers/i2c/i2c-core-base.c:101:38: warning: passing argument 1 of ‘device_get_match_data’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
--- For more info write to info@kernelci.org
kernel-build-reports@lists.linaro.org