All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master] BUILD REGRESSION f8550c0d35df3d027724b250a8c5888dfb2fa749
@ 2020-11-19 18:53 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2020-11-19 18:53 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: f8550c0d35df3d027724b250a8c5888dfb2fa749  Add linux-next specific files for 20201119

Error/Warning reports:

https://lore.kernel.org/linux-mm/202011020749.5XQ3Hfzc-lkp@intel.com
https://lore.kernel.org/linux-mm/202011132344.Q4vLYyjo-lkp@intel.com
https://lore.kernel.org/linux-mm/202011140103.HdB9GCHV-lkp@intel.com
https://lore.kernel.org/linux-mm/202011171915.mQhq9U3v-lkp@intel.com
https://lore.kernel.org/linux-mm/202011192204.AWrOQtb3-lkp@intel.com
https://lore.kernel.org/linux-mm/202011192222.hYrlDQHz-lkp@intel.com
https://lore.kernel.org/linux-mm/202011192327.ni3qmdXA-lkp@intel.com
https://lore.kernel.org/linux-mm/202011192342.mpf4QH5p-lkp@intel.com
https://lore.kernel.org/linux-mm/202011200003.4zUGJlxb-lkp@intel.com

Error/Warning in current branch:

drivers/clk/clk.c:855:6: error: redefinition of 'clk_unprepare'
drivers/clk/clk.c:936:5: error: redefinition of 'clk_prepare'
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_dccg.c:46:6: warning: no previous prototype for 'dccg21_update_dpp_dto' [-Wmissing-prototypes]
drivers/gpu/drm/amd/amdgpu/../include/asic_reg/dcn/dcn_3_0_2_sh_mask.h:9248:111: warning: initialized field overwritten [-Woverride-init]
drivers/scsi/lpfc/lpfc_ct.c:3015:1: warning: no previous prototype for 'lpfc_fdmi_vendor_attr_mi' [-Wmissing-prototypes]
drivers/scsi/lpfc/lpfc_ct.c:3299:1: warning: no previous prototype for 'lpfc_fdmi_vendor_attr_mi' [-Wmissing-prototypes]
drivers/scsi/lpfc/lpfc_els.c:2078:20: warning: variable 'shost' set but not used [-Wunused-but-set-variable]
drivers/scsi/lpfc/lpfc_hbadisc.c:249:21: warning: variable 'shost' set but not used [-Wunused-but-set-variable]
drivers/scsi/lpfc/lpfc_hbadisc.c:6198:19: warning: variable 'phba' set but not used [-Wunused-but-set-variable]
drivers/scsi/lpfc/lpfc_hbadisc.c:87:21: warning: variable 'vport' set but not used [-Wunused-but-set-variable]
drivers/scsi/lpfc/lpfc_init.c:5647:21: warning: variable 'shost' set but not used [-Wunused-but-set-variable]
drivers/scsi/lpfc/lpfc_nvmet.c:3340:1: warning: no previous prototype for 'lpfc_nvmet_prep_abort_wqe' [-Wmissing-prototypes]
drivers/scsi/lpfc/lpfc_sli.c:10459:21: warning: variable 'vport' set but not used [-Wunused-but-set-variable]
drivers/scsi/lpfc/lpfc_sli.c:10703:21: warning: variable 'vport' set but not used [-Wunused-but-set-variable]
include/trace/events/fscache.h:208:7: warning: 'strncpy' specified bound 8 equals destination size [-Wstringop-truncation]
include/trace/events/rcu.h:750:3: warning: 'strncpy' specified bound 8 equals destination size [-Wstringop-truncation]
mm/kasan/init.c:318:9: warning: variable 'pud' set but not used [-Wunused-but-set-variable]

Error/Warning ids grouped by kconfigs:

