linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [tip:locking/core] BUILD REGRESSION 3297481d688a5cc2973ea58bd78e66b8639748b1
@ 2021-11-25 12:30 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-11-25 12:30 UTC (permalink / raw)
  To: x86-ml; +Cc: linux-kernel

tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
branch HEAD: 3297481d688a5cc2973ea58bd78e66b8639748b1  futex: Remove futex_cmpxchg detection

possible Error/Warning in current branch (please contact us if interested):

include/asm-generic/futex.h:17:9: error: implicit declaration of function 'futex_atomic_cmpxchg_inatomic_local_generic'; did you mean 'futex_atomic_cmpxchg_inatomic_local'? [-Werror=implicit-function-declaration]
include/asm-generic/futex.h:19:9: error: implicit declaration of function 'arch_futex_atomic_op_inuser_local_generic'; did you mean 'futex_atomic_op_inuser_local'? [-Werror=implicit-function-declaration]

Error/Warning ids grouped by kconfigs:

gcc_recent_errors
|-- h8300-allyesconfig
|   |-- include-asm-generic-futex.h:error:implicit-declaration-of-function-arch_futex_atomic_op_inuser_local_generic
|   `-- include-asm-generic-futex.h:error:implicit-declaration-of-function-futex_atomic_cmpxchg_inatomic_local_generic
|-- h8300-buildonly-randconfig-r001-20211125
|   |-- include-asm-generic-futex.h:error:implicit-declaration-of-function-arch_futex_atomic_op_inuser_local_generic
|   `-- include-asm-generic-futex.h:error:implicit-declaration-of-function-futex_atomic_cmpxchg_inatomic_local_generic
|-- m68k-allmodconfig
|   |-- include-asm-generic-futex.h:error:implicit-declaration-of-function-arch_futex_atomic_op_inuser_local_generic
|   `-- include-asm-generic-futex.h:error:implicit-declaration-of-function-futex_atomic_cmpxchg_inatomic_local_generic
|-- m68k-allyesconfig
|   |-- include-asm-generic-futex.h:error:implicit-declaration-of-function-arch_futex_atomic_op_inuser_local_generic
|   `-- include-asm-generic-futex.h:error:implicit-declaration-of-function-futex_atomic_cmpxchg_inatomic_local_generic
|-- m68k-defconfig
|   |-- include-asm-generic-futex.h:error:implicit-declaration-of-function-arch_futex_atomic_op_inuser_local_generic
|   `-- include-asm-generic-futex.h:error:implicit-declaration-of-function-futex_atomic_cmpxchg_inatomic_local_generic
|-- m68k-randconfig-c003-20211125
|   |-- include-asm-generic-futex.h:error:implicit-declaration-of-function-arch_futex_atomic_op_inuser_local_generic
|   `-- include-asm-generic-futex.h:error:implicit-declaration-of-function-futex_atomic_cmpxchg_inatomic_local_generic
|-- nios2-allyesconfig
|   |-- include-asm-generic-futex.h:error:implicit-declaration-of-function-arch_futex_atomic_op_inuser_local_generic
|   `-- include-asm-generic-futex.h:error:implicit-declaration-of-function-futex_atomic_cmpxchg_inatomic_local_generic
|-- nios2-defconfig
|   |-- include-asm-generic-futex.h:error:implicit-declaration-of-function-arch_futex_atomic_op_inuser_local_generic
|   `-- include-asm-generic-futex.h:error:implicit-declaration-of-function-futex_atomic_cmpxchg_inatomic_local_generic
|-- nios2-randconfig-c023-20211125
|   |-- include-asm-generic-futex.h:error:implicit-declaration-of-function-arch_futex_atomic_op_inuser_local_generic
|   `-- include-asm-generic-futex.h:error:implicit-declaration-of-function-futex_atomic_cmpxchg_inatomic_local_generic
`-- sparc-defconfig
    |-- include-asm-generic-futex.h:error:implicit-declaration-of-function-arch_futex_atomic_op_inuser_local_generic
    `-- include-asm-generic-futex.h:error:implicit-declaration-of-function-futex_atomic_cmpxchg_inatomic_local_generic

elapsed time: 721m

configs tested: 54
configs skipped: 3

gcc tested configs:
arm                                 defconfig
arm64                            allyesconfig
arm64                               defconfig
arm                              allyesconfig
arm                              allmodconfig
i386                 randconfig-c001-20211125
ia64                             allmodconfig
ia64                                defconfig
ia64                             allyesconfig
m68k                             allmodconfig
m68k                                defconfig
m68k                             allyesconfig
nios2                               defconfig
arc                              allyesconfig
nds32                             allnoconfig
nios2                            allyesconfig
nds32                               defconfig
csky                                defconfig
alpha                               defconfig
alpha                            allyesconfig
xtensa                           allyesconfig
h8300                            allyesconfig
arc                                 defconfig
sh                               allmodconfig
parisc                              defconfig
s390                             allyesconfig
s390                             allmodconfig
parisc                           allyesconfig
s390                                defconfig
i386                             allyesconfig
sparc                            allyesconfig
sparc                               defconfig
i386                                defconfig
i386                              debian-10.3
mips                             allyesconfig
mips                             allmodconfig
powerpc                          allyesconfig
powerpc                          allmodconfig
powerpc                           allnoconfig
riscv                    nommu_k210_defconfig
riscv                            allyesconfig
riscv                    nommu_virt_defconfig
riscv                             allnoconfig
riscv                               defconfig
riscv                          rv32_defconfig
riscv                            allmodconfig
um                           x86_64_defconfig
um                             i386_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

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-25 12:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25 12:30 [tip:locking/core] BUILD REGRESSION 3297481d688a5cc2973ea58bd78e66b8639748b1 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).