Full Build Summary: https://kernelci.org/build/next/branch/master/kernel/next-20230120/ |
Tree: next |
Branch: master |
Git Describe: next-20230120 |
Git Commit: d514392f17fd4d386cfadde7f849d97db4ca1fb0 |
Git URL: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git |
Built: 8 unique architectures |
Build Failures Detected:
Errors and Warnings Detected:
Errors summary: | |
---|---|
4 | cc1: error: ‘-mloongson-mmi’ must be used with ‘-mhard-float’ |
3 | drivers/gpu/drm/msm/msm_drv.h:237:38: error: field ‘gpu_devfreq_config’ has incomplete type |
2 | include/linux/fortify-string.h:430:4: error: call to '__write_overflow_field' declared with 'warning' attribute: detected write beyond size of field (1st parameter); maybe use struct_group()? [-Werror,-Wattribute-warning] |
1 | net/bpfilter/main.c:3:10: fatal error: sys/uio.h: No such file or directory |
1 | fs/cifs/cifs_debug.c:481:9: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] |
1 | fs/cifs/cifs_debug.c:480:9: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] |
1 | error: aborting due to previous error |
1 | drivers/net/ethernet/mellanox/mlx5/core/en_main.c:3602:12: error: stack frame size (1076) exceeds limit (1024) in 'mlx5e_setup_tc' [-Werror,-Wframe-larger-than] |
1 | drivers/gpio/gpio-zevio.c:219:25: error: a parameter list without types is only allowed in a function definition |
1 | drivers/gpio/gpio-zevio.c:219:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] |
1 | drivers/gpio/gpio-zevio.c:219:1: error: type defaults to ‘int’ in declaration of ‘builtin_platform_driver’ [-Werror=implicit-int] |
1 | drivers/gpio/gpio-zevio.c:219:1: error: parameter names (without types) in function declaration [-Werror] |
1 | drivers/gpio/gpio-zevio.c:219:1: error: data definition has no type or storage class [-Werror] |
1 | drivers/gpio/gpio-zevio.c:217:3: error: ‘struct platform_driver’ has no member named ‘probe’ |
1 | drivers/gpio/gpio-zevio.c:217:12: error: excess elements in struct initializer [-Werror] |
1 | drivers/gpio/gpio-zevio.c:212:3: error: ‘struct platform_driver’ has no member named ‘driver’ |
1 | drivers/gpio/gpio-zevio.c:212:13: error: extra brace group at end of initializer |
1 | drivers/gpio/gpio-zevio.c:212:13: error: excess elements in struct initializer [-Werror] |
1 | drivers/gpio/gpio-zevio.c:211:31: error: ‘zevio_gpio_driver’ defined but not used [-Werror=unused-variable] |
1 | drivers/gpio/gpio-zevio.c:211:31: error: variable has incomplete type 'struct platform_driver' |
1 | drivers/gpio/gpio-zevio.c:211:31: error: storage size of ‘zevio_gpio_driver’ isn’t known |
1 | drivers/gpio/gpio-zevio.c:211:15: error: variable ‘zevio_gpio_driver’ has initializer but incomplete type |
1 | drivers/gpio/gpio-zevio.c:191:16: error: invalid use of undefined type ‘struct platform_device’ |
1 | drivers/gpio/gpio-zevio.c:191:16: error: incomplete definition of type 'struct platform_device' |
1 | drivers/gpio/gpio-zevio.c:189:39: error: invalid use of undefined type ‘struct platform_device’ |
1 | drivers/gpio/gpio-zevio.c:189:39: error: incomplete definition of type 'struct platform_device' |
1 | drivers/gpio/gpio-zevio.c:186:29: error: invalid use of undefined type ‘struct platform_device’ |
1 | drivers/gpio/gpio-zevio.c:186:29: error: incomplete definition of type 'struct platform_device' |
1 | drivers/gpio/gpio-zevio.c:184:21: error: implicit declaration of function ‘devm_platform_ioremap_resource’; did you mean ‘devm_ioremap_resource’? [-Werror=implicit-function-declaration] |
1 | drivers/gpio/gpio-zevio.c:184:21: error: call to undeclared function 'devm_platform_ioremap_resource'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] |
1 | drivers/gpio/gpio-zevio.c:184:19: error: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion] |
1 | drivers/gpio/gpio-zevio.c:184:19: error: assignment to ‘void *’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion] |
1 | drivers/gpio/gpio-zevio.c:182:33: error: invalid use of undefined type ‘struct platform_device’ |
1 | drivers/gpio/gpio-zevio.c:182:33: error: incomplete definition of type 'struct platform_device' |
1 | drivers/gpio/gpio-zevio.c:178:2: error: implicit declaration of function ‘platform_set_drvdata’ [-Werror=implicit-function-declaration] |
1 | drivers/gpio/gpio-zevio.c:178:2: error: call to undeclared function 'platform_set_drvdata'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] |
1 | drivers/gpio/gpio-zevio.c:174:33: error: invalid use of undefined type ‘struct platform_device’ |
1 | drivers/gpio/gpio-zevio.c:174:33: error: incomplete definition of type 'struct platform_device' |
1 | drivers/gpio/gpio-zevio.c:169:36: error: ‘struct platform_device’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror] |
1 | drivers/gpio/gpio-zevio.c:169:36: error: declaration of 'struct platform_device' will not be visible outside of this function [-Werror,-Wvisibility] |
1 | arch/arm/mach-pxa/pxa320.h:6:10: fatal error: mfp-pxa320.h: No such file or directory |
1 | arch/arm/kernel/head.S:319: Error: missing expression -- `ldr r7,=0x' |
1 | arch/arm/kernel/head.S:319: Error: missing expression -- `ldr r3,=0x' |
Warnings summary: | |
---|---|
516 | |
14 | fs/cifs/cifs_debug.c:478:51: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
14 | fs/cifs/cifs_debug.c:478:47: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
10 | |
3 | arch/mips/boot/dts/img/boston.dts:128.19-178.5: Warning (pci_device_reg): /pci@14000000/pci2_root@0,0,0: PCI unit address format error, expected "0,0" |
2 | WARNING: modpost: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned. |
1 | vmlinux.o: warning: objtool: set_ftrace_ops_ro+0x28: relocation to !ENDBR: machine_kexec_prepare+0x27d |
1 | vmlinux.o: warning: objtool: __asan_memset+0x36: call to __memset() with UACCESS enabled |
1 | vmlinux.o: warning: objtool: __asan_memmove+0x4f: call to __memmove() with UACCESS enabled |
1 | vmlinux.o: warning: objtool: __asan_memcpy+0x4f: call to __memcpy() with UACCESS enabled |
1 | drivers/media/i2c/m5mols/m5mols.o: warning: objtool: m5mols_set_fmt() falls through to next function __cfi_m5mols_get_fmt() |
1 | cc1: warning: result of ‘-117440512 << 16’ requires 44 bits to represent, but ‘int’ only has 32 bits [-Wshift-overflow=] |
1 | cc1: all warnings being treated as errors |
Detailed per-defconfig build reports:
32r2el_defconfig (mips, gcc-10) — PASS, 0 errors, 1 warning, 0 section mismatches
Warnings: |
---|
arch/mips/boot/dts/img/boston.dts:128.19-178.5: Warning (pci_device_reg): /pci@14000000/pci2_root@0,0,0: PCI unit address format error, expected "0,0" |
32r2el_defconfig+debug (mips, gcc-10) — FAIL, 0 errors, 1 warning, 0 section mismatches
Warnings: |
---|
arch/mips/boot/dts/img/boston.dts:128.19-178.5: Warning (pci_device_reg): /pci@14000000/pci2_root@0,0,0: PCI unit address format error, expected "0,0" |
32r2el_defconfig+kselftest (mips, gcc-10) — PASS, 0 errors, 1 warning, 0 section mismatches
Warnings: |
---|
arch/mips/boot/dts/img/boston.dts:128.19-178.5: Warning (pci_device_reg): /pci@14000000/pci2_root@0,0,0: PCI unit address format error, expected "0,0" |
allmodconfig (arm, clang-16) — FAIL, 12 errors, 0 warnings, 0 section mismatches
Errors: |
---|
drivers/gpio/gpio-zevio.c:169:36: error: declaration of 'struct platform_device' will not be visible outside of this function [-Werror,-Wvisibility] |
drivers/gpio/gpio-zevio.c:174:33: error: incomplete definition of type 'struct platform_device' |
drivers/gpio/gpio-zevio.c:178:2: error: call to undeclared function 'platform_set_drvdata'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] |
drivers/gpio/gpio-zevio.c:182:33: error: incomplete definition of type 'struct platform_device' |
drivers/gpio/gpio-zevio.c:184:21: error: call to undeclared function 'devm_platform_ioremap_resource'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] |
drivers/gpio/gpio-zevio.c:184:19: error: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion] |
drivers/gpio/gpio-zevio.c:186:29: error: incomplete definition of type 'struct platform_device' |
drivers/gpio/gpio-zevio.c:189:39: error: incomplete definition of type 'struct platform_device' |
drivers/gpio/gpio-zevio.c:191:16: error: incomplete definition of type 'struct platform_device' |
drivers/gpio/gpio-zevio.c:211:31: error: variable has incomplete type 'struct platform_driver' |
drivers/gpio/gpio-zevio.c:219:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] |
drivers/gpio/gpio-zevio.c:219:25: error: a parameter list without types is only allowed in a function definition |
allmodconfig (arm, gcc-10) — FAIL, 20 errors, 1 warning, 0 section mismatches
Errors: |
---|
drivers/gpio/gpio-zevio.c:169:36: error: ‘struct platform_device’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror] |
drivers/gpio/gpio-zevio.c:174:33: error: invalid use of undefined type ‘struct platform_device’ |
drivers/gpio/gpio-zevio.c:178:2: error: implicit declaration of function ‘platform_set_drvdata’ [-Werror=implicit-function-declaration] |
drivers/gpio/gpio-zevio.c:182:33: error: invalid use of undefined type ‘struct platform_device’ |
drivers/gpio/gpio-zevio.c:184:21: error: implicit declaration of function ‘devm_platform_ioremap_resource’; did you mean ‘devm_ioremap_resource’? [-Werror=implicit-function-declaration] |
drivers/gpio/gpio-zevio.c:184:19: error: assignment to ‘void *’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion] |
drivers/gpio/gpio-zevio.c:186:29: error: invalid use of undefined type ‘struct platform_device’ |
drivers/gpio/gpio-zevio.c:189:39: error: invalid use of undefined type ‘struct platform_device’ |
drivers/gpio/gpio-zevio.c:191:16: error: invalid use of undefined type ‘struct platform_device’ |
drivers/gpio/gpio-zevio.c:211:15: error: variable ‘zevio_gpio_driver’ has initializer but incomplete type |
drivers/gpio/gpio-zevio.c:212:3: error: ‘struct platform_driver’ has no member named ‘driver’ |
drivers/gpio/gpio-zevio.c:212:13: error: extra brace group at end of initializer |
drivers/gpio/gpio-zevio.c:212:13: error: excess elements in struct initializer [-Werror] |
drivers/gpio/gpio-zevio.c:217:3: error: ‘struct platform_driver’ has no member named ‘probe’ |
drivers/gpio/gpio-zevio.c:217:12: error: excess elements in struct initializer [-Werror] |
drivers/gpio/gpio-zevio.c:219:1: error: data definition has no type or storage class [-Werror] |
drivers/gpio/gpio-zevio.c:219:1: error: type defaults to ‘int’ in declaration of ‘builtin_platform_driver’ [-Werror=implicit-int] |
drivers/gpio/gpio-zevio.c:219:1: error: parameter names (without types) in function declaration [-Werror] |
drivers/gpio/gpio-zevio.c:211:31: error: storage size of ‘zevio_gpio_driver’ isn’t known |
drivers/gpio/gpio-zevio.c:211:31: error: ‘zevio_gpio_driver’ defined but not used [-Werror=unused-variable] |
Warnings: |
---|
cc1: all warnings being treated as errors |
allmodconfig (x86_64, clang-16) — FAIL, 1 error, 2 warnings, 0 section mismatches
Errors: |
---|
include/linux/fortify-string.h:430:4: error: call to '__write_overflow_field' declared with 'warning' attribute: detected write beyond size of field (1st parameter); maybe use struct_group()? [-Werror,-Wattribute-warning] |
Warnings: |
---|
vmlinux.o: warning: objtool: set_ftrace_ops_ro+0x28: relocation to !ENDBR: machine_kexec_prepare+0x27d |
drivers/media/i2c/m5mols/m5mols.o: warning: objtool: m5mols_set_fmt() falls through to next function __cfi_m5mols_get_fmt() |
allmodconfig (i386, clang-16) — FAIL, 3 errors, 0 warnings, 0 section mismatches
Errors: |
---|
fs/cifs/cifs_debug.c:480:9: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] |
fs/cifs/cifs_debug.c:481:9: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] |
drivers/net/ethernet/mellanox/mlx5/core/en_main.c:3602:12: error: stack frame size (1076) exceeds limit (1024) in 'mlx5e_setup_tc' [-Werror,-Wframe-larger-than] |
allmodconfig (arm64, clang-16) — FAIL, 1 error, 0 warnings, 0 section mismatches
Errors: |
---|
include/linux/fortify-string.h:430:4: error: call to '__write_overflow_field' declared with 'warning' attribute: detected write beyond size of field (1st parameter); maybe use struct_group()? [-Werror,-Wattribute-warning] |
allmodconfig (arm64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
allnoconfig (i386, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
allnoconfig (i386, clang-16) — PASS, 0 errors, 0 warnings, 0 section mismatches
allnoconfig (sparc, gcc-10) — PASS, 0 errors, 1 warning, 0 section mismatches
Warnings: |
---|
allnoconfig (x86_64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
allnoconfig (arc, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
allnoconfig (x86_64, clang-16) — PASS, 0 errors, 0 warnings, 0 section mismatches
am200epdkit_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
ar7_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
aspeed_g4_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
aspeed_g5_defconfig (arm, clang-16) — PASS, 0 errors, 0 warnings, 0 section mismatches
aspeed_g5_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
assabet_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
at91_dt_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
ath25_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
ath79_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
axm55xx_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
axs103_defconfig (arc, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
axs103_smp_defconfig (arc, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
bcm2835_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
bcm47xx_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
bcm63xx_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
bigsur_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
bmips_be_defconfig (mips, gcc-10) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: |
---|
fs/cifs/cifs_debug.c:478:47: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
fs/cifs/cifs_debug.c:478:51: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
bmips_stb_defconfig (mips, gcc-10) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: |
---|
fs/cifs/cifs_debug.c:478:47: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
fs/cifs/cifs_debug.c:478:51: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
cavium_octeon_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
ci20_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
cobalt_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
collie_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
cros://chromeos-5.10/arm64/chromiumos-arm64.flavour.config (arm64, clang-13) — PASS, 0 errors, 0 warnings, 0 section mismatches
cros://chromeos-5.10/armel/chromiumos-arm.flavour.config (arm, clang-13) — PASS, 0 errors, 0 warnings, 0 section mismatches
cros://chromeos-5.10/armel/chromiumos-rockchip.flavour.config (arm, clang-13) — PASS, 0 errors, 0 warnings, 0 section mismatches
cros://chromeos-5.10/x86_64/chromeos-intel-denverton.flavour.config+x86-chromebook (x86_64, clang-13) — PASS, 0 errors, 0 warnings, 0 section mismatches
cu1000-neo_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
cu1830-neo_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
davinci_all_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
db1xxx_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
decstation_64_defconfig (mips, gcc-10) — FAIL, 0 errors, 0 warnings, 0 section mismatches
decstation_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
decstation_r4k_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
defconfig (riscv, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
defconfig (riscv, clang-16) — PASS, 0 errors, 0 warnings, 0 section mismatches
defconfig (arm64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
defconfig (arm64, clang-16) — PASS, 0 errors, 0 warnings, 0 section mismatches
defconfig+CONFIG_ARM64_16K_PAGES=y (arm64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
defconfig+CONFIG_ARM64_64K_PAGES=y (arm64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
defconfig+CONFIG_ARM64_64K_PAGES=y (arm64, clang-16) — PASS, 0 errors, 0 warnings, 0 section mismatches
defconfig+CONFIG_RANDOMIZE_BASE=y (arm64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
defconfig+arm64-chromebook (arm64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
defconfig+crypto (arm64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
defconfig+debug (riscv, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
defconfig+debug (arm64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
defconfig+ima (arm64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
defconfig+kselftest (riscv, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
defconfig+kselftest (arm64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
defconfig+videodec (arm64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
exynos_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
footbridge_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
fuloong2e_defconfig (mips, gcc-10) — PASS, 1 error, 0 warnings, 0 section mismatches
Errors: |
---|
cc1: error: ‘-mloongson-mmi’ must be used with ‘-mhard-float’ |
gcw0_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
gemini_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
gpr_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
h3600_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
haps_hs_defconfig (arc, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
haps_hs_smp_defconfig (arc, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
haps_hs_smp_defconfig+debug (arc, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
haps_hs_smp_defconfig+kselftest (arc, gcc-10) — FAIL, 1 error, 0 warnings, 0 section mismatches
Errors: |
---|
net/bpfilter/main.c:3:10: fatal error: sys/uio.h: No such file or directory |
hisi_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
hsdk_defconfig (arc, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
i386_defconfig (i386, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
i386_defconfig (i386, clang-16) — PASS, 0 errors, 0 warnings, 0 section mismatches
i386_defconfig+debug (i386, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
i386_defconfig+kselftest (i386, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
imx_v4_v5_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
imx_v6_v7_defconfig (arm, gcc-10) — FAIL, 1 error, 0 warnings, 0 section mismatches
Errors: |
---|
drivers/gpu/drm/msm/msm_drv.h:237:38: error: field ‘gpu_devfreq_config’ has incomplete type |
imxrt_defconfig (arm, gcc-10) — PASS, 0 errors, 51 warnings, 0 section mismatches
Warnings: |
---|
integrator_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
ip22_defconfig (mips, gcc-10) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: |
---|
fs/cifs/cifs_debug.c:478:47: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
fs/cifs/cifs_debug.c:478:51: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
ip27_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
ip28_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
ip32_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
ixp4xx_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
jazz_defconfig (mips, gcc-10) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: |
---|
fs/cifs/cifs_debug.c:478:47: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
fs/cifs/cifs_debug.c:478:51: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
jornada720_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
keystone_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
lemote2f_defconfig (mips, gcc-10) — PASS, 1 error, 0 warnings, 0 section mismatches
Errors: |
---|
cc1: error: ‘-mloongson-mmi’ must be used with ‘-mhard-float’ |
loongson1b_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
loongson1c_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
loongson2k_defconfig (mips, gcc-10) — PASS, 1 error, 0 warnings, 0 section mismatches
Errors: |
---|
cc1: error: ‘-mloongson-mmi’ must be used with ‘-mhard-float’ |
loongson3_defconfig (mips, gcc-10) — PASS, 1 error, 0 warnings, 0 section mismatches
Errors: |
---|
cc1: error: ‘-mloongson-mmi’ must be used with ‘-mhard-float’ |
lpc18xx_defconfig (arm, gcc-10) — PASS, 0 errors, 53 warnings, 0 section mismatches
Warnings: |
---|
lpc32xx_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
malta_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
malta_kvm_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
malta_qemu_32r6_defconfig (mips, gcc-10) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: |
---|
fs/cifs/cifs_debug.c:478:47: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
fs/cifs/cifs_debug.c:478:51: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
maltaaprp_defconfig (mips, gcc-10) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: |
---|
fs/cifs/cifs_debug.c:478:47: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
fs/cifs/cifs_debug.c:478:51: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
maltasmvp_defconfig (mips, gcc-10) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: |
---|
fs/cifs/cifs_debug.c:478:47: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
fs/cifs/cifs_debug.c:478:51: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
maltasmvp_eva_defconfig (mips, gcc-10) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: |
---|
fs/cifs/cifs_debug.c:478:47: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
fs/cifs/cifs_debug.c:478:51: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
maltaup_defconfig (mips, gcc-10) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: |
---|
fs/cifs/cifs_debug.c:478:47: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
fs/cifs/cifs_debug.c:478:51: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
maltaup_xpa_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
milbeaut_m10v_defconfig (arm, gcc-10) — PASS, 0 errors, 79 warnings, 0 section mismatches
Warnings: |
---|
mmp2_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
moxart_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
mps2_defconfig (arm, gcc-10) — PASS, 0 errors, 50 warnings, 0 section mismatches
Warnings: |
---|
mtx1_defconfig (mips, gcc-10) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: |
---|
fs/cifs/cifs_debug.c:478:47: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
fs/cifs/cifs_debug.c:478:51: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
multi_v4t_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
multi_v5_defconfig (arm, clang-16) — PASS, 0 errors, 0 warnings, 0 section mismatches
multi_v5_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
multi_v7_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
multi_v7_defconfig (arm, clang-16) — PASS, 0 errors, 0 warnings, 0 section mismatches
multi_v7_defconfig+CONFIG_CPU_BIG_ENDIAN=y (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
multi_v7_defconfig+CONFIG_EFI=y+CONFIG_ARM_LPAE=y (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
multi_v7_defconfig+CONFIG_SMP=n (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
multi_v7_defconfig+CONFIG_THUMB2_KERNEL=y (arm, gcc-10) — PASS, 0 errors, 123 warnings, 0 section mismatches
Warnings: |
---|
multi_v7_defconfig+debug (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
multi_v7_defconfig+kselftest (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
mvebu_v5_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
mvebu_v7_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
mxs_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
neponset_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
netwinder_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
nhk8815_defconfig (arm, gcc-10) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: |
---|
fs/cifs/cifs_debug.c:478:47: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
fs/cifs/cifs_debug.c:478:51: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
nommu_k210_defconfig (riscv, clang-16) — PASS, 0 errors, 0 warnings, 0 section mismatches
nommu_k210_defconfig (riscv, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
nommu_k210_sdcard_defconfig (riscv, clang-16) — PASS, 0 errors, 0 warnings, 0 section mismatches
nommu_k210_sdcard_defconfig (riscv, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
nsimosci_hs_defconfig (arc, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
nsimosci_hs_smp_defconfig (arc, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
omap2plus_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
omega2p_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
orion5x_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
oxnas_v6_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
pic32mzda_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
pxa168_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
pxa3xx_defconfig (arm, gcc-10) — FAIL, 1 error, 0 warnings, 0 section mismatches
Errors: |
---|
arch/arm/mach-pxa/pxa320.h:6:10: fatal error: mfp-pxa320.h: No such file or directory |
pxa910_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
pxa_defconfig (arm, gcc-10) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: |
---|
fs/cifs/cifs_debug.c:478:47: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
fs/cifs/cifs_debug.c:478:51: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
qcom_defconfig (arm, gcc-10) — FAIL, 2 errors, 2 warnings, 0 section mismatches
Errors: |
---|
drivers/gpu/drm/msm/msm_drv.h:237:38: error: field ‘gpu_devfreq_config’ has incomplete type |
drivers/gpu/drm/msm/msm_drv.h:237:38: error: field ‘gpu_devfreq_config’ has incomplete type |
Warnings: |
---|
fs/cifs/cifs_debug.c:478:47: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
fs/cifs/cifs_debug.c:478:51: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
qi_lb60_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
rb532_defconfig (mips, gcc-10) — PASS, 0 errors, 1 warning, 0 section mismatches
Warnings: |
---|
cc1: warning: result of ‘-117440512 << 16’ requires 44 bits to represent, but ‘int’ only has 32 bits [-Wshift-overflow=] |
rbtx49xx_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
realview_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
rm200_defconfig (mips, gcc-10) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: |
---|
fs/cifs/cifs_debug.c:478:47: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
fs/cifs/cifs_debug.c:478:51: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] |
rpc_defconfig (arm, gcc-10) — FAIL, 2 errors, 0 warnings, 0 section mismatches
Errors: |
---|
arch/arm/kernel/head.S:319: Error: missing expression -- `ldr r7,=0x' |
arch/arm/kernel/head.S:319: Error: missing expression -- `ldr r3,=0x' |
rs90_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
rt305x_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
rv32_defconfig (riscv, clang-16) — PASS, 0 errors, 0 warnings, 0 section mismatches
rv32_defconfig (riscv, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
s3c6400_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
s5pv210_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
sama5_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
sama7_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
sb1250_swarm_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
shmobile_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
socfpga_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
sp7021_defconfig (arm, gcc-10) — PASS, 0 errors, 65 warnings, 0 section mismatches
Warnings: |
---|
sparc32_defconfig (sparc, gcc-10) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: |
---|
sparc64_defconfig (sparc, gcc-10) — PASS, 0 errors, 4 warnings, 0 section mismatches
Warnings: |
---|
WARNING: modpost: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned. |
WARNING: modpost: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned. |
sparc64_defconfig+debug (sparc, gcc-10) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: |
---|
sparc64_defconfig+kselftest (sparc, gcc-10) — PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: |
---|
spear13xx_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
spear3xx_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
spear6xx_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
spitz_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
stm32_defconfig (arm, gcc-10) — PASS, 0 errors, 48 warnings, 0 section mismatches
Warnings: |
---|
sunxi_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
tegra_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
tinyconfig (x86_64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
tinyconfig (i386, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
tinyconfig (arc, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
tinyconfig (sparc, gcc-10) — PASS, 0 errors, 1 warning, 0 section mismatches
Warnings: |
---|
u8500_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
vdk_hs38_defconfig (arc, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
vdk_hs38_smp_defconfig (arc, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
versatile_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
vexpress_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
vf610m4_defconfig (arm, gcc-10) — PASS, 0 errors, 47 warnings, 0 section mismatches
Warnings: |
---|
vocore2_defconfig (mips, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
vt8500_v6_v7_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
wpcm450_defconfig (arm, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
x86_64_defconfig (x86_64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
x86_64_defconfig (x86_64, clang-16) — PASS, 0 errors, 0 warnings, 0 section mismatches
x86_64_defconfig (x86_64, rustc-1.62) — PASS, 0 errors, 0 warnings, 0 section mismatches
x86_64_defconfig+amdgpu (x86_64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
x86_64_defconfig+crypto (x86_64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
x86_64_defconfig+debug (x86_64, gcc-10) — PASS, 0 errors, 3 warnings, 0 section mismatches
Warnings: |
---|
vmlinux.o: warning: objtool: __asan_memset+0x36: call to __memset() with UACCESS enabled |
vmlinux.o: warning: objtool: __asan_memmove+0x4f: call to __memmove() with UACCESS enabled |
vmlinux.o: warning: objtool: __asan_memcpy+0x4f: call to __memcpy() with UACCESS enabled |
x86_64_defconfig+ima (x86_64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
x86_64_defconfig+kselftest (x86_64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
x86_64_defconfig+rust (x86_64, rustc-1.62) — FAIL, 1 error, 0 warnings, 0 section mismatches
Errors: |
---|
error: aborting due to previous error |
x86_64_defconfig+rust-samples (x86_64, rustc-1.62) — PASS, 0 errors, 0 warnings, 0 section mismatches
x86_64_defconfig+x86-chromebook (x86_64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
x86_64_defconfig+x86-chromebook (x86_64, clang-13) — PASS, 0 errors, 0 warnings, 0 section mismatches
x86_64_defconfig+x86-chromebook+amdgpu (x86_64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
x86_64_defconfig+x86-chromebook+kselftest (x86_64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches
x86_64_defconfig+x86_kvm_guest (x86_64, gcc-10) — PASS, 0 errors, 0 warnings, 0 section mismatches