Re: [PATCH] ACPICA: cleanup double word in comment
by Rafael J. Wysocki
On Mon, Jan 31, 2022 at 2:33 PM <trix(a)redhat.com> wrote:
>
> From: Tom Rix <trix(a)redhat.com>
>
> Remove the second 'know'.
>
> Signed-off-by: Tom Rix <trix(a)redhat.com>
This is ACPICA material, so it needs to be submitted to the upstream
project via https://github.com/acpica/acpica/
Also, it would be good to combine all of the analogous changes in one patch.
> ---
> drivers/acpi/acpica/exfldio.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/acpi/acpica/exfldio.c b/drivers/acpi/acpica/exfldio.c
> index bdc7a30d1217c..b92605df3872c 100644
> --- a/drivers/acpi/acpica/exfldio.c
> +++ b/drivers/acpi/acpica/exfldio.c
> @@ -104,7 +104,7 @@ acpi_ex_setup_region(union acpi_operand_object *obj_desc,
> #ifdef ACPI_UNDER_DEVELOPMENT
> /*
> * If the Field access is any_acc, we can now compute the optimal
> - * access (because we know know the length of the parent region)
> + * access (because we know the length of the parent region)
> */
> if (!(obj_desc->common.flags & AOPOBJ_DATA_VALID)) {
> if (ACPI_FAILURE(status)) {
> --
> 2.26.3
>
5 months
Re: [PATCH] ACPICA: Linuxize: Fix a NULL pointer dereference in acpi_db_convert_to_package()
by Rafael J. Wysocki
On Mon, Jan 24, 2022 at 5:45 PM Zhou Qingyang <zhou1615(a)umn.edu> wrote:
>
> In acpi_db_convert_to_package(), the variable elements is assigned by
> ACPI_ALLOCATE_ZEROED() and passes its address to
> acpi_db_convert_to_object(). In that function we may have a dereference
> of elements without checks. ACPI_ALLOCATE_ZEROED() would return NULL on
> failure, which may lead to NULL pointer dereference.
>
> Fix this bug by adding a NULL check of elements.
>
> This bug was found by a static analyzer.
>
> Builds with 'make allyesconfig' show no new warnings,
> and our static analyzer no longer warns about this code.
>
> Fixes: 995751025572 ("ACPICA: Linuxize: Export debugger files to Linux")
> Signed-off-by: Zhou Qingyang <zhou1615(a)umn.edu>
This is ACPICA material and so it should be submitted as a change
against the upstream code via https://github.com/acpica/acpica
Thanks!
> ---
> The analysis employs differential checking to identify inconsistent
> security operations (e.g., checks or kfrees) between two code paths
> and confirms that the inconsistent operations are not recovered in the
> current function or the callers, so they constitute bugs.
>
> Note that, as a bug found by static analysis, it can be a false
> positive or hard to trigger. Multiple researchers have cross-reviewed
> the bug.
>
> drivers/acpi/acpica/dbconvert.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/acpi/acpica/dbconvert.c b/drivers/acpi/acpica/dbconvert.c
> index 2b84ac093698..8dbab6932049 100644
> --- a/drivers/acpi/acpica/dbconvert.c
> +++ b/drivers/acpi/acpica/dbconvert.c
> @@ -174,6 +174,8 @@ acpi_status acpi_db_convert_to_package(char *string, union acpi_object *object)
> elements =
> ACPI_ALLOCATE_ZEROED(DB_DEFAULT_PKG_ELEMENTS *
> sizeof(union acpi_object));
> + if (!elements)
> + return (AE_NO_MEMORY);
>
> this = string;
> for (i = 0; i < (DB_DEFAULT_PKG_ELEMENTS - 1); i++) {
> --
> 2.25.1
>
5 months
[rafael-pm:bleeding-edge] BUILD SUCCESS 52d883c7bbae11e5f06311eae7778db69bc4806e
by kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge
branch HEAD: 52d883c7bbae11e5f06311eae7778db69bc4806e Merge branches 'acpica', 'acpi-osl' and 'acpi-properties' into linux-next
elapsed time: 728m
configs tested: 192
configs skipped: 3
The following configs have been built successfully.
More configs may be tested in the coming days.
gcc tested configs:
arm defconfig
arm64 allyesconfig
arm64 defconfig
arm allyesconfig
arm allmodconfig
i386 randconfig-c001
i386 randconfig-c001-20220124
powerpc randconfig-c003-20220124
m68k q40_defconfig
powerpc linkstation_defconfig
arm s3c6400_defconfig
m68k sun3_defconfig
arm oxnas_v6_defconfig
m68k multi_defconfig
sparc64 alldefconfig
h8300 h8300h-sim_defconfig
arm nhk8815_defconfig
sh rsk7203_defconfig
parisc generic-32bit_defconfig
powerpc ppc6xx_defconfig
xtensa nommu_kc705_defconfig
sparc allyesconfig
powerpc ppc64_defconfig
m68k stmark2_defconfig
mips rt305x_defconfig
arm zeus_defconfig
nios2 10m50_defconfig
xtensa defconfig
sh ecovec24-romimage_defconfig
mips capcella_defconfig
arm pxa910_defconfig
arm simpad_defconfig
m68k hp300_defconfig
m68k m5249evb_defconfig
arm rpc_defconfig
mips bcm47xx_defconfig
xtensa audio_kc705_defconfig
mips cobalt_defconfig
powerpc makalu_defconfig
powerpc mpc834x_itx_defconfig
powerpc mgcoge_defconfig
arm keystone_defconfig
mips ip32_defconfig
arm lubbock_defconfig
sh se7722_defconfig
m68k amiga_defconfig
arm ezx_defconfig
arm pxa3xx_defconfig
powerpc pasemi_defconfig
m68k m5208evb_defconfig
sh sh7724_generic_defconfig
arc hsdk_defconfig
arm hisi_defconfig
sh espt_defconfig
sh edosk7705_defconfig
i386 alldefconfig
m68k amcore_defconfig
mips decstation_r4k_defconfig
sh migor_defconfig
openrisc simple_smp_defconfig
powerpc tqm8xx_defconfig
h8300 alldefconfig
arm corgi_defconfig
powerpc iss476-smp_defconfig
arm randconfig-c002-20220124
arm randconfig-c002-20220127
ia64 allmodconfig
ia64 defconfig
ia64 allyesconfig
m68k defconfig
m68k allmodconfig
m68k allyesconfig
nios2 defconfig
arc allyesconfig
nds32 allnoconfig
nds32 defconfig
nios2 allyesconfig
csky defconfig
alpha defconfig
alpha allyesconfig
xtensa allyesconfig
h8300 allyesconfig
sh allmodconfig
arc defconfig
parisc defconfig
s390 allyesconfig
s390 allmodconfig
parisc allyesconfig
s390 defconfig
i386 allyesconfig
sparc defconfig
i386 defconfig
i386 debian-10.3-kselftests
i386 debian-10.3
mips allyesconfig
mips allmodconfig
powerpc allyesconfig
powerpc allmodconfig
powerpc allnoconfig
x86_64 randconfig-a002-20220124
x86_64 randconfig-a003-20220124
x86_64 randconfig-a001-20220124
x86_64 randconfig-a004-20220124
x86_64 randconfig-a005-20220124
x86_64 randconfig-a006-20220124
i386 randconfig-a002-20220124
i386 randconfig-a005-20220124
i386 randconfig-a003-20220124
i386 randconfig-a004-20220124
i386 randconfig-a001-20220124
i386 randconfig-a006-20220124
i386 randconfig-a003
i386 randconfig-a001
i386 randconfig-a005
i386 randconfig-a012
i386 randconfig-a014
i386 randconfig-a016
arc randconfig-r043-20220124
riscv randconfig-r042-20220125
arc randconfig-r043-20220125
s390 randconfig-r044-20220125
riscv nommu_k210_defconfig
riscv allyesconfig
riscv nommu_virt_defconfig
riscv allnoconfig
riscv defconfig
riscv rv32_defconfig
riscv allmodconfig
x86_64 rhel-8.3-kselftests
um x86_64_defconfig
um i386_defconfig
x86_64 allyesconfig
x86_64 defconfig
x86_64 rhel-8.3
x86_64 rhel-8.3-func
x86_64 kexec
clang tested configs:
arm randconfig-c002-20220124
riscv randconfig-c006-20220124
i386 randconfig-c001-20220124
powerpc randconfig-c003-20220124
mips randconfig-c004-20220124
x86_64 randconfig-c007-20220124
x86_64 randconfig-c007
powerpc randconfig-c003-20220125
mips randconfig-c004-20220125
i386 randconfig-c001
s390 randconfig-c005-20220125
arm randconfig-c002-20220125
riscv randconfig-c006-20220125
arm colibri_pxa300_defconfig
arm imote2_defconfig
powerpc obs600_defconfig
arm mmp2_defconfig
mips sb1250_swarm_defconfig
arm dove_defconfig
arm alldefconfig
arm pxa255-idp_defconfig
hexagon defconfig
mips loongson2k_defconfig
arm neponset_defconfig
powerpc kmeter1_defconfig
powerpc socrates_defconfig
arm omap1_defconfig
powerpc skiroot_defconfig
powerpc walnut_defconfig
i386 allyesconfig
arm ixp4xx_defconfig
powerpc kilauea_defconfig
powerpc fsp2_defconfig
powerpc katmai_defconfig
riscv rv32_defconfig
i386 randconfig-a002
i386 randconfig-a006
i386 randconfig-a004
x86_64 randconfig-a011-20220124
x86_64 randconfig-a012-20220124
x86_64 randconfig-a013-20220124
x86_64 randconfig-a015-20220124
x86_64 randconfig-a014-20220124
x86_64 randconfig-a016-20220124
x86_64 randconfig-a012
x86_64 randconfig-a014
x86_64 randconfig-a016
x86_64 randconfig-a005
x86_64 randconfig-a003
x86_64 randconfig-a001
i386 randconfig-a011-20220124
i386 randconfig-a016-20220124
i386 randconfig-a013-20220124
i386 randconfig-a014-20220124
i386 randconfig-a015-20220124
i386 randconfig-a012-20220124
riscv randconfig-r042-20220124
s390 randconfig-r044-20220124
hexagon randconfig-r045-20220124
hexagon randconfig-r041-20220124
hexagon randconfig-r045-20220125
hexagon randconfig-r041-20220125
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]
5 months, 1 week
[rafael-pm:bleeding-edge] BUILD SUCCESS af8e84518513d168ae3bc299e761ce7fec1dcb89
by kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge
branch HEAD: af8e84518513d168ae3bc299e761ce7fec1dcb89 Merge branch 'acpi-properties' into bleeding-edge
elapsed time: 737m
configs tested: 107
configs skipped: 3
The following configs have been built successfully.
More configs may be tested in the coming days.
gcc tested configs:
arm defconfig
arm allyesconfig
arm allmodconfig
arm64 defconfig
arm64 allyesconfig
i386 randconfig-c001-20220124
nios2 alldefconfig
sh kfr2r09-romimage_defconfig
sh urquell_defconfig
mips cobalt_defconfig
powerpc ps3_defconfig
powerpc storcenter_defconfig
sh shmin_defconfig
sh se7780_defconfig
mips db1xxx_defconfig
xtensa audio_kc705_defconfig
s390 allyesconfig
arc defconfig
mips gpr_defconfig
powerpc ppc64_defconfig
arm randconfig-c002-20220124
ia64 defconfig
ia64 allmodconfig
ia64 allyesconfig
m68k allyesconfig
m68k allmodconfig
m68k defconfig
nds32 allnoconfig
nios2 defconfig
arc allyesconfig
nds32 defconfig
csky defconfig
alpha defconfig
alpha allyesconfig
nios2 allyesconfig
sh allmodconfig
xtensa allyesconfig
h8300 allyesconfig
parisc defconfig
s390 defconfig
s390 allmodconfig
parisc allyesconfig
i386 allyesconfig
sparc defconfig
i386 defconfig
i386 debian-10.3-kselftests
i386 debian-10.3
sparc allyesconfig
mips allyesconfig
mips allmodconfig
powerpc allnoconfig
powerpc allmodconfig
powerpc allyesconfig
i386 randconfig-a003
i386 randconfig-a001
i386 randconfig-a005
arc randconfig-r043-20220124
x86_64 randconfig-a002-20220124
x86_64 randconfig-a003-20220124
x86_64 randconfig-a001-20220124
x86_64 randconfig-a004-20220124
x86_64 randconfig-a005-20220124
x86_64 randconfig-a006-20220124
riscv nommu_k210_defconfig
riscv allyesconfig
riscv nommu_virt_defconfig
riscv allnoconfig
riscv defconfig
riscv rv32_defconfig
riscv allmodconfig
um i386_defconfig
um x86_64_defconfig
x86_64 defconfig
x86_64 rhel-8.3
x86_64 rhel-8.3-func
x86_64 kexec
x86_64 allyesconfig
x86_64 rhel-8.3-kselftests
clang tested configs:
arm randconfig-c002-20220124
i386 randconfig-c001-20220124
powerpc randconfig-c003-20220124
mips randconfig-c004-20220124
s390 randconfig-c005-20220124
x86_64 randconfig-c007-20220124
riscv randconfig-c006-20220124
mips bmips_stb_defconfig
powerpc socrates_defconfig
arm orion5x_defconfig
powerpc skiroot_defconfig
powerpc icon_defconfig
i386 randconfig-a002
i386 randconfig-a004
i386 randconfig-a006
x86_64 randconfig-a011-20220124
x86_64 randconfig-a013-20220124
x86_64 randconfig-a014-20220124
x86_64 randconfig-a012-20220124
x86_64 randconfig-a015-20220124
x86_64 randconfig-a016-20220124
i386 randconfig-a011-20220124
i386 randconfig-a013-20220124
i386 randconfig-a014-20220124
i386 randconfig-a015-20220124
i386 randconfig-a012-20220124
i386 randconfig-a016-20220124
riscv randconfig-r042-20220124
hexagon randconfig-r045-20220124
hexagon randconfig-r041-20220124
s390 randconfig-r044-20220124
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]
5 months, 1 week
[rafael-pm:bleeding-edge] BUILD SUCCESS WITH WARNING fc720b592cc66f5903ee0bf4d17508e2b8614528
by kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge
branch HEAD: fc720b592cc66f5903ee0bf4d17508e2b8614528 Merge branch 'thermal-int340x' into bleeding-edge
Warning reports:
https://lore.kernel.org/llvm/[email protected]
Warning in current branch:
drivers/acpi/acpica/exregion.c:519:17: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
Warning ids grouped by kconfigs:
clang_recent_errors
|-- arm64-allmodconfig
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a001-20220117
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a002-20220117
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a003-20220117
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a004-20220117
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a005-20220117
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a006-20220117
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-c001
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a001-20220117
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a002-20220117
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a003-20220117
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a004-20220117
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a005-20220117
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a006-20220117
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
`-- x86_64-randconfig-c007
`-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
elapsed time: 729m
configs tested: 123
configs skipped: 3
gcc tested configs:
arm defconfig
arm64 defconfig
arm allyesconfig
arm allmodconfig
arm64 allyesconfig
i386 randconfig-c001-20220117
powerpc pasemi_defconfig
powerpc mpc837x_rdb_defconfig
mips tb0226_defconfig
ia64 alldefconfig
sh se7721_defconfig
powerpc ppc64_defconfig
powerpc mgcoge_defconfig
powerpc canyonlands_defconfig
mips decstation_64_defconfig
m68k amiga_defconfig
mips rb532_defconfig
mips ip32_defconfig
openrisc simple_smp_defconfig
m68k stmark2_defconfig
arm randconfig-c002-20220118
arm randconfig-c002-20220116
arm randconfig-c002-20220117
ia64 defconfig
ia64 allmodconfig
ia64 allyesconfig
m68k defconfig
m68k allyesconfig
m68k allmodconfig
nds32 allnoconfig
nios2 defconfig
arc allyesconfig
csky defconfig
alpha defconfig
nds32 defconfig
alpha allyesconfig
nios2 allyesconfig
arc defconfig
sh allmodconfig
h8300 allyesconfig
xtensa allyesconfig
parisc defconfig
s390 allmodconfig
s390 defconfig
parisc allyesconfig
s390 allyesconfig
i386 allyesconfig
sparc defconfig
i386 defconfig
i386 debian-10.3-kselftests
i386 debian-10.3
sparc allyesconfig
mips allyesconfig
mips allmodconfig
powerpc allnoconfig
powerpc allmodconfig
powerpc allyesconfig
x86_64 randconfig-a012-20220117
x86_64 randconfig-a013-20220117
x86_64 randconfig-a011-20220117
x86_64 randconfig-a014-20220117
x86_64 randconfig-a015-20220117
x86_64 randconfig-a016-20220117
i386 randconfig-a012-20220117
i386 randconfig-a016-20220117
i386 randconfig-a014-20220117
i386 randconfig-a015-20220117
i386 randconfig-a011-20220117
i386 randconfig-a013-20220117
riscv randconfig-r042-20220117
arc randconfig-r043-20220116
arc randconfig-r043-20220117
s390 randconfig-r044-20220117
arc randconfig-r043-20220118
riscv allyesconfig
riscv nommu_virt_defconfig
riscv allnoconfig
riscv defconfig
riscv rv32_defconfig
riscv allmodconfig
riscv nommu_k210_defconfig
um i386_defconfig
um x86_64_defconfig
x86_64 allyesconfig
x86_64 rhel-8.3-kselftests
x86_64 defconfig
x86_64 rhel-8.3
x86_64 rhel-8.3-func
x86_64 kexec
clang tested configs:
x86_64 randconfig-c007
powerpc randconfig-c003-20220116
i386 randconfig-c001
mips randconfig-c004-20220116
arm randconfig-c002-20220116
riscv randconfig-c006-20220116
s390 randconfig-c005-20220116
powerpc socrates_defconfig
arm s5pv210_defconfig
arm mainstone_defconfig
powerpc ebony_defconfig
powerpc mpc866_ads_defconfig
powerpc ppc44x_defconfig
i386 randconfig-a001-20220117
i386 randconfig-a004-20220117
i386 randconfig-a002-20220117
i386 randconfig-a003-20220117
i386 randconfig-a005-20220117
i386 randconfig-a006-20220117
x86_64 randconfig-a004-20220117
x86_64 randconfig-a001-20220117
x86_64 randconfig-a006-20220117
x86_64 randconfig-a002-20220117
x86_64 randconfig-a003-20220117
x86_64 randconfig-a005-20220117
riscv randconfig-r042-20220118
hexagon randconfig-r045-20220116
hexagon randconfig-r045-20220117
hexagon randconfig-r045-20220118
riscv randconfig-r042-20220116
hexagon randconfig-r041-20220118
s390 randconfig-r044-20220118
s390 randconfig-r044-20220116
hexagon randconfig-r041-20220116
hexagon randconfig-r041-20220117
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]
5 months, 2 weeks
Re: [PATCH] ACPI/ACPICA: Check for NULL pointer after calling alloc
by Rafael J. Wysocki
On Fri, Jan 14, 2022 at 11:16 AM Jiasheng Jiang <jiasheng(a)iscas.ac.cn> wrote:
>
> As the possible failure of the allocation, object_info could be NULL
> pointer.
> Therefore, it should be better to check it in order to avoid the
> dereference of the NULL pointer.
> If fails, we should return 'AE_NON_MEMORY' and the caller
> acpi_db_command_dispatch() will deal with the return status of
> acpi_db_display_objects().
> Also, the comment of the acpi_db_display_objects() is wrong.
> So we need to correct it too.
>
> Fixes: 995751025572 ("ACPICA: Linuxize: Export debugger files to Linux")
> Signed-off-by: Jiasheng Jiang <jiasheng(a)iscas.ac.cn>
This is ACPICA material, so it needs to be submitted to the upstream
ACPICA project via https://github.com/acpica/acpica, thanks!
> ---
> drivers/acpi/acpica/dbnames.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/acpi/acpica/dbnames.c b/drivers/acpi/acpica/dbnames.c
> index 3615e1a6efd8..d8e5852fadb1 100644
> --- a/drivers/acpi/acpica/dbnames.c
> +++ b/drivers/acpi/acpica/dbnames.c
> @@ -632,7 +632,7 @@ acpi_db_walk_for_specific_objects(acpi_handle obj_handle,
> * PARAMETERS: obj_type_arg - Type of object to display
> * display_count_arg - Max depth to display
> *
> - * RETURN: None
> + * RETURN: Status
> *
> * DESCRIPTION: Display objects in the namespace of the requested type
> *
> @@ -651,6 +651,8 @@ acpi_status acpi_db_display_objects(char *obj_type_arg, char *display_count_arg)
> if (!obj_type_arg) {
> object_info =
> ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_object_info));
> + if (!object_info)
> + return (AE_NO_MEMORY);
>
> /* Walk the namespace from the root */
>
> --
> 2.25.1
>
5 months, 2 weeks
[rafael-pm:bleeding-edge] BUILD SUCCESS WITH WARNING 93e5c8b5e46e70f119200c99a8f15e2e87083b53
by kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge
branch HEAD: 93e5c8b5e46e70f119200c99a8f15e2e87083b53 Merge branch 'pm-core' into linux-next
Warning reports:
https://lore.kernel.org/llvm/[email protected]
Warning in current branch:
drivers/acpi/acpica/exregion.c:519:17: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
Warning ids grouped by kconfigs:
clang_recent_errors
|-- i386-randconfig-a002
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a004
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a006
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a011
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a013
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a015
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a001
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a003
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a005
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a012
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a014
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
`-- x86_64-randconfig-a016
`-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
elapsed time: 721m
configs tested: 145
configs skipped: 3
gcc tested configs:
arm defconfig
arm64 allyesconfig
arm64 defconfig
arm allyesconfig
arm allmodconfig
i386 randconfig-c001
arm gemini_defconfig
arm at91_dt_defconfig
nios2 10m50_defconfig
sparc64 defconfig
mips bcm47xx_defconfig
powerpc mpc837x_mds_defconfig
m68k mvme16x_defconfig
powerpc tqm8555_defconfig
arm hisi_defconfig
powerpc tqm8xx_defconfig
arm lpc18xx_defconfig
powerpc pcm030_defconfig
arm s3c6400_defconfig
arm axm55xx_defconfig
arm h5000_defconfig
powerpc amigaone_defconfig
arc nsim_700_defconfig
sh sh7757lcr_defconfig
sh landisk_defconfig
csky alldefconfig
xtensa iss_defconfig
arm sunxi_defconfig
powerpc pasemi_defconfig
sh j2_defconfig
arc alldefconfig
mips ci20_defconfig
arm iop32x_defconfig
mips tb0226_defconfig
arm mps2_defconfig
arm lpd270_defconfig
riscv allmodconfig
arm qcom_defconfig
arm pleb_defconfig
ia64 generic_defconfig
sh rts7751r2dplus_defconfig
mips db1xxx_defconfig
powerpc mpc83xx_defconfig
mips vocore2_defconfig
openrisc or1ksim_defconfig
sh sh7724_generic_defconfig
s390 debug_defconfig
sh rsk7264_defconfig
sh r7785rp_defconfig
arm xcep_defconfig
sh se7343_defconfig
sh defconfig
i386 alldefconfig
sh sdk7786_defconfig
arm tegra_defconfig
sh microdev_defconfig
powerpc ppc64_defconfig
m68k allmodconfig
sh ul2_defconfig
arm randconfig-c002-20220113
ia64 allmodconfig
ia64 defconfig
ia64 allyesconfig
m68k defconfig
m68k allyesconfig
nios2 defconfig
arc allyesconfig
nds32 allnoconfig
csky defconfig
alpha defconfig
nds32 defconfig
alpha allyesconfig
nios2 allyesconfig
xtensa allyesconfig
h8300 allyesconfig
arc defconfig
sh allmodconfig
parisc defconfig
s390 allmodconfig
parisc allyesconfig
s390 defconfig
s390 allyesconfig
i386 allyesconfig
sparc allyesconfig
sparc defconfig
i386 defconfig
i386 debian-10.3-kselftests
i386 debian-10.3
mips allyesconfig
mips allmodconfig
powerpc allyesconfig
powerpc allmodconfig
powerpc allnoconfig
x86_64 randconfig-a006
x86_64 randconfig-a004
x86_64 randconfig-a002
i386 randconfig-a003
i386 randconfig-a001
i386 randconfig-a005
x86_64 randconfig-a011
x86_64 randconfig-a013
x86_64 randconfig-a015
i386 randconfig-a012
i386 randconfig-a014
i386 randconfig-a016
riscv randconfig-r042-20220113
arc randconfig-r043-20220113
s390 randconfig-r044-20220113
riscv nommu_k210_defconfig
riscv allyesconfig
riscv nommu_virt_defconfig
riscv allnoconfig
riscv defconfig
riscv rv32_defconfig
x86_64 rhel-8.3-kselftests
um x86_64_defconfig
um i386_defconfig
x86_64 allyesconfig
x86_64 defconfig
x86_64 rhel-8.3
x86_64 rhel-8.3-func
x86_64 kexec
clang tested configs:
arm randconfig-c002-20220113
x86_64 randconfig-c007
riscv randconfig-c006-20220113
powerpc randconfig-c003-20220113
i386 randconfig-c001
mips randconfig-c004-20220113
mips ip28_defconfig
arm pxa168_defconfig
powerpc powernv_defconfig
powerpc icon_defconfig
mips bcm63xx_defconfig
arm defconfig
riscv allnoconfig
x86_64 randconfig-a005
x86_64 randconfig-a003
x86_64 randconfig-a001
i386 randconfig-a002
i386 randconfig-a006
i386 randconfig-a004
x86_64 randconfig-a012
x86_64 randconfig-a014
x86_64 randconfig-a016
i386 randconfig-a011
i386 randconfig-a013
i386 randconfig-a015
hexagon randconfig-r045-20220113
hexagon randconfig-r041-20220113
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]
5 months, 2 weeks
[rafael-pm:bleeding-edge] BUILD SUCCESS WITH WARNING 625b47dd50305ce992adb54412e7294c9a9a6468
by kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge
branch HEAD: 625b47dd50305ce992adb54412e7294c9a9a6468 Merge branch 'pm-core' into bleeding-edge
Warning reports:
https://lore.kernel.org/llvm/[email protected]
Warning in current branch:
drivers/acpi/acpica/exregion.c:519:17: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
Warning ids grouped by kconfigs:
clang_recent_errors
|-- i386-randconfig-a002
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a004
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a006
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a011
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a013
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a015
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-c001
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a001
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a003
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a005
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a012
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a014
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a016
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
`-- x86_64-randconfig-c007
`-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
elapsed time: 1350m
configs tested: 107
configs skipped: 3
gcc tested configs:
arm defconfig
arm allyesconfig
arm allmodconfig
arm64 defconfig
arm64 allyesconfig
i386 randconfig-c001
mips randconfig-c004-20220112
mips maltasmvp_eva_defconfig
powerpc mgcoge_defconfig
openrisc defconfig
powerpc wii_defconfig
arm omap2plus_defconfig
h8300 edosk2674_defconfig
sh sh7763rdp_defconfig
m68k m5275evb_defconfig
sparc sparc64_defconfig
powerpc currituck_defconfig
arm randconfig-c002-20220113
ia64 defconfig
ia64 allmodconfig
ia64 allyesconfig
m68k defconfig
m68k allyesconfig
m68k allmodconfig
nds32 allnoconfig
nios2 defconfig
arc allyesconfig
nds32 defconfig
csky defconfig
alpha defconfig
alpha allyesconfig
nios2 allyesconfig
arc defconfig
sh allmodconfig
h8300 allyesconfig
xtensa allyesconfig
parisc defconfig
s390 allmodconfig
s390 defconfig
parisc allyesconfig
s390 allyesconfig
i386 allyesconfig
sparc defconfig
i386 defconfig
i386 debian-10.3-kselftests
i386 debian-10.3
sparc allyesconfig
mips allyesconfig
mips allmodconfig
powerpc allnoconfig
powerpc allmodconfig
powerpc allyesconfig
i386 randconfig-a003
i386 randconfig-a001
i386 randconfig-a005
x86_64 randconfig-a011
x86_64 randconfig-a013
x86_64 randconfig-a015
x86_64 randconfig-a004
x86_64 randconfig-a002
x86_64 randconfig-a006
i386 randconfig-a012
i386 randconfig-a014
i386 randconfig-a016
arc randconfig-r043-20220112
riscv nommu_k210_defconfig
riscv allyesconfig
riscv nommu_virt_defconfig
riscv allnoconfig
riscv defconfig
riscv rv32_defconfig
riscv allmodconfig
x86_64 rhel-8.3-kselftests
um i386_defconfig
um x86_64_defconfig
x86_64 defconfig
x86_64 rhel-8.3
x86_64 kexec
x86_64 allyesconfig
x86_64 rhel-8.3-func
clang tested configs:
arm randconfig-c002-20220113
x86_64 randconfig-c007
powerpc randconfig-c003-20220113
i386 randconfig-c001
s390 randconfig-c005-20220113
mips randconfig-c004-20220113
riscv randconfig-c006-20220113
mips cavium_octeon_defconfig
powerpc skiroot_defconfig
powerpc tqm5200_defconfig
powerpc socrates_defconfig
arm spitz_defconfig
powerpc g5_defconfig
i386 randconfig-a002
i386 randconfig-a004
i386 randconfig-a006
x86_64 randconfig-a012
x86_64 randconfig-a014
x86_64 randconfig-a016
x86_64 randconfig-a003
x86_64 randconfig-a001
x86_64 randconfig-a005
i386 randconfig-a011
i386 randconfig-a013
i386 randconfig-a015
hexagon randconfig-r045-20220112
s390 randconfig-r044-20220112
hexagon randconfig-r041-20220112
riscv randconfig-r042-20220112
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]
5 months, 2 weeks
[rafael-pm:bleeding-edge] BUILD SUCCESS WITH WARNING f099fd60c342d8d8265202ce01b4375358913072
by kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge
branch HEAD: f099fd60c342d8d8265202ce01b4375358913072 Merge branch 'acpi-pfrut' into linux-next
Warning reports:
https://lore.kernel.org/llvm/[email protected]
Warning in current branch:
drivers/acpi/acpica/exregion.c:519:17: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]
Warning ids grouped by kconfigs:
clang_recent_errors
|-- i386-randconfig-a011-20220107
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a012-20220107
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a013-20220107
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-a014-20220107
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- i386-randconfig-r014-20220107
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a011-20220107
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a012-20220107
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a013-20220107
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a014-20220107
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
|-- x86_64-randconfig-a015-20220107
| `-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
`-- x86_64-randconfig-a016-20220107
`-- drivers-acpi-acpica-exregion.c:warning:performing-pointer-subtraction-with-a-null-pointer-has-undefined-behavior
elapsed time: 733m
configs tested: 145
configs skipped: 4
gcc tested configs:
arm defconfig
arm64 allyesconfig
arm64 defconfig
arm allyesconfig
arm allmodconfig
i386 randconfig-c001-20220107
parisc alldefconfig
arm stm32_defconfig
mips bcm47xx_defconfig
powerpc ppc40x_defconfig
arm omap2plus_defconfig
arm lart_defconfig
sh sh7763rdp_defconfig
sh se7343_defconfig
sh se7721_defconfig
sh sh7710voipgw_defconfig
m68k mvme147_defconfig
sh lboxre2_defconfig
powerpc chrp32_defconfig
powerpc mgcoge_defconfig
mips jazz_defconfig
arm viper_defconfig
m68k m5275evb_defconfig
xtensa cadence_csp_defconfig
arc nsimosci_defconfig
xtensa smp_lx200_defconfig
sparc64 alldefconfig
arm h5000_defconfig
arm badge4_defconfig
sh dreamcast_defconfig
m68k m5208evb_defconfig
m68k sun3x_defconfig
sh migor_defconfig
mips cobalt_defconfig
sh polaris_defconfig
m68k m5475evb_defconfig
openrisc defconfig
arm realview_defconfig
powerpc ppc64_defconfig
arm trizeps4_defconfig
arm randconfig-c002-20220107
arm randconfig-c002-20220106
ia64 allmodconfig
ia64 defconfig
ia64 allyesconfig
m68k allmodconfig
m68k defconfig
m68k allyesconfig
nios2 defconfig
arc allyesconfig
nds32 allnoconfig
nds32 defconfig
nios2 allyesconfig
csky defconfig
alpha defconfig
alpha allyesconfig
xtensa allyesconfig
h8300 allyesconfig
arc defconfig
sh allmodconfig
parisc defconfig
s390 allyesconfig
s390 allmodconfig
parisc allyesconfig
s390 defconfig
sparc allyesconfig
i386 allyesconfig
sparc defconfig
i386 defconfig
i386 debian-10.3-kselftests
i386 debian-10.3
mips allyesconfig
mips allmodconfig
powerpc allyesconfig
powerpc allmodconfig
powerpc allnoconfig
x86_64 randconfig-a005-20220107
x86_64 randconfig-a001-20220107
x86_64 randconfig-a004-20220107
x86_64 randconfig-a006-20220107
x86_64 randconfig-a002-20220107
x86_64 randconfig-a003-20220107
i386 randconfig-a003-20220107
i386 randconfig-a005-20220107
i386 randconfig-a004-20220107
i386 randconfig-a006-20220107
i386 randconfig-a002-20220107
i386 randconfig-a001-20220107
arc randconfig-r043-20220107
s390 randconfig-r044-20220106
arc randconfig-r043-20220106
riscv randconfig-r042-20220106
riscv nommu_k210_defconfig
riscv allyesconfig
riscv nommu_virt_defconfig
riscv allnoconfig
riscv defconfig
riscv rv32_defconfig
riscv allmodconfig
x86_64 rhel-8.3-kselftests
um x86_64_defconfig
um i386_defconfig
x86_64 allyesconfig
x86_64 defconfig
x86_64 rhel-8.3
x86_64 rhel-8.3-func
x86_64 kexec
clang tested configs:
mips randconfig-c004-20220107
arm randconfig-c002-20220107
i386 randconfig-c001-20220107
riscv randconfig-c006-20220107
powerpc randconfig-c003-20220107
x86_64 randconfig-c007-20220107
arm moxart_defconfig
arm tct_hammer_defconfig
arm spear3xx_defconfig
mips malta_kvm_defconfig
arm pxa255-idp_defconfig
mips lemote2f_defconfig
mips qi_lb60_defconfig
arm collie_defconfig
powerpc allyesconfig
arm s5pv210_defconfig
arm palmz72_defconfig
powerpc xes_mpc85xx_defconfig
mips tb0219_defconfig
s390 alldefconfig
i386 randconfig-a003-20220106
i386 randconfig-a005-20220106
i386 randconfig-a006-20220106
i386 randconfig-a002-20220106
i386 randconfig-a001-20220106
x86_64 randconfig-a012-20220107
x86_64 randconfig-a015-20220107
x86_64 randconfig-a014-20220107
x86_64 randconfig-a013-20220107
x86_64 randconfig-a011-20220107
x86_64 randconfig-a016-20220107
i386 randconfig-a012-20220107
i386 randconfig-a016-20220107
i386 randconfig-a014-20220107
i386 randconfig-a015-20220107
i386 randconfig-a011-20220107
i386 randconfig-a013-20220107
hexagon randconfig-r041-20220107
hexagon randconfig-r045-20220107
riscv randconfig-r042-20220107
s390 randconfig-r044-20220107
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]
5 months, 3 weeks
[rafael-pm:bleeding-edge] BUILD SUCCESS bcb051d6e10a9f7171d96984a1d65cf8feb29071
by kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge
branch HEAD: bcb051d6e10a9f7171d96984a1d65cf8feb29071 Merge branch 'acpi-pcc' into bleeding-edge
possible Warning in current branch (please contact us if interested):
sound/soc/sh/rz-ssi.c:1023:9: warning: ignoring return value of 'pm_runtime_resume_and_get' declared with attribute 'warn_unused_result' [-Wunused-result]
Warning ids grouped by kconfigs:
gcc_recent_errors
|-- alpha-allyesconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- arc-allyesconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- arm-allmodconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- arm-allyesconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- arm64-allyesconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- arm64-defconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- h8300-allyesconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- ia64-allyesconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- m68k-allmodconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- m68k-allyesconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- mips-allmodconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- mips-allyesconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- nios2-allyesconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- parisc-allyesconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- powerpc-allmodconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- powerpc-allyesconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- riscv-allmodconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- riscv-allyesconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- s390-allyesconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- sh-allmodconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
|-- sparc-allyesconfig
| `-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
`-- xtensa-allyesconfig
`-- sound-soc-sh-rz-ssi.c:warning:ignoring-return-value-of-pm_runtime_resume_and_get-declared-with-attribute-warn_unused_result
elapsed time: 723m
configs tested: 54
configs skipped: 3
The following configs have been built successfully.
More configs may be tested in the coming days.
gcc tested configs:
arm defconfig
arm allyesconfig
arm allmodconfig
arm64 defconfig
arm64 allyesconfig
ia64 allmodconfig
ia64 defconfig
ia64 allyesconfig
m68k allyesconfig
m68k allmodconfig
m68k defconfig
nds32 allnoconfig
nios2 defconfig
arc allyesconfig
nds32 defconfig
csky defconfig
alpha defconfig
alpha allyesconfig
nios2 allyesconfig
arc defconfig
sh allmodconfig
h8300 allyesconfig
xtensa allyesconfig
parisc defconfig
s390 allmodconfig
parisc allyesconfig
s390 defconfig
s390 allyesconfig
i386 allyesconfig
sparc defconfig
i386 defconfig
i386 debian-10.3-kselftests
i386 debian-10.3
sparc allyesconfig
mips allmodconfig
mips allyesconfig
powerpc allnoconfig
powerpc allmodconfig
powerpc allyesconfig
riscv nommu_k210_defconfig
riscv allyesconfig
riscv nommu_virt_defconfig
riscv allnoconfig
riscv defconfig
riscv rv32_defconfig
riscv allmodconfig
um i386_defconfig
um x86_64_defconfig
x86_64 allyesconfig
x86_64 defconfig
x86_64 rhel-8.3
x86_64 rhel-8.3-func
x86_64 kexec
x86_64 rhel-8.3-kselftests
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]
5 months, 4 weeks