[nomadik:ixp4] BUILD REGRESSION e0bf0c1bc94b9100d85ace594fd1f0fb0024dbf2
kernel test robot
lkp at intel.com
Sun Apr 18 09:43:05 BST 2021
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git ixp4
branch HEAD: e0bf0c1bc94b9100d85ace594fd1f0fb0024dbf2 Drop OpenWRT mount from Camdria DTS
Error/Warning reports:
https://lore.kernel.org/linux-arm-kernel/202104180656.nvXvR6kO-lkp@intel.com
https://lore.kernel.org/linux-arm-kernel/202104180739.PIjYiLIj-lkp@intel.com
https://lore.kernel.org/linux-arm-kernel/202104180843.X7DH76fd-lkp@intel.com
https://lore.kernel.org/linux-arm-kernel/202104181158.aq88s29Z-lkp@intel.com
Error/Warning in current branch:
arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x1c24): undefined reference to `qmgr_put_entry'
arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x1c2c): undefined reference to `qmgr_stat_overflow'
arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x6e8): undefined reference to `qmgr_release_queue'
arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x708): undefined reference to `npe_release'
arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x818): undefined reference to `npe_running'
arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x860): undefined reference to `npe_load_firmware'
arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x88c): undefined reference to `npe_recv_message'
arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x908): undefined reference to `npe_send_message'
arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0xa50): undefined reference to `__qmgr_request_queue'
arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0xad0): undefined reference to `qmgr_set_irq'
arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0xae8): undefined reference to `qmgr_enable_irq'
arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0xf40): undefined reference to `npe_names'
drivers/input/misc/ixp4xx-beeper.c:109:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
drivers/input/misc/ixp4xx-beeper.c:61:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
drivers/watchdog/ixp4xx_wdt.c:175:8: error: implicit declaration of function 'read_cpuid_id' [-Werror=implicit-function-declaration]
include/linux/compiler_types.h:320:38: error: call to '__compiletime_assert_370' declared with attribute error: BUILD_BUG_ON failed: sizeof(struct crypt_ctl) != 64
include/linux/compiler_types.h:320:38: error: call to '__compiletime_assert_438' declared with attribute error: BUILD_BUG_ON failed: sizeof(struct crypt_ctl) != 64
ixp4xx_crypto.c:(.text+0x18d8): undefined reference to `qmgr_stat_full'
ixp4xx_crypto.c:(.text+0x296c): undefined reference to `qmgr_put_entry'
ixp4xx_crypto.c:(.text+0x6d8): undefined reference to `qmgr_disable_irq'
ixp4xx_crypto.c:(.text+0x7ec): undefined reference to `npe_request'
ixp4xx_crypto.c:(.text+0xfe8): undefined reference to `qmgr_get_entry'
possible Error/Warning in current branch:
ERROR: modpost: "__qmgr_request_queue" [drivers/crypto/ixp4xx_crypto.ko] undefined!
ERROR: modpost: "npe_load_firmware" [drivers/crypto/ixp4xx_crypto.ko] undefined!
ERROR: modpost: "npe_names" [drivers/crypto/ixp4xx_crypto.ko] undefined!
ERROR: modpost: "npe_recv_message" [drivers/crypto/ixp4xx_crypto.ko] undefined!
ERROR: modpost: "npe_release" [drivers/crypto/ixp4xx_crypto.ko] undefined!
ERROR: modpost: "npe_request" [drivers/crypto/ixp4xx_crypto.ko] undefined!
ERROR: modpost: "npe_running" [drivers/crypto/ixp4xx_crypto.ko] undefined!
ERROR: modpost: "npe_send_message" [drivers/crypto/ixp4xx_crypto.ko] undefined!
ERROR: modpost: "qmgr_disable_irq" [drivers/crypto/ixp4xx_crypto.ko] undefined!
ERROR: modpost: "qmgr_enable_irq" [drivers/crypto/ixp4xx_crypto.ko] undefined!
ERROR: modpost: "qmgr_get_entry" [drivers/crypto/ixp4xx_crypto.ko] undefined!
ERROR: modpost: "qmgr_put_entry" [drivers/crypto/ixp4xx_crypto.ko] undefined!
ERROR: modpost: "qmgr_release_queue" [drivers/crypto/ixp4xx_crypto.ko] undefined!
ERROR: modpost: "qmgr_set_irq" [drivers/crypto/ixp4xx_crypto.ko] undefined!
ERROR: modpost: "qmgr_stat_full" [drivers/crypto/ixp4xx_crypto.ko] undefined!
ERROR: modpost: "qmgr_stat_overflow" [drivers/crypto/ixp4xx_crypto.ko] undefined!
Error/Warning ids grouped by kconfigs:
gcc_recent_errors
|-- alpha-allyesconfig
| |-- drivers-input-misc-ixp4xx-beeper.c:warning:cast-from-pointer-to-integer-of-different-size
| `-- drivers-input-misc-ixp4xx-beeper.c:warning:cast-to-pointer-from-integer-of-different-size
|-- arc-allyesconfig
| `-- include-linux-compiler_types.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:sizeof(struct-crypt_ctl)
|-- arm-allmodconfig
| |-- ERROR:__qmgr_request_queue-drivers-crypto-ixp4xx_crypto.ko-undefined
| |-- ERROR:npe_load_firmware-drivers-crypto-ixp4xx_crypto.ko-undefined
| |-- ERROR:npe_names-drivers-crypto-ixp4xx_crypto.ko-undefined
| |-- ERROR:npe_recv_message-drivers-crypto-ixp4xx_crypto.ko-undefined
| |-- ERROR:npe_release-drivers-crypto-ixp4xx_crypto.ko-undefined
| |-- ERROR:npe_request-drivers-crypto-ixp4xx_crypto.ko-undefined
| |-- ERROR:npe_running-drivers-crypto-ixp4xx_crypto.ko-undefined
| |-- ERROR:npe_send_message-drivers-crypto-ixp4xx_crypto.ko-undefined
| |-- ERROR:qmgr_disable_irq-drivers-crypto-ixp4xx_crypto.ko-undefined
| |-- ERROR:qmgr_enable_irq-drivers-crypto-ixp4xx_crypto.ko-undefined
| |-- ERROR:qmgr_get_entry-drivers-crypto-ixp4xx_crypto.ko-undefined
| |-- ERROR:qmgr_put_entry-drivers-crypto-ixp4xx_crypto.ko-undefined
| |-- ERROR:qmgr_release_queue-drivers-crypto-ixp4xx_crypto.ko-undefined
| |-- ERROR:qmgr_set_irq-drivers-crypto-ixp4xx_crypto.ko-undefined
| |-- ERROR:qmgr_stat_full-drivers-crypto-ixp4xx_crypto.ko-undefined
| `-- ERROR:qmgr_stat_overflow-drivers-crypto-ixp4xx_crypto.ko-undefined
|-- arm-allyesconfig
| |-- arm-linux-gnueabi-ld:ixp4xx_crypto.c:(.text):undefined-reference-to-__qmgr_request_queue
| |-- arm-linux-gnueabi-ld:ixp4xx_crypto.c:(.text):undefined-reference-to-npe_load_firmware
| |-- arm-linux-gnueabi-ld:ixp4xx_crypto.c:(.text):undefined-reference-to-npe_names
| |-- arm-linux-gnueabi-ld:ixp4xx_crypto.c:(.text):undefined-reference-to-npe_recv_message
| |-- arm-linux-gnueabi-ld:ixp4xx_crypto.c:(.text):undefined-reference-to-npe_release
| |-- arm-linux-gnueabi-ld:ixp4xx_crypto.c:(.text):undefined-reference-to-npe_running
| |-- arm-linux-gnueabi-ld:ixp4xx_crypto.c:(.text):undefined-reference-to-npe_send_message
| |-- arm-linux-gnueabi-ld:ixp4xx_crypto.c:(.text):undefined-reference-to-qmgr_enable_irq
| |-- arm-linux-gnueabi-ld:ixp4xx_crypto.c:(.text):undefined-reference-to-qmgr_put_entry
| |-- arm-linux-gnueabi-ld:ixp4xx_crypto.c:(.text):undefined-reference-to-qmgr_release_queue
| |-- arm-linux-gnueabi-ld:ixp4xx_crypto.c:(.text):undefined-reference-to-qmgr_set_irq
| |-- arm-linux-gnueabi-ld:ixp4xx_crypto.c:(.text):undefined-reference-to-qmgr_stat_overflow
| |-- ixp4xx_crypto.c:(.text):undefined-reference-to-npe_request
| |-- ixp4xx_crypto.c:(.text):undefined-reference-to-qmgr_disable_irq
| |-- ixp4xx_crypto.c:(.text):undefined-reference-to-qmgr_get_entry
| |-- ixp4xx_crypto.c:(.text):undefined-reference-to-qmgr_put_entry
| `-- ixp4xx_crypto.c:(.text):undefined-reference-to-qmgr_stat_full
|-- arm64-allyesconfig
| |-- drivers-input-misc-ixp4xx-beeper.c:warning:cast-from-pointer-to-integer-of-different-size
| |-- drivers-input-misc-ixp4xx-beeper.c:warning:cast-to-pointer-from-integer-of-different-size
| `-- include-linux-compiler_types.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:sizeof(struct-crypt_ctl)
|-- mips-allyesconfig
| `-- drivers-watchdog-ixp4xx_wdt.c:error:implicit-declaration-of-function-read_cpuid_id
|-- parisc-allyesconfig
| `-- drivers-watchdog-ixp4xx_wdt.c:error:implicit-declaration-of-function-read_cpuid_id
|-- sh-allmodconfig
| `-- drivers-watchdog-ixp4xx_wdt.c:error:implicit-declaration-of-function-read_cpuid_id
`-- sparc-allyesconfig
|-- drivers-input-misc-ixp4xx-beeper.c:warning:cast-from-pointer-to-integer-of-different-size
`-- drivers-input-misc-ixp4xx-beeper.c:warning:cast-to-pointer-from-integer-of-different-size
elapsed time: 724m
configs tested: 97
configs skipped: 3
gcc tested configs:
arm64 allyesconfig
arm defconfig
arm64 defconfig
arm allyesconfig
arm allmodconfig
arm vt8500_v6_v7_defconfig
mips bigsur_defconfig
um i386_defconfig
arm stm32_defconfig
mips qi_lb60_defconfig
powerpc pseries_defconfig
arm clps711x_defconfig
mips malta_defconfig
arm multi_v4t_defconfig
sh rsk7201_defconfig
arm nhk8815_defconfig
sh rts7751r2d1_defconfig
sh rsk7264_defconfig
mips rm200_defconfig
mips malta_qemu_32r6_defconfig
arm pxa3xx_defconfig
powerpc lite5200b_defconfig
powerpc mpc83xx_defconfig
arm spear13xx_defconfig
ia64 allmodconfig
ia64 defconfig
ia64 allyesconfig
m68k allmodconfig
m68k defconfig
m68k allyesconfig
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
i386 allyesconfig
sparc allyesconfig
sparc defconfig
i386 defconfig
nios2 defconfig
arc allyesconfig
nds32 allnoconfig
mips allyesconfig
mips allmodconfig
powerpc allyesconfig
powerpc allmodconfig
powerpc allnoconfig
i386 randconfig-a003-20210418
i386 randconfig-a001-20210418
i386 randconfig-a006-20210418
i386 randconfig-a005-20210418
i386 randconfig-a004-20210418
i386 randconfig-a002-20210418
x86_64 randconfig-a014-20210418
x86_64 randconfig-a015-20210418
x86_64 randconfig-a013-20210418
x86_64 randconfig-a011-20210418
x86_64 randconfig-a012-20210418
x86_64 randconfig-a016-20210418
i386 randconfig-a015-20210418
i386 randconfig-a013-20210418
i386 randconfig-a014-20210418
i386 randconfig-a016-20210418
i386 randconfig-a012-20210418
i386 randconfig-a011-20210418
riscv nommu_k210_defconfig
riscv allyesconfig
riscv nommu_virt_defconfig
riscv allnoconfig
riscv defconfig
riscv rv32_defconfig
riscv allmodconfig
um allmodconfig
um allnoconfig
um allyesconfig
um defconfig
x86_64 allyesconfig
x86_64 rhel-8.3-kselftests
x86_64 defconfig
x86_64 rhel-8.3
x86_64 rhel-8.3-kbuiltin
x86_64 kexec
clang tested configs:
x86_64 randconfig-a003-20210418
x86_64 randconfig-a001-20210418
x86_64 randconfig-a005-20210418
x86_64 randconfig-a002-20210418
x86_64 randconfig-a006-20210418
x86_64 randconfig-a004-20210418
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
More information about the linux-arm-kernel
mailing list