gcc_recent_errors
|-- arm-allmodconfig
|   |-- arch-arm-mach-omap2-omap_hwmod_common_data.c:error:Cannot-parse-struct-or-union
|   |-- drivers-scsi-lpfc-lpfc_els.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-phba-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-vport-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_init.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_sli.c:warning:variable-vport-set-but-not-used
|   `-- mm-kasan-init.c:warning:variable-pud-set-but-not-used
|-- arm-allyesconfig
|   |-- drivers-scsi-lpfc-lpfc_els.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-phba-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-vport-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_init.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_sli.c:warning:variable-vport-set-but-not-used
|   `-- mm-kasan-init.c:warning:variable-pud-set-but-not-used
|-- arm64-allyesconfig
|   `-- drivers-scsi-lpfc-lpfc_sli.c:warning:variable-vport-set-but-not-used
|-- c6x-allyesconfig
|   |-- drivers-clk-clk.c:error:redefinition-of-clk_prepare
|   `-- drivers-clk-clk.c:error:redefinition-of-clk_unprepare
|-- c6x-randconfig-c003-20201119
|   |-- drivers-clk-clk.c:error:redefinition-of-clk_prepare
|   `-- drivers-clk-clk.c:error:redefinition-of-clk_unprepare
|-- i386-allyesconfig
|   |-- drivers-gpu-drm-amd-amdgpu-..-display-dc-dcn21-dcn21_dccg.c:warning:no-previous-prototype-for-dccg21_update_dpp_dto
|   |-- drivers-gpu-drm-amd-amdgpu-..-include-asic_reg-dcn-dcn_3_0_2_sh_mask.h:warning:initialized-field-overwritten
|   |-- drivers-scsi-lpfc-lpfc_ct.c:warning:no-previous-prototype-for-lpfc_fdmi_vendor_attr_mi
|   |-- drivers-scsi-lpfc-lpfc_els.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-phba-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-vport-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_init.c:warning:variable-shost-set-but-not-used
|   `-- drivers-scsi-lpfc-lpfc_sli.c:warning:variable-vport-set-but-not-used
|-- i386-randconfig-a001-20201119
|   |-- drivers-gpu-drm-amd-amdgpu-..-display-dc-dcn21-dcn21_dccg.c:warning:no-previous-prototype-for-dccg21_update_dpp_dto
|   `-- drivers-gpu-drm-amd-amdgpu-..-include-asic_reg-dcn-dcn_3_0_2_sh_mask.h:warning:initialized-field-overwritten
|-- i386-randconfig-a002-20201119
|   |-- drivers-scsi-lpfc-lpfc_els.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-phba-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-vport-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_init.c:warning:variable-shost-set-but-not-used
|   `-- drivers-scsi-lpfc-lpfc_nvmet.c:warning:no-previous-prototype-for-lpfc_nvmet_prep_abort_wqe
|-- i386-randconfig-a012-20201119
|   |-- drivers-gpu-drm-amd-amdgpu-..-display-dc-dcn21-dcn21_dccg.c:warning:no-previous-prototype-for-dccg21_update_dpp_dto
|   `-- drivers-gpu-drm-amd-amdgpu-..-include-asic_reg-dcn-dcn_3_0_2_sh_mask.h:warning:initialized-field-overwritten
|-- i386-randconfig-r035-20201119
|   |-- drivers-gpu-drm-amd-amdgpu-..-display-dc-dcn21-dcn21_dccg.c:warning:no-previous-prototype-for-dccg21_update_dpp_dto
|   `-- drivers-gpu-drm-amd-amdgpu-..-include-asic_reg-dcn-dcn_3_0_2_sh_mask.h:warning:initialized-field-overwritten
|-- ia64-allmodconfig
|   |-- drivers-scsi-lpfc-lpfc_ct.c:warning:no-previous-prototype-for-lpfc_fdmi_vendor_attr_mi
|   |-- drivers-scsi-lpfc-lpfc_els.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-phba-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-vport-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_init.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_nvmet.c:warning:no-previous-prototype-for-lpfc_nvmet_prep_abort_wqe
|   `-- drivers-scsi-lpfc-lpfc_sli.c:warning:variable-vport-set-but-not-used
|-- ia64-allyesconfig
|   |-- drivers-scsi-lpfc-lpfc_ct.c:warning:no-previous-prototype-for-lpfc_fdmi_vendor_attr_mi
|   |-- drivers-scsi-lpfc-lpfc_els.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-phba-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-vport-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_init.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_nvmet.c:warning:no-previous-prototype-for-lpfc_nvmet_prep_abort_wqe
|   `-- drivers-scsi-lpfc-lpfc_sli.c:warning:variable-vport-set-but-not-used
|-- ia64-defconfig
|   `-- include-linux-mmzone.h:error:error-Allocator-MAX_ORDER-exceeds-SECTION_SIZE
|-- m68k-randconfig-r021-20201119
|   |-- drivers-media-common-videobuf2-videobuf2-vmalloc.c:error:implicit-declaration-of-function-__pfn_to_phys
|   `-- drivers-mtd-devices-mtdram.c:error:implicit-declaration-of-function-__pfn_to_phys
|-- mips-allmodconfig
|   |-- drivers-scsi-lpfc-lpfc_ct.c:warning:no-previous-prototype-for-lpfc_fdmi_vendor_attr_mi
|   |-- drivers-scsi-lpfc-lpfc_els.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-phba-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-vport-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_init.c:warning:variable-shost-set-but-not-used
|   `-- drivers-scsi-lpfc-lpfc_sli.c:warning:variable-vport-set-but-not-used
|-- mips-allyesconfig
|   |-- drivers-scsi-lpfc-lpfc_ct.c:warning:no-previous-prototype-for-lpfc_fdmi_vendor_attr_mi
|   |-- drivers-scsi-lpfc-lpfc_els.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-phba-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-vport-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_init.c:warning:variable-shost-set-but-not-used
|   `-- drivers-scsi-lpfc-lpfc_sli.c:warning:variable-vport-set-but-not-used
|-- powerpc-allmodconfig
|   |-- drivers-scsi-lpfc-lpfc_ct.c:warning:no-previous-prototype-for-lpfc_fdmi_vendor_attr_mi
|   |-- drivers-scsi-lpfc-lpfc_els.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-phba-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-vport-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_init.c:warning:variable-shost-set-but-not-used
|   `-- drivers-scsi-lpfc-lpfc_sli.c:warning:variable-vport-set-but-not-used
|-- powerpc-allyesconfig
|   |-- drivers-scsi-lpfc-lpfc_ct.c:warning:no-previous-prototype-for-lpfc_fdmi_vendor_attr_mi
|   |-- drivers-scsi-lpfc-lpfc_els.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-phba-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-vport-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_init.c:warning:variable-shost-set-but-not-used
|   `-- drivers-scsi-lpfc-lpfc_sli.c:warning:variable-vport-set-but-not-used
|-- powerpc64-randconfig-s032-20201119
|   `-- include-trace-events-fscache.h:warning:strncpy-specified-bound-equals-destination-size
|-- riscv-allmodconfig
|   |-- arch-riscv-include-asm-vdso-processor.h:error:implicit-declaration-of-function-barrier
|   |-- include-trace-events-fscache.h:warning:strncpy-specified-bound-equals-destination-size
|   `-- include-trace-events-rcu.h:warning:strncpy-specified-bound-equals-destination-size
|-- riscv-allyesconfig
|   |-- arch-riscv-include-asm-vdso-processor.h:error:implicit-declaration-of-function-barrier
|   |-- include-trace-events-fscache.h:warning:strncpy-specified-bound-equals-destination-size
|   `-- include-trace-events-rcu.h:warning:strncpy-specified-bound-equals-destination-size
|-- riscv-randconfig-c004-20201119
|   `-- arch-riscv-include-asm-vdso-processor.h:error:implicit-declaration-of-function-barrier
|-- sh-allmodconfig
|   |-- drivers-clk-clk.c:error:redefinition-of-clk_prepare
|   `-- drivers-clk-clk.c:error:redefinition-of-clk_unprepare
|-- sh-allyesconfig
|   |-- drivers-clk-clk.c:error:redefinition-of-clk_prepare
|   `-- drivers-clk-clk.c:error:redefinition-of-clk_unprepare
|-- sparc-allyesconfig
|   |-- drivers-scsi-lpfc-lpfc_els.c:warning:variable-shost-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-phba-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_hbadisc.c:warning:variable-vport-set-but-not-used
|   |-- drivers-scsi-lpfc-lpfc_init.c:warning:variable-shost-set-but-not-used
|   `-- drivers-scsi-lpfc-lpfc_sli.c:warning:variable-vport-set-but-not-used
|-- x86_64-randconfig-a012-20201119
|   |-- drivers-gpu-drm-amd-amdgpu-..-display-dc-dcn21-dcn21_dccg.c:warning:no-previous-prototype-for-dccg21_update_dpp_dto
|   `-- drivers-gpu-drm-amd-amdgpu-..-include-asic_reg-dcn-dcn_3_0_2_sh_mask.h:warning:initialized-field-overwritten
`-- x86_64-randconfig-a013-20201119
    `-- include-trace-events-fscache.h:warning:strncpy-specified-bound-equals-destination-size

