* [linux-next:master] BUILD REGRESSION 89295c59c1f063b533d071ca49d0fa0c0783ca6f
@ 2020-03-27 13:41 kbuild test robot
0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-03-27 13:41 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linux Memory Management List
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
branch HEAD: 89295c59c1f063b533d071ca49d0fa0c0783ca6f Add linux-next specific files for 20200326
Regressions in current branch:
__le16 dcid[5];
__le16 scid;
arch/riscv/kernel/stacktrace.c:78:8: error: 'sp_in_global' undeclared (first use in this function)
bool busy;
bool st;
drivers/dma/stm32-dma.c:1439:15: warning: The scope of the variable 'scr' can be reduced. [variableScope]
drivers/dma/tegra20-apb-dma.c:1484:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
drivers/dma/tegra20-apb-dma.c:1605:7: warning: The scope of the variable 'busy' can be reduced. [variableScope]
drivers/dma/tegra20-apb-dma.c:513:36: warning: The scope of the variable 'hnsgreq' can be reduced. [variableScope]
drivers/dma/tegra20-apb-dma.c:621:7: warning: The scope of the variable 'st' can be reduced. [variableScope]
drivers/dma/tegra20-apb-dma.c:652:15: warning: The scope of the variable 'cb_count' can be reduced. [variableScope]
drivers/dma/uniphier-xdmac.c:231:6: warning: The scope of the variable 'ret' can be reduced. [variableScope]
drivers/dma/uniphier-xdmac.c:285:21: warning: The scope of the variable 'tlen' can be reduced. [variableScope]
drivers/dma/uniphier-xdmac.c:285:9: warning: The scope of the variable 'burst_size' can be reduced. [variableScope]
drivers/net/wireless/quantenna/qtnfmac/commands.c:2020:28: warning: The scope of the variable 'sc' can be reduced. [variableScope]
drivers/net/wireless/realtek/rtw88/tx.c:516:18: warning: The scope of the variable 'skb' can be reduced. [variableScope]
drivers/net/wireless/realtek/rtw88/tx.c:517:6: warning: The scope of the variable 'ret' can be reduced. [variableScope]
drivers/soc/imx/soc-imx8m.c:69:36: note: Assignment 'rev=imx8mq_soc_revision_from_atf()', assigned value is 0
drivers/soc/imx/soc-imx8m.c:70:6: note: Condition '!rev' is always true
drivers/soc/imx/soc-imx8m.c:70:6: warning: Condition '!rev' is always true [knownConditionTrueFalse]
drivers/soc/qcom/apr.c:314:6: warning: The scope of the variable 'ret' can be reduced. [variableScope]
drivers/soc/qcom/pdr_interface.c:281:22: warning: The scope of the variable 'pds' can be reduced. [variableScope]
drivers/soc/qcom/pdr_interface.c:412:20: warning: Variable 'req.domain_offset' is assigned a value that is never used. [unreadVariable]
drivers/soc/qcom/qcom_aoss.c:245:7: warning: Variable 'tlen' is assigned a value that is never used. [unreadVariable]
if (!rev) {
int id, ret, scr;
net/bluetooth/l2cap_core.c:1362:31: note: Shadow variable
net/bluetooth/l2cap_core.c:1362:31: note: Shadowed declaration
net/bluetooth/l2cap_core.c:1362:31: warning: Local variable 'req' shadows outer variable [shadowVariable]
net/bluetooth/l2cap_core.c:1363:10: warning: Local variable 'scid' shadows outer variable [shadowVariable]
net/bluetooth/l2cap_core.c:3858:31: warning: Local variable 'rsp' shadows outer variable [shadowVariable]
net/bluetooth/l2cap_core.c:3859:10: warning: Local variable 'dcid' shadows outer variable [shadowVariable]
req.domain_offset = 0;
rev = imx8mq_soc_revision_from_atf();
riscv64-linux-ld: virtgpu_display.c:(.text+0x12e): undefined reference to `drm_atomic_helper_fake_vblank'
riscv64-linux-ld: virtgpu_drv.c:(.text+0x8a): undefined reference to `drm_atomic_helper_shutdown'
riscv64-linux-ld: virtgpu_object.c:(.text+0x1e2): undefined reference to `__drm_err'
riscv64-linux-ld: virtgpu_object.c:(.text+0xd6): undefined reference to `drm_gem_shmem_get_sg_table'
riscv64-linux-ld: virtgpu_object.c:(.text+0xf8): undefined reference to `drm_gem_shmem_unpin'
riscv64-linux-ld: virtgpu_vq.c:(.text+0xc7a): undefined reference to `drm_dev_printk'
size_t burst_size, tlen;
snprintf(tdc->name, sizeof(tdc->name), "apbdma.%d", i);
struct ieee80211_channel *sc;
struct l2cap_ecred_conn_req req;
struct l2cap_ecred_conn_rsp rsp;
struct pdr_service *pds;
struct tegra_dma_sg_req *hsgreq, *hnsgreq;
tlen = readl(qmp->msgram + qmp->offset);
unsigned int cb_count;
virtgpu_display.c:(.text+0x954): undefined reference to `drm_mode_config_cleanup'
virtgpu_drv.c:(.text+0x80): undefined reference to `drm_dev_unplug'
virtgpu_object.c:(.text+0x4b6): undefined reference to `drm_gem_shmem_unpin'
virtgpu_object.c:(.text+0xc8): undefined reference to `drm_gem_shmem_pin'
virtgpu_vq.c:(.text+0x1316): undefined reference to `drm_dev_enter'
virtgpu_vq.c:(.text+0x159a): undefined reference to `drm_dev_exit'
Error ids grouped by kconfigs:
recent_errors
|-- riscv-allmodconfig
| |-- riscv64-linux-ld:virtgpu_display.c:(.text):undefined-reference-to-drm_atomic_helper_fake_vblank
| |-- riscv64-linux-ld:virtgpu_drv.c:(.text):undefined-reference-to-drm_atomic_helper_shutdown
| |-- riscv64-linux-ld:virtgpu_object.c:(.text):undefined-reference-to-__drm_err
| |-- riscv64-linux-ld:virtgpu_object.c:(.text):undefined-reference-to-drm_gem_shmem_get_sg_table
| |-- riscv64-linux-ld:virtgpu_object.c:(.text):undefined-reference-to-drm_gem_shmem_unpin
| |-- riscv64-linux-ld:virtgpu_vq.c:(.text):undefined-reference-to-drm_dev_printk
| |-- virtgpu_display.c:(.text):undefined-reference-to-drm_mode_config_cleanup
| |-- virtgpu_drv.c:(.text):undefined-reference-to-drm_dev_unplug
| |-- virtgpu_object.c:(.text):undefined-reference-to-drm_gem_shmem_pin
| |-- virtgpu_object.c:(.text):undefined-reference-to-drm_gem_shmem_unpin
| |-- virtgpu_vq.c:(.text):undefined-reference-to-drm_dev_enter
| `-- virtgpu_vq.c:(.text):undefined-reference-to-drm_dev_exit
|-- riscv-allnoconfig
| `-- arch-riscv-kernel-stacktrace.c:error:sp_in_global-undeclared-(first-use-in-this-function)
`-- x86_64-allyesconfig
|-- __le16-dcid
|-- __le16-scid
|-- bool-busy
|-- bool-st
|-- drivers-dma-stm32-dma.c:warning:The-scope-of-the-variable-scr-can-be-reduced.-variableScope
|-- drivers-dma-tegra20-apb-dma.c:warning:The-scope-of-the-variable-busy-can-be-reduced.-variableScope
|-- drivers-dma-tegra20-apb-dma.c:warning:The-scope-of-the-variable-cb_count-can-be-reduced.-variableScope
|-- drivers-dma-tegra20-apb-dma.c:warning:The-scope-of-the-variable-hnsgreq-can-be-reduced.-variableScope
|-- drivers-dma-tegra20-apb-dma.c:warning:The-scope-of-the-variable-st-can-be-reduced.-variableScope
|-- drivers-dma-tegra20-apb-dma.c:warning:d-in-format-string-(no.-)-requires-int-but-the-argument-type-is-unsigned-int-.-invalidPrintfArgType_sint
|-- drivers-dma-uniphier-xdmac.c:warning:The-scope-of-the-variable-burst_size-can-be-reduced.-variableScope
|-- drivers-dma-uniphier-xdmac.c:warning:The-scope-of-the-variable-ret-can-be-reduced.-variableScope
|-- drivers-dma-uniphier-xdmac.c:warning:The-scope-of-the-variable-tlen-can-be-reduced.-variableScope
|-- drivers-net-wireless-quantenna-qtnfmac-commands.c:warning:The-scope-of-the-variable-sc-can-be-reduced.-variableScope
|-- drivers-net-wireless-realtek-rtw88-tx.c:warning:The-scope-of-the-variable-ret-can-be-reduced.-variableScope
|-- drivers-net-wireless-realtek-rtw88-tx.c:warning:The-scope-of-the-variable-skb-can-be-reduced.-variableScope
|-- drivers-soc-imx-soc-imx8m.c:note:Assignment-rev-imx8mq_soc_revision_from_atf()-assigned-value-is
|-- drivers-soc-imx-soc-imx8m.c:note:Condition-rev-is-always-true
|-- drivers-soc-imx-soc-imx8m.c:warning:Condition-rev-is-always-true-knownConditionTrueFalse
|-- drivers-soc-qcom-apr.c:warning:The-scope-of-the-variable-ret-can-be-reduced.-variableScope
|-- drivers-soc-qcom-pdr_interface.c:warning:The-scope-of-the-variable-pds-can-be-reduced.-variableScope
|-- drivers-soc-qcom-pdr_interface.c:warning:Variable-req.domain_offset-is-assigned-a-value-that-is-never-used.-unreadVariable
|-- drivers-soc-qcom-qcom_aoss.c:warning:Variable-tlen-is-assigned-a-value-that-is-never-used.-unreadVariable
|-- if-(-rev)
|-- int-id-ret-scr
|-- net-bluetooth-l2cap_core.c:note:Shadow-variable
|-- net-bluetooth-l2cap_core.c:note:Shadowed-declaration
|-- net-bluetooth-l2cap_core.c:warning:Local-variable-dcid-shadows-outer-variable-shadowVariable
|-- net-bluetooth-l2cap_core.c:warning:Local-variable-req-shadows-outer-variable-shadowVariable
|-- net-bluetooth-l2cap_core.c:warning:Local-variable-rsp-shadows-outer-variable-shadowVariable
|-- net-bluetooth-l2cap_core.c:warning:Local-variable-scid-shadows-outer-variable-shadowVariable
|-- req.domain_offset
|-- rev-imx8mq_soc_revision_from_atf()
|-- size_t-burst_size-tlen
|-- snprintf(tdc-name-sizeof(tdc-name)-apbdma.-d-i)
|-- struct-ieee80211_channel-sc
|-- struct-l2cap_ecred_conn_req-req
|-- struct-l2cap_ecred_conn_rsp-rsp
|-- struct-pdr_service-pds
|-- struct-tegra_dma_sg_req-hsgreq-hnsgreq
|-- tlen-readl(qmp-msgram-qmp-offset)
`-- unsigned-int-cb_count
elapsed time: 1638m
configs tested: 107
configs skipped: 0
arm64 allyesconfig
arm allyesconfig
arm64 allmodconfig
arm allmodconfig
arm64 allnoconfig
arm allnoconfig
arm efm32_defconfig
arm at91_dt_defconfig
sparc allyesconfig
i386 allnoconfig
i386 allyesconfig
i386 alldefconfig
i386 defconfig
ia64 allmodconfig
ia64 defconfig
ia64 allnoconfig
ia64 allyesconfig
ia64 alldefconfig
nios2 3c120_defconfig
nios2 10m50_defconfig
c6x evmc6678_defconfig
xtensa iss_defconfig
c6x allyesconfig
xtensa common_defconfig
openrisc simple_smp_defconfig
openrisc or1ksim_defconfig
nds32 defconfig
nds32 allnoconfig
csky defconfig
alpha defconfig
h8300 h8s-sim_defconfig
h8300 edosk2674_defconfig
m68k m5475evb_defconfig
arc defconfig
arc allyesconfig
powerpc defconfig
powerpc ppc64_defconfig
powerpc rhel-kconfig
microblaze mmu_defconfig
microblaze nommu_defconfig
powerpc allnoconfig
mips fuloong2e_defconfig
mips malta_kvm_defconfig
mips allyesconfig
mips 64r6el_defconfig
mips allnoconfig
mips 32r2_defconfig
mips allmodconfig
parisc allnoconfig
parisc generic-64bit_defconfig
parisc generic-32bit_defconfig
parisc allyesconfig
mips randconfig-a001-20200326
nds32 randconfig-a001-20200326
m68k randconfig-a001-20200326
parisc randconfig-a001-20200326
alpha randconfig-a001-20200326
riscv randconfig-a001-20200326
h8300 randconfig-a001-20200326
microblaze randconfig-a001-20200326
nios2 randconfig-a001-20200326
c6x randconfig-a001-20200326
sparc64 randconfig-a001-20200326
s390 randconfig-a001-20200326
csky randconfig-a001-20200326
xtensa randconfig-a001-20200326
openrisc randconfig-a001-20200326
sh randconfig-a001-20200326
i386 randconfig-b003-20200327
i386 randconfig-b001-20200327
x86_64 randconfig-b003-20200327
i386 randconfig-b002-20200327
x86_64 randconfig-b002-20200327
x86_64 randconfig-b001-20200327
arm randconfig-a001-20200326
arm64 randconfig-a001-20200326
ia64 randconfig-a001-20200326
arc randconfig-a001-20200326
sparc randconfig-a001-20200326
riscv allyesconfig
riscv nommu_virt_defconfig
riscv allnoconfig
riscv defconfig
riscv rv32_defconfig
riscv allmodconfig
s390 zfcpdump_defconfig
s390 allnoconfig
s390 alldefconfig
sh rsk7269_defconfig
sh allmodconfig
sh titan_defconfig
sh sh7785lcr_32bit_defconfig
sh allnoconfig
sparc defconfig
sparc64 defconfig
sparc64 allnoconfig
sparc64 allyesconfig
sparc64 allmodconfig
um x86_64_defconfig
um i386_defconfig
um defconfig
x86_64 rhel
x86_64 rhel-7.6
x86_64 rhel-7.2-clear
x86_64 lkp
x86_64 fedora-25
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:[~2020-03-27 13:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-27 13:41 [linux-next:master] BUILD REGRESSION 89295c59c1f063b533d071ca49d0fa0c0783ca6f kbuild test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox