* [geert-renesas-devel:renesas-drivers-for-v6.18] BUILD REGRESSION 75601ffaea537c3180f23912ce1d0ed5f716469d
@ 2025-08-20 3:06 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-08-20 3:06 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: linux-renesas-soc
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git renesas-drivers-for-v6.18
branch HEAD: 75601ffaea537c3180f23912ce1d0ed5f716469d soc: renesas: rz-sysc: Add syscon/regmap support
Error/Warning (recently discovered and may have been fixed):
https://lore.kernel.org/oe-kbuild-all/202508192154.jtZINmab-lkp@intel.com
drivers/soc/renesas/rz-sysc.c:113:16: error: cleanup argument not a function
drivers/soc/renesas/rz-sysc.c:113:24: error: incompatible integer to pointer conversion initializing 'struct regmap_config *' with an expression of type 'int' [-Wint-conversion]
drivers/soc/renesas/rz-sysc.c:113:35: error: 'cleanup' function '__free_pages' must take 1 parameter
drivers/soc/renesas/rz-sysc.c:113:35: error: use of undeclared identifier '__free_kfree'; did you mean '__free_pages'?
drivers/soc/renesas/rz-sysc.c:113:51: error: call to undeclared function 'kzalloc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
drivers/soc/renesas/rz-sysc.c:113:51: error: implicit declaration of function 'kzalloc' [-Werror=implicit-function-declaration]
drivers/soc/renesas/rz-sysc.c:113:51: error: implicit declaration of function 'kzalloc'; did you mean 'xa_alloc'? [-Werror=implicit-function-declaration]
drivers/soc/renesas/rz-sysc.c:113:51: warning: initialization of 'struct regmap_config *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
drivers/soc/renesas/rz-sysc.c:113:58: error: implicit declaration of function 'kzalloc' [-Werror=implicit-function-declaration]
drivers/soc/renesas/rz-sysc.c:113:58: error: implicit declaration of function 'kzalloc' [-Wimplicit-function-declaration]
drivers/soc/renesas/rz-sysc.c:113:58: error: initialization of 'struct regmap_config *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
drivers/soc/renesas/rz-sysc.c:113:58: warning: initialization of 'struct regmap_config *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
drivers/soc/renesas/rz-sysc.c:113:9: error: cleanup argument not a function
Error/Warning ids grouped by kconfigs:
recent_errors
|-- arc-allmodconfig
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:error:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- arc-allyesconfig
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:error:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- arm-allmodconfig
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:error:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- arm-allyesconfig
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:error:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- arm-randconfig-001-20250819
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:warning:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- arm-randconfig-004-20250820
| |-- drivers-soc-renesas-rz-sysc.c:error:call-to-undeclared-function-kzalloc-ISO-C99-and-later-do-not-support-implicit-function-declarations
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-function-__free_pages-must-take-parameter
| |-- drivers-soc-renesas-rz-sysc.c:error:incompatible-integer-to-pointer-conversion-initializing-struct-regmap_config-with-an-expression-of-type-int
| `-- drivers-soc-renesas-rz-sysc.c:error:use-of-undeclared-identifier-__free_kfree
|-- csky-randconfig-002-20250819
| `-- drivers-soc-renesas-rz-sysc.c:error:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- hexagon-allmodconfig
| |-- drivers-soc-renesas-rz-sysc.c:error:call-to-undeclared-function-kzalloc-ISO-C99-and-later-do-not-support-implicit-function-declarations
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-function-__free_pages-must-take-parameter
| |-- drivers-soc-renesas-rz-sysc.c:error:incompatible-integer-to-pointer-conversion-initializing-struct-regmap_config-with-an-expression-of-type-int
| `-- drivers-soc-renesas-rz-sysc.c:error:use-of-undeclared-identifier-__free_kfree
|-- hexagon-allyesconfig
| |-- drivers-soc-renesas-rz-sysc.c:error:call-to-undeclared-function-kzalloc-ISO-C99-and-later-do-not-support-implicit-function-declarations
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-function-__free_pages-must-take-parameter
| |-- drivers-soc-renesas-rz-sysc.c:error:incompatible-integer-to-pointer-conversion-initializing-struct-regmap_config-with-an-expression-of-type-int
| `-- drivers-soc-renesas-rz-sysc.c:error:use-of-undeclared-identifier-__free_kfree
|-- hexagon-randconfig-001-20250819
| |-- drivers-soc-renesas-rz-sysc.c:error:call-to-undeclared-function-kzalloc-ISO-C99-and-later-do-not-support-implicit-function-declarations
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-function-__free_pages-must-take-parameter
| |-- drivers-soc-renesas-rz-sysc.c:error:incompatible-integer-to-pointer-conversion-initializing-struct-regmap_config-with-an-expression-of-type-int
| `-- drivers-soc-renesas-rz-sysc.c:error:use-of-undeclared-identifier-__free_kfree
|-- i386-allmodconfig
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:warning:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- m68k-allmodconfig
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:error:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- m68k-allyesconfig
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:error:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- parisc-allmodconfig
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:error:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- parisc-allyesconfig
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:error:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- parisc-randconfig-001-20250819
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:warning:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- parisc-randconfig-r052-20250820
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:warning:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- sh-allmodconfig
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:error:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- sh-allyesconfig
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:error:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- um-allmodconfig
| |-- drivers-soc-renesas-rz-sysc.c:error:call-to-undeclared-function-kzalloc-ISO-C99-and-later-do-not-support-implicit-function-declarations
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-function-__free_pages-must-take-parameter
| |-- drivers-soc-renesas-rz-sysc.c:error:incompatible-integer-to-pointer-conversion-initializing-struct-regmap_config-with-an-expression-of-type-int
| `-- drivers-soc-renesas-rz-sysc.c:error:use-of-undeclared-identifier-__free_kfree
|-- um-allyesconfig
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:warning:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- um-randconfig-r053-20250820
| |-- drivers-soc-renesas-rz-sysc.c:error:call-to-undeclared-function-kzalloc-ISO-C99-and-later-do-not-support-implicit-function-declarations
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-function-__free_pages-must-take-parameter
| |-- drivers-soc-renesas-rz-sysc.c:error:incompatible-integer-to-pointer-conversion-initializing-struct-regmap_config-with-an-expression-of-type-int
| `-- drivers-soc-renesas-rz-sysc.c:error:use-of-undeclared-identifier-__free_kfree
|-- xtensa-allyesconfig
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:error:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- xtensa-randconfig-001-20250819
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:warning:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
|-- xtensa-randconfig-001-20250820
| |-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
| |-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
| `-- drivers-soc-renesas-rz-sysc.c:warning:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
`-- xtensa-randconfig-002-20250820
|-- drivers-soc-renesas-rz-sysc.c:error:cleanup-argument-not-a-function
|-- drivers-soc-renesas-rz-sysc.c:error:implicit-declaration-of-function-kzalloc
`-- drivers-soc-renesas-rz-sysc.c:warning:initialization-of-struct-regmap_config-from-int-makes-pointer-from-integer-without-a-cast
elapsed time: 974m
configs tested: 252
configs skipped: 5
tested configs:
alpha allnoconfig clang-22
alpha allnoconfig gcc-15.1.0
alpha allyesconfig clang-19
alpha allyesconfig gcc-15.1.0
alpha defconfig clang-19
arc allmodconfig clang-19
arc allmodconfig gcc-15.1.0
arc allnoconfig clang-22
arc allnoconfig gcc-15.1.0
arc allyesconfig clang-19
arc allyesconfig gcc-15.1.0
arc axs101_defconfig clang-22
arc defconfig clang-19
arc randconfig-001-20250819 gcc-14.3.0
arc randconfig-001-20250820 gcc-14.3.0
arc randconfig-002-20250819 gcc-11.5.0
arc randconfig-002-20250820 gcc-14.3.0
arm allmodconfig clang-19
arm allmodconfig gcc-15.1.0
arm allnoconfig clang-22
arm allyesconfig clang-19
arm allyesconfig gcc-15.1.0
arm defconfig clang-19
arm randconfig-001-20250819 gcc-12.5.0
arm randconfig-001-20250820 gcc-14.3.0
arm randconfig-002-20250819 gcc-10.5.0
arm randconfig-002-20250820 gcc-14.3.0
arm randconfig-003-20250819 gcc-10.5.0
arm randconfig-003-20250820 gcc-14.3.0
arm randconfig-004-20250819 clang-22
arm randconfig-004-20250820 gcc-14.3.0
arm sunxi_defconfig clang-22
arm64 allmodconfig clang-19
arm64 allnoconfig clang-22
arm64 allnoconfig gcc-15.1.0
arm64 defconfig clang-19
arm64 randconfig-001-20250819 gcc-14.3.0
arm64 randconfig-001-20250820 gcc-14.3.0
arm64 randconfig-002-20250819 clang-22
arm64 randconfig-002-20250820 gcc-14.3.0
arm64 randconfig-003-20250819 gcc-8.5.0
arm64 randconfig-003-20250820 gcc-14.3.0
arm64 randconfig-004-20250819 clang-16
arm64 randconfig-004-20250820 gcc-14.3.0
csky allnoconfig clang-22
csky allnoconfig gcc-15.1.0
csky defconfig clang-19
csky randconfig-001-20250819 gcc-15.1.0
csky randconfig-001-20250820 clang-22
csky randconfig-002-20250819 gcc-15.1.0
csky randconfig-002-20250820 clang-22
hexagon allmodconfig clang-17
hexagon allmodconfig clang-19
hexagon allnoconfig clang-22
hexagon allyesconfig clang-19
hexagon allyesconfig clang-22
hexagon defconfig clang-19
hexagon randconfig-001-20250819 clang-22
hexagon randconfig-001-20250820 clang-22
hexagon randconfig-002-20250819 clang-18
hexagon randconfig-002-20250820 clang-22
i386 allmodconfig clang-20
i386 allmodconfig gcc-12
i386 allnoconfig clang-20
i386 allnoconfig gcc-12
i386 allyesconfig clang-20
i386 allyesconfig gcc-12
i386 buildonly-randconfig-001-20250819 gcc-12
i386 buildonly-randconfig-001-20250820 gcc-12
i386 buildonly-randconfig-002-20250819 clang-20
i386 buildonly-randconfig-002-20250820 gcc-12
i386 buildonly-randconfig-003-20250819 clang-20
i386 buildonly-randconfig-003-20250820 gcc-12
i386 buildonly-randconfig-004-20250819 clang-20
i386 buildonly-randconfig-004-20250820 gcc-12
i386 buildonly-randconfig-005-20250819 clang-20
i386 buildonly-randconfig-005-20250820 gcc-12
i386 buildonly-randconfig-006-20250819 clang-20
i386 buildonly-randconfig-006-20250820 gcc-12
i386 defconfig clang-20
i386 randconfig-001-20250820 gcc-12
i386 randconfig-002-20250820 gcc-12
i386 randconfig-003-20250820 gcc-12
i386 randconfig-004-20250820 gcc-12
i386 randconfig-005-20250820 gcc-12
i386 randconfig-006-20250820 gcc-12
i386 randconfig-007-20250820 gcc-12
i386 randconfig-011-20250820 clang-20
i386 randconfig-012-20250820 clang-20
i386 randconfig-013-20250820 clang-20
i386 randconfig-014-20250820 clang-20
i386 randconfig-015-20250820 clang-20
i386 randconfig-016-20250820 clang-20
i386 randconfig-017-20250820 clang-20
loongarch allmodconfig clang-19
loongarch allnoconfig clang-22
loongarch defconfig clang-19
loongarch randconfig-001-20250819 gcc-15.1.0
loongarch randconfig-001-20250820 clang-22
loongarch randconfig-002-20250819 clang-18
loongarch randconfig-002-20250820 clang-22
m68k allmodconfig clang-19
m68k allmodconfig gcc-15.1.0
m68k allnoconfig gcc-15.1.0
m68k allyesconfig clang-19
m68k allyesconfig gcc-15.1.0
m68k defconfig clang-19
microblaze allmodconfig clang-19
microblaze allmodconfig gcc-15.1.0
microblaze allnoconfig gcc-15.1.0
microblaze allyesconfig clang-19
microblaze allyesconfig gcc-15.1.0
microblaze defconfig gcc-15.1.0
mips allnoconfig gcc-15.1.0
mips loongson1b_defconfig clang-22
nios2 allnoconfig gcc-11.5.0
nios2 allnoconfig gcc-15.1.0
nios2 defconfig gcc-11.5.0
nios2 defconfig gcc-15.1.0
nios2 randconfig-001-20250819 gcc-8.5.0
nios2 randconfig-001-20250820 clang-22
nios2 randconfig-002-20250819 gcc-8.5.0
nios2 randconfig-002-20250820 clang-22
openrisc allnoconfig clang-22
openrisc allnoconfig gcc-15.1.0
openrisc allyesconfig gcc-15.1.0
openrisc defconfig gcc-12
parisc allmodconfig gcc-15.1.0
parisc allnoconfig clang-22
parisc allnoconfig gcc-15.1.0
parisc allyesconfig gcc-15.1.0
parisc defconfig gcc-15.1.0
parisc randconfig-001-20250819 gcc-10.5.0
parisc randconfig-001-20250820 clang-22
parisc randconfig-002-20250819 gcc-8.5.0
parisc randconfig-002-20250820 clang-22
parisc64 defconfig gcc-15.1.0
powerpc allmodconfig gcc-15.1.0
powerpc allnoconfig clang-22
powerpc allnoconfig gcc-15.1.0
powerpc allyesconfig gcc-15.1.0
powerpc mpc512x_defconfig clang-22
powerpc mpc834x_itxgp_defconfig clang-22
powerpc mpc885_ads_defconfig clang-22
powerpc randconfig-001-20250819 clang-22
powerpc randconfig-001-20250820 clang-22
powerpc randconfig-002-20250819 gcc-10.5.0
powerpc randconfig-002-20250820 clang-22
powerpc randconfig-003-20250819 clang-22
powerpc randconfig-003-20250820 clang-22
powerpc socrates_defconfig clang-22
powerpc64 randconfig-001-20250819 clang-22
powerpc64 randconfig-001-20250820 clang-22
powerpc64 randconfig-002-20250819 clang-22
powerpc64 randconfig-002-20250820 clang-22
powerpc64 randconfig-003-20250819 gcc-10.5.0
powerpc64 randconfig-003-20250820 clang-22
riscv allmodconfig gcc-15.1.0
riscv allnoconfig clang-22
riscv allnoconfig gcc-15.1.0
riscv allyesconfig gcc-15.1.0
riscv defconfig gcc-12
riscv randconfig-001-20250819 clang-22
riscv randconfig-001-20250820 clang-22
riscv randconfig-002-20250819 clang-22
riscv randconfig-002-20250820 clang-22
s390 allmodconfig clang-18
s390 allmodconfig gcc-15.1.0
s390 allnoconfig clang-22
s390 allyesconfig gcc-15.1.0
s390 defconfig gcc-12
s390 randconfig-001-20250819 gcc-8.5.0
s390 randconfig-001-20250820 clang-22
s390 randconfig-002-20250819 gcc-12.5.0
s390 randconfig-002-20250820 clang-22
sh allmodconfig gcc-15.1.0
sh allnoconfig gcc-15.1.0
sh allyesconfig gcc-15.1.0
sh defconfig gcc-12
sh randconfig-001-20250819 gcc-15.1.0
sh randconfig-001-20250820 clang-22
sh randconfig-002-20250819 gcc-15.1.0
sh randconfig-002-20250820 clang-22
sh shx3_defconfig clang-22
sparc allmodconfig gcc-15.1.0
sparc allnoconfig gcc-15.1.0
sparc defconfig gcc-15.1.0
sparc randconfig-001-20250819 gcc-8.5.0
sparc randconfig-001-20250820 clang-22
sparc randconfig-002-20250819 gcc-11.5.0
sparc randconfig-002-20250820 clang-22
sparc64 defconfig gcc-12
sparc64 randconfig-001-20250819 clang-22
sparc64 randconfig-001-20250820 clang-22
sparc64 randconfig-002-20250819 gcc-8.5.0
sparc64 randconfig-002-20250820 clang-22
um allmodconfig clang-19
um allnoconfig clang-22
um allyesconfig clang-19
um allyesconfig gcc-12
um defconfig gcc-12
um i386_defconfig gcc-12
um randconfig-001-20250819 clang-18
um randconfig-001-20250820 clang-22
um randconfig-002-20250819 gcc-12
um randconfig-002-20250820 clang-22
um x86_64_defconfig gcc-12
x86_64 allnoconfig clang-20
x86_64 allyesconfig clang-20
x86_64 buildonly-randconfig-001-20250819 clang-20
x86_64 buildonly-randconfig-001-20250820 clang-20
x86_64 buildonly-randconfig-002-20250819 clang-20
x86_64 buildonly-randconfig-002-20250820 clang-20
x86_64 buildonly-randconfig-003-20250819 clang-20
x86_64 buildonly-randconfig-003-20250820 clang-20
x86_64 buildonly-randconfig-004-20250819 clang-20
x86_64 buildonly-randconfig-004-20250820 clang-20
x86_64 buildonly-randconfig-005-20250819 clang-20
x86_64 buildonly-randconfig-005-20250820 clang-20
x86_64 buildonly-randconfig-006-20250819 clang-20
x86_64 buildonly-randconfig-006-20250820 clang-20
x86_64 defconfig clang-20
x86_64 defconfig gcc-11
x86_64 kexec clang-20
x86_64 randconfig-001-20250820 gcc-12
x86_64 randconfig-002-20250820 gcc-12
x86_64 randconfig-003-20250820 gcc-12
x86_64 randconfig-004-20250820 gcc-12
x86_64 randconfig-005-20250820 gcc-12
x86_64 randconfig-006-20250820 gcc-12
x86_64 randconfig-007-20250820 gcc-12
x86_64 randconfig-008-20250820 gcc-12
x86_64 randconfig-071-20250820 gcc-12
x86_64 randconfig-072-20250820 gcc-12
x86_64 randconfig-073-20250820 gcc-12
x86_64 randconfig-074-20250820 gcc-12
x86_64 randconfig-075-20250820 gcc-12
x86_64 randconfig-076-20250820 gcc-12
x86_64 randconfig-077-20250820 gcc-12
x86_64 randconfig-078-20250820 gcc-12
x86_64 rhel-9.4 clang-20
x86_64 rhel-9.4-bpf gcc-12
x86_64 rhel-9.4-func clang-20
x86_64 rhel-9.4-kselftests clang-20
x86_64 rhel-9.4-kunit gcc-12
x86_64 rhel-9.4-ltp gcc-12
x86_64 rhel-9.4-rust clang-20
xtensa allnoconfig gcc-15.1.0
xtensa randconfig-001-20250819 gcc-8.5.0
xtensa randconfig-001-20250820 clang-22
xtensa randconfig-002-20250819 gcc-15.1.0
xtensa randconfig-002-20250820 clang-22
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-08-20 3:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-20 3:06 [geert-renesas-devel:renesas-drivers-for-v6.18] BUILD REGRESSION 75601ffaea537c3180f23912ce1d0ed5f716469d kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).