Re: [linux-next:master] BUILD REGRESSION 9317f948b0b188b8d2fded75957e6d42c460df1b

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Dec 16, 2020 at 5:23 AM kernel test robot <lkp@xxxxxxxxx> wrote:
>
> tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git  master
> branch HEAD: 9317f948b0b188b8d2fded75957e6d42c460df1b  Add linux-next specific files for 20201215
>
> Error/Warning reports:
>
> https://lore.kernel.org/linux-mm/202011200821.NM7YCoqv-lkp@xxxxxxxxx
> https://lore.kernel.org/linux-mm/202011201018.dGVLZedO-lkp@xxxxxxxxx
> https://lore.kernel.org/linux-mm/202011250841.Tq5AqGpo-lkp@xxxxxxxxx
> https://lore.kernel.org/linux-mm/202011301953.SFx1MoEt-lkp@xxxxxxxxx
> https://lore.kernel.org/linux-mm/202012141529.yE4vDrxh-lkp@xxxxxxxxx
> https://lore.kernel.org/linux-mm/202012150402.NnbPvD05-lkp@xxxxxxxxx
> https://lore.kernel.org/linux-mm/202012152316.aox0aByc-lkp@xxxxxxxxx
> https://lore.kernel.org/linux-mm/202012160612.RJtcXy6U-lkp@xxxxxxxxx
> https://lore.kernel.org/linux-mm/202012160638.b5cEXhOm-lkp@xxxxxxxxx
> https://lore.kernel.org/linux-mm/202012160641.dAMW8FDx-lkp@xxxxxxxxx
>
> Error/Warning in current branch:
>
> ERROR: modpost: "__umoddi3" [fs/btrfs/btrfs.ko] undefined!
> drivers/block/rnbd/rnbd-clt.c:1397:42: warning: size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination [-Wstrlcpy-strlcat-size]
> drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5345:5: warning: no previous prototype for 'amdgpu_dm_crtc_atomic_set_property' [-Wmissing-prototypes]
> drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5345:5: warning: no previous prototype for function 'amdgpu_dm_crtc_atomic_set_property' [-Wmissing-prototypes]
> drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5369:5: warning: no previous prototype for 'amdgpu_dm_crtc_atomic_get_property' [-Wmissing-prototypes]
> drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5369:5: warning: no previous prototype for function 'amdgpu_dm_crtc_atomic_get_property' [-Wmissing-prototypes]

These 4 warning are fixed. Available in linux-next.

> drivers/i3c/master/mipi-i3c-hci/core.c:780:34: warning: unused variable 'i3c_hci_of_match' [-Wunused-const-variable]

Fixed.

> drivers/input/misc/ariel-pwrbutton.c:152:35: warning: unused variable 'ariel_pwrbutton_id_table' [-Wunused-const-variable]

Patch is under review.



