tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD: 7b287a5c6ac518c415a258f2aa7b1ebb25c263d2 Add linux-next specific files for 20200730 Error/Warning in current branch: ERROR: modpost: "fw_arg3" [drivers/mtd/parsers/bcm63xxpart.ko] undefined! arch/arc/include/asm/bug.h:23:2: error: implicit declaration of function 'pr_warn'; did you mean 'drm_warn'? [-Werror=implicit-function-declaration] arch/arm64/mm/extable.c:19: undefined reference to `arm64_bpf_fixup_exception' arch/x86/entry/common.c:184:24: warning: no previous prototype for 'do_SYSENTER_32' [-Wmissing-prototypes] drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:4304:3-9: preceding lock on line 4293 drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c:447:1-7: preceding lock on line 410 drivers/md/bcache/bcache.h:769 meta_bucket_pages() warn: subtract is higher precedence than shift drivers/mmc/host/mtk-sd.c:2269:6: warning: no previous prototype for 'msdc_cqe_disable' [-Wmissing-prototypes] drivers/usb/phy/phy-jz4770.c:179:2: warning: 'reg' is used uninitialized in this function [-Wuninitialized] include/linux/compiler_types.h:319:38: error: call to '__compiletime_assert_290' declared with attribute error: BUILD_BUG_ON failed: IS_ENABLED(CONFIG_32BIT) && (_PFN_SHIFT > PAGE_SHIFT) include/linux/compiler_types.h:319:38: error: call to '__compiletime_assert_554' declared with attribute error: BUILD_BUG_ON failed: PAGE_SIZE > 32768 && sizeof(page->private) < 8 include/linux/compiler_types.h:338:38: error: call to '__compiletime_assert_280' declared with attribute error: BUILD_BUG_ON failed: IS_ENABLED(CONFIG_32BIT) && (_PFN_SHIFT > PAGE_SHIFT) include/linux/compiler_types.h:338:38: error: call to '__compiletime_assert_284' declared with attribute error: BUILD_BUG_ON failed: SECTIONS_WIDTH + NODES_WIDTH + ZONES_WIDTH + ilog2(roundup_pow_of_two(NR_CPUS)) > 32 kernel/trace/bpf_trace.c:538:2: warning: function '____bpf_trace_printk' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] Error/Warning ids grouped by kconfigs: recent_errors |-- alpha-allyesconfig | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- arc-allyesconfig | |-- arch-arc-include-asm-bug.h:error:implicit-declaration-of-function-pr_warn | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- arm-allmodconfig | |-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- arm-allyesconfig | |-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- arm64-randconfig-r034-20200730 | |-- arch-arm64-mm-extable.c:undefined-reference-to-arm64_bpf_fixup_exception | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- c6x-allyesconfig | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- h8300-allyesconfig | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- i386-allyesconfig | |-- arch-x86-entry-common.c:warning:no-previous-prototype-for-do_SYSENTER_32 | |-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- i386-defconfig | `-- arch-x86-entry-common.c:warning:no-previous-prototype-for-do_SYSENTER_32 |-- i386-randconfig-a011-20200730 | `-- arch-x86-entry-common.c:warning:no-previous-prototype-for-do_SYSENTER_32 |-- i386-randconfig-a012-20200730 | |-- arch-x86-entry-common.c:warning:no-previous-prototype-for-do_SYSENTER_32 | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- i386-randconfig-a013-20200730 | |-- arch-x86-entry-common.c:warning:no-previous-prototype-for-do_SYSENTER_32 | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- i386-randconfig-a014-20200730 | |-- arch-x86-entry-common.c:warning:no-previous-prototype-for-do_SYSENTER_32 | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- i386-randconfig-a015-20200730 | `-- arch-x86-entry-common.c:warning:no-previous-prototype-for-do_SYSENTER_32 |-- i386-randconfig-a016-20200730 | `-- arch-x86-entry-common.c:warning:no-previous-prototype-for-do_SYSENTER_32 |-- i386-randconfig-c001-20200730 | |-- arch-x86-entry-common.c:warning:no-previous-prototype-for-do_SYSENTER_32 | |-- drivers-gpu-drm-amd-amdgpu-amdgpu_device.c:preceding-lock-on-line | `-- drivers-gpu-drm-amd-amdgpu-amdgpu_xgmi.c:preceding-lock-on-line |-- i386-randconfig-c004-20200730 | |-- arch-x86-entry-common.c:warning:no-previous-prototype-for-do_SYSENTER_32 | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- i386-randconfig-m021-20200730 | `-- drivers-md-bcache-bcache.h-meta_bucket_pages()-warn:subtract-is-higher-precedence-than-shift |-- ia64-allmodconfig | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- ia64-allyesconfig | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- m68k-allmodconfig | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- m68k-allyesconfig | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- m68k-randconfig-r011-20200730 | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- mips-allmodconfig | |-- ERROR:fw_arg3-drivers-mtd-parsers-bcm63xxpart.ko-undefined | |-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- mips-allyesconfig | |-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- mips-randconfig-r005-20200731 | `-- drivers-usb-phy-phy-jz4770.c:warning:reg-is-used-uninitialized-in-this-function |-- mips-randconfig-r015-20200730 | |-- include-linux-compiler_types.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:IS_ENABLED(CONFIG_32BIT)-(_PFN_SHIFT-PAGE_SHIFT) | `-- include-linux-compiler_types.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:PAGE_SIZE-sizeof(page-private) |-- mips-randconfig-r025-20200730 | `-- include-linux-compiler_types.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:IS_ENABLED(CONFIG_32BIT)-(_PFN_SHIFT-PAGE_SHIFT) |-- nds32-allyesconfig | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- nds32-randconfig-r014-20200730 | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- nds32-randconfig-r032-20200730 | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- nios2-allyesconfig | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- nios2-randconfig-r002-20200730 | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- openrisc-randconfig-r013-20200730 | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- parisc-allyesconfig | |-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- parisc-randconfig-r036-20200730 | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- powerpc-allmodconfig | |-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- powerpc-allyesconfig | |-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- powerpc-defconfig | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- riscv-allmodconfig | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- riscv-allyesconfig | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- s390-allyesconfig | |-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- s390-defconfig | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- sh-allmodconfig | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- sparc-allyesconfig | |-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- sparc64-randconfig-r022-20200730 | `-- include-linux-compiler_types.h:error:call-to-__compiletime_assert_NNN-declared-with-attribute-error:BUILD_BUG_ON-failed:SECTIONS_WIDTH-NODES_WIDTH-ZONES_WIDTH-ilog2(roundup_pow_of_two(NR_CPUS)) |-- sparc64-randconfig-r033-20200730 | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable |-- x86_64-allyesconfig | |-- arch-x86-entry-common.c:warning:no-previous-prototype-for-do_SYSENTER_32 | |-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- x86_64-defconfig | `-- arch-x86-entry-common.c:warning:no-previous-prototype-for-do_SYSENTER_32 |-- x86_64-kexec | |-- arch-x86-entry-common.c:warning:no-previous-prototype-for-do_SYSENTER_32 | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- x86_64-rhel | |-- arch-x86-entry-common.c:warning:no-previous-prototype-for-do_SYSENTER_32 | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- x86_64-rhel-7.6-kselftests | |-- arch-x86-entry-common.c:warning:no-previous-prototype-for-do_SYSENTER_32 | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- x86_64-rhel-8.3 | |-- arch-x86-entry-common.c:warning:no-previous-prototype-for-do_SYSENTER_32 | `-- kernel-trace-bpf_trace.c:warning:function-____bpf_trace_printk-might-be-a-candidate-for-gnu_printf-format-attribute |-- xtensa-allyesconfig | `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable `-- xtensa-randconfig-r001-20200730 `-- drivers-mmc-host-mtk-sd.c:warning:no-previous-prototype-for-msdc_cqe_disable elapsed time: 781m configs tested: 54 configs skipped: 1 arm defconfig arm64 allyesconfig arm64 defconfig arm allyesconfig arm allmodconfig 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 defconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a016-20200730 i386 randconfig-a012-20200730 i386 randconfig-a014-20200730 i386 randconfig-a015-20200730 i386 randconfig-a011-20200730 i386 randconfig-a013-20200730 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 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx