* [linux-next:master] BUILD REGRESSION f5427c2460ebc11b1a66c1742d41077ae5b99796
@ 2021-03-04 20:26 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-03-04 20:26 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: f5427c2460ebc11b1a66c1742d41077ae5b99796 Add linux-next specific files for 20210304
Error/Warning reports:
https://lore.kernel.org/linux-mm/202102120711.q6HS8p2m-lkp@intel.com
https://lore.kernel.org/linux-mm/202102120920.jopl7JuQ-lkp@intel.com
https://lore.kernel.org/linux-mm/202102170228.uaPLH3RL-lkp@intel.com
https://lore.kernel.org/linux-mm/202102261542.172STKjA-lkp@intel.com
https://lore.kernel.org/linux-mm/202103020105.3gH9rJNa-lkp@intel.com
https://lore.kernel.org/linux-mm/202103042140.PsZwuFzn-lkp@intel.com
Error/Warning in current branch:
arch/sh/boot/compressed/../../lib/ashldi3.c:6:11: warning: no previous prototype for '__ashldi3' [-Wmissing-prototypes]
include/linux/fortify-string.h:27:30: warning: '__builtin_strncpy' output may be truncated copying between 5 and 9 bytes from a string of length 9 [-Wstringop-truncation]
possible Error/Warning in current branch:
arch/mips/pci/pci-ar2315.c:46: warning: expecting prototype for which supports DMA(). Prototype was for AR2315_PCI_1MS_REG() instead
drivers/gpu/drm/amd/amdgpu/../display/dmub/src/dmub_srv.c:520 dmub_srv_hw_init() error: we previously assumed 'tracebuff_fb' could be null (see line 447)
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:192 gf100_fifo_recover() warn: should '(((1))) << engi' be a 64 bit type?
drivers/i3c/master/svc-i3c-master.c:1021 svc_i3c_master_start_xfer_locked() error: uninitialized symbol 'ret'.
drivers/i3c/master/svc-i3c-master.c:207: warning: expecting prototype for struct svc_i3c_i3c_dev_data. Prototype was for struct svc_i3c_i2c_dev_data instead
drivers/i3c/master/svc-i3c-master.c:394 svc_i3c_master_ibi_work() error: uninitialized symbol 'dev'.
drivers/i3c/master/svc-i3c-master.c:394 svc_i3c_master_ibi_work() error: we previously assumed 'dev' could be null (see line 372)
drivers/iio/magnetometer/yamaha-yas530.c:891 yas5xx_probe() warn: missing error code 'ret'
drivers/md/dm-integrity.c:539 sb_mac() error: memcmp() 'result' too small (64 vs 448)
drivers/net/wireless/marvell/libertas_tf/if_usb.c:56: warning: expecting prototype for if_usb_wrike_bulk_callback(). Prototype was for if_usb_write_bulk_callback() instead
drivers/pci/endpoint/functions/pci-epf-ntb.c:2004 epf_ntb_mw1_show() warn: potential spectre issue 'ntb->mws_size' [w]
drivers/pci/endpoint/functions/pci-epf-ntb.c:2005 epf_ntb_mw1_store() warn: potential spectre issue 'ntb->mws_size' [w]
drivers/pci/endpoint/functions/pci-epf-ntb.c:2006 epf_ntb_mw2_show() warn: potential spectre issue 'ntb->mws_size' [w]
drivers/pci/endpoint/functions/pci-epf-ntb.c:2007 epf_ntb_mw2_store() warn: potential spectre issue 'ntb->mws_size' [w]
drivers/pci/endpoint/functions/pci-epf-ntb.c:2008 epf_ntb_mw3_show() warn: potential spectre issue 'ntb->mws_size' [w]
drivers/pci/endpoint/functions/pci-epf-ntb.c:2009 epf_ntb_mw3_store() warn: potential spectre issue 'ntb->mws_size' [w]
drivers/pci/endpoint/functions/pci-epf-ntb.c:2010 epf_ntb_mw4_show() warn: potential spectre issue 'ntb->mws_size' [w]
drivers/pci/endpoint/functions/pci-epf-ntb.c:2011 epf_ntb_mw4_store() warn: potential spectre issue 'ntb->mws_size' [w]
drivers/power/supply/bq256xx_charger.c:1516 bq256xx_hw_init() error: buffer overflow 'bq256xx_watchdog_time' 4 <= 4
drivers/vdpa/virtio_pci/vp_vdpa.c:168 vp_vdpa_request_irq() warn: inconsistent indenting
include/linux/fortify-string.h:27:30: warning: '__builtin_strncpy' output truncated copying 28 bytes from a string of length 29 [-Wstringop-truncation]
include/linux/unaligned/be_byteshift.h:41:19: error: redefinition of 'get_unaligned_be16'
include/linux/unaligned/be_byteshift.h:46:19: error: redefinition of 'get_unaligned_be32'
include/linux/unaligned/be_byteshift.h:51:19: error: redefinition of 'get_unaligned_be64'
include/linux/unaligned/be_byteshift.h:56:20: error: redefinition of 'put_unaligned_be16'
include/linux/unaligned/be_byteshift.h:61:20: error: redefinition of 'put_unaligned_be32'
include/linux/unaligned/be_byteshift.h:66:20: error: redefinition of 'put_unaligned_be64'
kernel/kprobes.c:1847:12: warning: no previous prototype for function 'kprobe_exceptions_notify' [-Wmissing-prototypes]
Error/Warning ids grouped by kconfigs:
gcc_recent_errors
|-- arc-allyesconfig
| |-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
| |-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-get_unaligned_be16
| |-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-get_unaligned_be32
| |-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-get_unaligned_be64
| |-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-put_unaligned_be16
| |-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-put_unaligned_be32
| `-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-put_unaligned_be64
|-- arm-allmodconfig
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- arm-allyesconfig
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- arm64-allyesconfig
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- h8300-allyesconfig
| |-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
| |-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-get_unaligned_be16
| |-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-get_unaligned_be32
| |-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-get_unaligned_be64
| |-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-put_unaligned_be16
| |-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-put_unaligned_be32
| `-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-put_unaligned_be64
|-- h8300-randconfig-r016-20210304
| |-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-get_unaligned_be16
| |-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-get_unaligned_be32
| |-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-get_unaligned_be64
| |-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-put_unaligned_be16
| |-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-put_unaligned_be32
| `-- include-linux-unaligned-be_byteshift.h:error:redefinition-of-put_unaligned_be64
|-- i386-allyesconfig
| |-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
| `-- include-linux-fortify-string.h:warning:__builtin_strncpy-output-truncated-copying-bytes-from-a-string-of-length
|-- i386-randconfig-a003-20210304
| `-- include-linux-fortify-string.h:warning:__builtin_strncpy-output-may-be-truncated-copying-between-and-bytes-from-a-string-of-length
|-- i386-randconfig-a006-20210304
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- i386-randconfig-a015-20210304
| `-- include-linux-fortify-string.h:warning:__builtin_strncpy-output-may-be-truncated-copying-between-and-bytes-from-a-string-of-length
|-- i386-randconfig-m021-20210304
| `-- drivers-gpu-drm-nouveau-nvkm-engine-fifo-gf100.c-gf100_fifo_recover()-warn:should-((()))-engi-be-a-bit-type
|-- ia64-allmodconfig
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- ia64-allyesconfig
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- ia64-randconfig-c004-20210304
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- ia64-randconfig-m031-20210304
| |-- drivers-gpu-drm-amd-amdgpu-..-display-dmub-src-dmub_srv.c-dmub_srv_hw_init()-error:we-previously-assumed-tracebuff_fb-could-be-null-(see-line-)
| |-- drivers-i3c-master-svc-i3c-master.c-svc_i3c_master_ibi_work()-error:uninitialized-symbol-dev-.
| |-- drivers-i3c-master-svc-i3c-master.c-svc_i3c_master_ibi_work()-error:we-previously-assumed-dev-could-be-null-(see-line-)
| |-- drivers-i3c-master-svc-i3c-master.c-svc_i3c_master_start_xfer_locked()-error:uninitialized-symbol-ret-.
| |-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
| |-- drivers-iio-magnetometer-yamaha-yas530.c-yas5xx_probe()-warn:missing-error-code-ret
| |-- drivers-md-dm-integrity.c-sb_mac()-error:memcmp()-result-too-small-(-vs-)
| |-- drivers-net-ethernet-intel-i40e-i40e_main.c-i40e_hw_dcb_config()-warn:inconsistent-indenting
| |-- drivers-net-ethernet-intel-i40e-i40e_main.c-i40e_rebuild()-warn:inconsistent-indenting
| |-- drivers-pci-endpoint-functions-pci-epf-ntb.c-epf_ntb_mw1_show()-warn:potential-spectre-issue-ntb-mws_size-w
| |-- drivers-pci-endpoint-functions-pci-epf-ntb.c-epf_ntb_mw1_store()-warn:potential-spectre-issue-ntb-mws_size-w
| |-- drivers-pci-endpoint-functions-pci-epf-ntb.c-epf_ntb_mw2_show()-warn:potential-spectre-issue-ntb-mws_size-w
| |-- drivers-pci-endpoint-functions-pci-epf-ntb.c-epf_ntb_mw2_store()-warn:potential-spectre-issue-ntb-mws_size-w
| |-- drivers-pci-endpoint-functions-pci-epf-ntb.c-epf_ntb_mw3_show()-warn:potential-spectre-issue-ntb-mws_size-w
| |-- drivers-pci-endpoint-functions-pci-epf-ntb.c-epf_ntb_mw3_store()-warn:potential-spectre-issue-ntb-mws_size-w
| |-- drivers-pci-endpoint-functions-pci-epf-ntb.c-epf_ntb_mw4_show()-warn:potential-spectre-issue-ntb-mws_size-w
| |-- drivers-pci-endpoint-functions-pci-epf-ntb.c-epf_ntb_mw4_store()-warn:potential-spectre-issue-ntb-mws_size-w
| |-- drivers-power-supply-bq256xx_charger.c-bq256xx_hw_init()-error:buffer-overflow-bq256xx_watchdog_time
| `-- drivers-vdpa-virtio_pci-vp_vdpa.c-vp_vdpa_request_irq()-warn:inconsistent-indenting
|-- m68k-allmodconfig
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- m68k-allyesconfig
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- microblaze-randconfig-r011-20210304
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- mips-allmodconfig
| |-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
| `-- include-linux-fortify-string.h:warning:__builtin_strncpy-output-truncated-copying-bytes-from-a-string-of-length
|-- mips-allyesconfig
| |-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
| `-- include-linux-fortify-string.h:warning:__builtin_strncpy-output-truncated-copying-bytes-from-a-string-of-length
|-- mips-randconfig-s032-20210304
| `-- arch-mips-pci-pci-ar2315.c:warning:expecting-prototype-for-which-supports-DMA().-Prototype-was-for-AR2315_PCI_1MS_REG()-instead
|-- nds32-allyesconfig
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- nios2-allyesconfig
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- openrisc-randconfig-r034-20210304
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- powerpc-allmodconfig
| |-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
| `-- include-linux-fortify-string.h:warning:__builtin_strncpy-output-truncated-copying-bytes-from-a-string-of-length
|-- powerpc-allyesconfig
| |-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
| `-- include-linux-fortify-string.h:warning:__builtin_strncpy-output-truncated-copying-bytes-from-a-string-of-length
|-- riscv-allmodconfig
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- riscv-allyesconfig
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- riscv-randconfig-p002-20210304
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- s390-allyesconfig
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- sh-allmodconfig
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- sh-allnoconfig
| `-- arch-sh-boot-compressed-..-..-lib-ashldi3.c:warning:no-previous-prototype-for-__ashldi3
|-- sh-se7712_defconfig
| `-- arch-sh-boot-compressed-..-..-lib-ashldi3.c:warning:no-previous-prototype-for-__ashldi3
|-- sparc-allyesconfig
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- x86_64-allyesconfig
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
|-- xtensa-allyesconfig
| `-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
`-- xtensa-randconfig-r006-20210304
`-- drivers-i3c-master-svc-i3c-master.c:warning:expecting-prototype-for-struct-svc_i3c_i3c_dev_data.-Prototype-was-for-struct-svc_i3c_i2c_dev_data-instead
clang_recent_errors
|-- riscv-randconfig-r025-20210304
| `-- kernel-kprobes.c:warning:no-previous-prototype-for-function-kprobe_exceptions_notify
`-- x86_64-randconfig-r026-20210304
`-- drivers-net-wireless-marvell-libertas_tf-if_usb.c:warning:expecting-prototype-for-if_usb_wrike_bulk_callback().-Prototype-was-for-if_usb_write_bulk_callback()-instead
elapsed time: 731m
configs tested: 94
configs skipped: 2
gcc tested configs:
arm defconfig
arm64 allyesconfig
arm64 defconfig
arm allyesconfig
arm allmodconfig
sh se7750_defconfig
parisc alldefconfig
microblaze defconfig
powerpc ep8248e_defconfig
mips bmips_stb_defconfig
arm multi_v5_defconfig
mips vocore2_defconfig
sh se7780_defconfig
powerpc tqm5200_defconfig
openrisc defconfig
sh se7712_defconfig
powerpc fsp2_defconfig
mips ath79_defconfig
arm viper_defconfig
x86_64 alldefconfig
m68k m5275evb_defconfig
mips bcm47xx_defconfig
arc nsimosci_defconfig
arm nhk8815_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 tinyconfig
i386 defconfig
nios2 defconfig
arc allyesconfig
nds32 allnoconfig
mips allyesconfig
mips allmodconfig
powerpc allyesconfig
powerpc allmodconfig
powerpc allnoconfig
x86_64 randconfig-a006-20210304
x86_64 randconfig-a001-20210304
x86_64 randconfig-a004-20210304
x86_64 randconfig-a005-20210304
x86_64 randconfig-a002-20210304
x86_64 randconfig-a003-20210304
i386 randconfig-a005-20210304
i386 randconfig-a003-20210304
i386 randconfig-a002-20210304
i386 randconfig-a004-20210304
i386 randconfig-a006-20210304
i386 randconfig-a001-20210304
i386 randconfig-a016-20210304
i386 randconfig-a012-20210304
i386 randconfig-a013-20210304
i386 randconfig-a014-20210304
i386 randconfig-a011-20210304
i386 randconfig-a015-20210304
riscv allyesconfig
riscv allnoconfig
riscv defconfig
riscv allmodconfig
riscv nommu_k210_defconfig
riscv nommu_virt_defconfig
riscv rv32_defconfig
x86_64 allyesconfig
x86_64 rhel-7.6-kselftests
x86_64 defconfig
x86_64 rhel-8.3
x86_64 rhel-8.3-kbuiltin
x86_64 kexec
clang tested configs:
x86_64 randconfig-a013-20210304
x86_64 randconfig-a016-20210304
x86_64 randconfig-a015-20210304
x86_64 randconfig-a014-20210304
x86_64 randconfig-a012-20210304
x86_64 randconfig-a011-20210304
---
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-03-04 20:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-04 20:26 [linux-next:master] BUILD REGRESSION f5427c2460ebc11b1a66c1742d41077ae5b99796 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).