elapsed time: 720m

configs tested: 88
configs skipped: 2

gcc tested configs:
arm64                            allyesconfig
arm64                               defconfig
arm                                 defconfig
arm                              allyesconfig
arm                              allmodconfig
arm                     davinci_all_defconfig
powerpc                     tqm8541_defconfig
mips                            ar7_defconfig
arm                          prima2_defconfig
arm                          pcm027_defconfig
m68k                       bvme6000_defconfig
powerpc                         ps3_defconfig
mips                malta_kvm_guest_defconfig
powerpc                        cell_defconfig
arc                     nsimosci_hs_defconfig
xtensa                  audio_kc705_defconfig
mips                       rbtx49xx_defconfig
arm                             mxs_defconfig
powerpc                 mpc8540_ads_defconfig
powerpc                    gamecube_defconfig
xtensa                              defconfig
arm                       spear13xx_defconfig
openrisc                 simple_smp_defconfig
sh                        sh7757lcr_defconfig
ia64                             allmodconfig
ia64                                defconfig
ia64                             allyesconfig
m68k                             allmodconfig
m68k                                defconfig
m68k                             allyesconfig
nios2                               defconfig
arc                              allyesconfig
nds32                             allnoconfig
c6x                              allyesconfig
nds32                               defconfig
nios2                            allyesconfig
csky                                defconfig
alpha                               defconfig
alpha                            allyesconfig
xtensa                           allyesconfig
h8300                            allyesconfig
arc                                 defconfig
sh                               allmodconfig
parisc                              defconfig
s390                             allyesconfig
parisc                           allyesconfig
s390                                defconfig
i386                             allyesconfig
sparc                            allyesconfig
sparc                               defconfig
i386                                defconfig
mips                             allyesconfig
mips                             allmodconfig
powerpc                          allyesconfig
powerpc                          allmodconfig
powerpc                           allnoconfig
i386                 randconfig-a006-20201119
i386                 randconfig-a005-20201119
i386                 randconfig-a002-20201119
i386                 randconfig-a001-20201119
i386                 randconfig-a003-20201119
i386                 randconfig-a004-20201119
x86_64               randconfig-a015-20201119
x86_64               randconfig-a014-20201119
x86_64               randconfig-a011-20201119
x86_64               randconfig-a013-20201119
x86_64               randconfig-a016-20201119
x86_64               randconfig-a012-20201119
i386                 randconfig-a012-20201119
i386                 randconfig-a014-20201119
i386                 randconfig-a016-20201119
i386                 randconfig-a011-20201119
i386                 randconfig-a013-20201119
i386                 randconfig-a015-20201119
riscv                    nommu_k210_defconfig
riscv                    nommu_virt_defconfig
riscv                          rv32_defconfig
riscv                            allyesconfig
riscv                             allnoconfig
riscv                               defconfig
riscv                            allmodconfig
x86_64                                   rhel
x86_64                           allyesconfig
x86_64                    rhel-7.6-kselftests
x86_64                              defconfig
x86_64                               rhel-8.3
x86_64                                  kexec

clang tested configs:
x86_64               randconfig-a005-20201119

---
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-11-19 18:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-19 18:53 [linux-next:master] BUILD REGRESSION f8550c0d35df3d027724b250a8c5888dfb2fa749 kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.