> drivers/tty/serial/mxs-auart.c:1656:15: warning: cast to smaller integer type 'enum mxs_auart_type' from 'const void *' [-Wvoid-pointer-to-enum-cast]
> 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'
> lib/crypto/blake2s-generic.c:40:6: warning: stack frame size of 4288 bytes in function 'blake2s_compress_generic' [-Wframe-larger-than=]
>
> possible Error/Warning in current branch:
>
> kernel/dma/debug.c:395:10: error: implicit declaration of function '__pfn_to_phys' [-Werror=implicit-function-declaration]
> ld.lld: error: main.c:(function device_uncache_fw_images_work: .text+0x1430): improper alignment for relocation R_AARCH64_LDST64_ABS_LO12_NC: 0xFFFF8000107A5413 is not aligned to 8 bytes
> mm/kfence/core.c:250:13: sparse: sparse: context imbalance in 'kfence_guarded_alloc' - wrong count at exit
> mm/kfence/core.c:825:9: sparse: sparse: context imbalance in 'kfence_handle_page_fault' - different lock contexts for basic block
>
> Error/Warning ids grouped by kconfigs:
>
> gcc_recent_errors
> |-- alpha-allyesconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- arc-allyesconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |   |-- 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-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- arm-allyesconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- arm64-allyesconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- i386-allyesconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- i386-randconfig-m021-20201215
> |   `-- drivers-input-misc-da7280.c-da7280_parse_properties()-warn:inconsistent-indenting
> |-- ia64-allmodconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- ia64-allyesconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- m68k-randconfig-r005-20201215
> |   `-- kernel-dma-debug.c:error:implicit-declaration-of-function-__pfn_to_phys
> |-- m68k-randconfig-r012-20201215
> |   `-- kernel-dma-debug.c:error:implicit-declaration-of-function-__pfn_to_phys
> |-- mips-allmodconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- mips-allyesconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- parisc-allyesconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- powerpc-allmodconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- powerpc-allyesconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- powerpc64-randconfig-s032-20201215
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- riscv-allmodconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- riscv-allyesconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- s390-allyesconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- sh-allmodconfig
> |   `-- ERROR:__umoddi3-fs-btrfs-btrfs.ko-undefined
> |-- sparc-allyesconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- sparc64-randconfig-r031-20201215
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- x86_64-allyesconfig
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- x86_64-randconfig-a006-20201215
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- x86_64-randconfig-p001-20201215
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
> |-- x86_64-randconfig-s022-20201216
> |   |-- mm-kfence-core.c:sparse:sparse:context-imbalance-in-kfence_guarded_alloc-wrong-count-at-exit
> |   |-- mm-kfence-core.c:sparse:sparse:context-imbalance-in-kfence_handle_page_fault-different-lock-contexts-for-basic-block
> |   |-- mm-kfence-kfence_test.c:sparse:sparse:incorrect-type-in-argument-(different-base-types)-expected-restricted-gfp_t-usertype-got-unsigned-int
> |   `-- mm-kfence-kfence_test.c:sparse:sparse:restricted-gfp_t-degrades-to-integer
> `-- xtensa-allyesconfig
>     |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_get_property
>     `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-amdgpu_dm_crtc_atomic_set_property
>
> clang_recent_errors
> |-- arm64-randconfig-r016-20201215
> |   `-- ld.lld:error:main.c:(function-device_uncache_fw_images_work:.text):improper-alignment-for-relocation-R_AARCH64_LDST64_ABS_LO12_NC:FFFF8000107A5413-is-not-aligned-to-bytes
> |-- powerpc-randconfig-r006-20201216
> |   `-- lib-crypto-blake2s-generic.c:warning:stack-frame-size-of-bytes-in-function-blake2s_compress_generic
> |-- powerpc-randconfig-r024-20201215
> |   `-- drivers-input-misc-ariel-pwrbutton.c:warning:unused-variable-ariel_pwrbutton_id_table
> |-- riscv-randconfig-r021-20201215
> |   `-- drivers-tty-serial-mxs-auart.c:warning:cast-to-smaller-integer-type-enum-mxs_auart_type-from-const-void
> |-- s390-randconfig-r011-20201215
> |   |-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-function-amdgpu_dm_crtc_atomic_get_property
> |   `-- drivers-gpu-drm-amd-amdgpu-..-display-amdgpu_dm-amdgpu_dm.c:warning:no-previous-prototype-for-function-amdgpu_dm_crtc_atomic_set_property
> |-- x86_64-randconfig-a006-20201216
> |   `-- drivers-block-rnbd-rnbd-clt.c:warning:size-argument-in-strlcpy-call-appears-to-be-size-of-the-source-expected-the-size-of-the-destination
> |-- x86_64-randconfig-a011-20201215
> |   `-- drivers-i3c-master-mipi-i3c-hci-core.c:warning:unused-variable-i3c_hci_of_match
> `-- x86_64-randconfig-a013-20201215
>     `-- drivers-i3c-master-mipi-i3c-hci-core.c:warning:unused-variable-i3c_hci_of_match
>
> elapsed time: 769m
>
> configs tested: 84
> configs skipped: 2
>
> gcc tested configs:
> arm                                 defconfig
> arm64                            allyesconfig
> arm64                               defconfig
> arm                              allyesconfig
> arm                              allmodconfig
> arc                 nsimosci_hs_smp_defconfig
> mips                      bmips_stb_defconfig
> arm                        realview_defconfig
> sh                         microdev_defconfig
> sh                           se7712_defconfig
> powerpc                      bamboo_defconfig
> m68k                       m5275evb_defconfig
> powerpc                  iss476-smp_defconfig
> arm                       mainstone_defconfig
> xtensa                    smp_lx200_defconfig
> mips                            gpr_defconfig
> sh                           se7721_defconfig
> arm                     davinci_all_defconfig
> powerpc                 linkstation_defconfig
> m68k                            mac_defconfig
> powerpc64                        alldefconfig
> arm                           sunxi_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                               tinyconfig
> i386                                defconfig
> mips                             allyesconfig
> mips                             allmodconfig
> powerpc                          allyesconfig
> powerpc                          allmodconfig
> powerpc                           allnoconfig
> i386                 randconfig-a014-20201215
> i386                 randconfig-a013-20201215
> i386                 randconfig-a012-20201215
> i386                 randconfig-a011-20201215
> x86_64               randconfig-a003-20201215
> x86_64               randconfig-a006-20201215
> x86_64               randconfig-a002-20201215
> x86_64               randconfig-a005-20201215
> x86_64               randconfig-a004-20201215
> x86_64               randconfig-a001-20201215
> riscv                    nommu_k210_defconfig
> riscv                            allyesconfig
> riscv                    nommu_virt_defconfig
> riscv                             allnoconfig
> riscv                               defconfig
> riscv                          rv32_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-a016-20201215
> x86_64               randconfig-a012-20201215
> x86_64               randconfig-a013-20201215
> x86_64               randconfig-a015-20201215
> x86_64               randconfig-a014-20201215
> x86_64               randconfig-a011-20201215
>
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx
>




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux