tree: https://github.com/ammarfaizi2/linux-block rostedt/linux-trace/merge-next-20220315 head: 87a21b60077d8cb23d3e70a00a969b542d0695d8 commit: 4beb6c5a2edf9f885d4ef58502c0c83d5e68d11d [408/512] mm/migration: add trace events for base page and HugeTLB migrations config: riscv-randconfig-r042-20220314 (https://download.01.org/0day-ci/archive/20220317/202203170842.Gc2butT1-lkp@xxxxxxxxx/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project a6b2f50fb47da3baeee10b1906da6e30ac5d26ec) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install riscv cross compiling tool for clang build # apt-get install binutils-riscv64-linux-gnu # https://github.com/ammarfaizi2/linux-block/commit/4beb6c5a2edf9f885d4ef58502c0c83d5e68d11d git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block rostedt/linux-trace/merge-next-20220315 git checkout 4beb6c5a2edf9f885d4ef58502c0c83d5e68d11d # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=riscv SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp@xxxxxxxxx> All warnings (new ones prefixed by >>, old ones prefixed by <<): >> WARNING: modpost: vmlinux.o(.text+0x3ebb16): Section mismatch in reference from the function ufs_rename() to the variable .init.text:.LBB130_22 The function ufs_rename() references the variable __init .LBB130_22. This is often because ufs_rename lacks a __init annotation or the annotation of .LBB130_22 is wrong. -- >> WARNING: modpost: vmlinux.o(.text+0x3ebc14): Section mismatch in reference from the function ufs_rename() to the variable .init.text:.LBB130_20 The function ufs_rename() references the variable __init .LBB130_20. This is often because ufs_rename lacks a __init annotation or the annotation of .LBB130_20 is wrong. -- >> WARNING: modpost: vmlinux.o(.text+0x3f8d4a): Section mismatch in reference from the function jffs2_do_create() to the variable .init.text:.LBB130_32 The function jffs2_do_create() references the variable __init .LBB130_32. This is often because jffs2_do_create lacks a __init annotation or the annotation of .LBB130_32 is wrong. -- >> WARNING: modpost: vmlinux.o(.text+0x3f8f50): Section mismatch in reference from the function jffs2_do_unlink() to the variable .init.text:.LBB130_32 The function jffs2_do_unlink() references the variable __init .LBB130_32. This is often because jffs2_do_unlink lacks a __init annotation or the annotation of .LBB130_32 is wrong. -- >> WARNING: modpost: vmlinux.o(.text+0x3f91f4): Section mismatch in reference from the function jffs2_do_link() to the variable .init.text:.LBB130_32 The function jffs2_do_link() references the variable __init .LBB130_32. This is often because jffs2_do_link lacks a __init annotation or the annotation of .LBB130_32 is wrong. -- >> WARNING: modpost: vmlinux.o(.text+0x354e4e): Section mismatch in reference from the function nlmsvc_put_lockowner() to the function .exit.text:test_ww_mutex_exit() The function nlmsvc_put_lockowner() references a function in an exit section. Often the function test_ww_mutex_exit() has valid usage outside the exit section and the fix is to remove the __exit annotation of test_ww_mutex_exit. -- >> WARNING: modpost: vmlinux.o(.text+0x403312): Section mismatch in reference from the function jffs2_release_xattr_ref() to the function .init.text:set_reset_devices() The function jffs2_release_xattr_ref() references the function __init set_reset_devices(). This is often because jffs2_release_xattr_ref lacks a __init annotation or the annotation of set_reset_devices is wrong. -- >> WARNING: modpost: vmlinux.o(.text+0x355eb6): Section mismatch in reference from the function nlmsvc_release_call() to the function .exit.text:test_ww_mutex_exit() The function nlmsvc_release_call() references a function in an exit section. Often the function test_ww_mutex_exit() has valid usage outside the exit section and the fix is to remove the __exit annotation of test_ww_mutex_exit. -- >> WARNING: modpost: vmlinux.o(.text+0x461baa): Section mismatch in reference from the function udf_add_aext() to the variable .init.data:__TRACE_SYSTEM_yfs_CB_GetLocalCell The function udf_add_aext() references the variable __initdata __TRACE_SYSTEM_yfs_CB_GetLocalCell. This is often because udf_add_aext lacks a __initdata annotation or the annotation of __TRACE_SYSTEM_yfs_CB_GetLocalCell is wrong. -- >> WARNING: modpost: vmlinux.o(.text+0x3c7adc): Section mismatch in reference from the function ni_try_remove_attr_list() to the function .init.text:set_reset_devices() The function ni_try_remove_attr_list() references the function __init set_reset_devices(). This is often because ni_try_remove_attr_list lacks a __init annotation or the annotation of set_reset_devices is wrong. -- >> WARNING: modpost: vmlinux.o(.text+0x484460): Section mismatch in reference from the function dtModify() to the variable .init.data:__TRACE_SYSTEM_afs_file_error_writeback_fail The function dtModify() references the variable __initdata __TRACE_SYSTEM_afs_file_error_writeback_fail. This is often because dtModify lacks a __initdata annotation or the annotation of __TRACE_SYSTEM_afs_file_error_writeback_fail is wrong. .. Note: the below error/warnings can be found in parent commit: << WARNING: modpost: vmlinux.o(.text+0x34c1d8): Section mismatch in reference from the function nfs3_proc_unlink_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34c224): Section mismatch in reference from the function nfs3_proc_rename_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34f782): Section mismatch in reference from the function nfs3_xdr_enc_getacl3args() to the variable .init.text:.LBB96_19 << WARNING: modpost: vmlinux.o(.text+0x359d64): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359d6e): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359d78): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the variable .exit.text:.LBB97_6 << WARNING: modpost: vmlinux.o(.text+0x359dc2): Section mismatch in reference from the function __nlm4svc_proc_granted() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e06): Section mismatch in reference from the function nlm4svc_callback() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e3c): Section mismatch in reference from the function nlm4svc_callback() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359e80): Section mismatch in reference from the function nlm4svc_callback_release() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x34c1d8): Section mismatch in reference from the function nfs3_proc_unlink_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34c224): Section mismatch in reference from the function nfs3_proc_rename_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34f782): Section mismatch in reference from the function nfs3_xdr_enc_getacl3args() to the variable .init.text:.LBB96_19 << WARNING: modpost: vmlinux.o(.text+0x359d64): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359d6e): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359d78): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the variable .exit.text:.LBB97_6 << WARNING: modpost: vmlinux.o(.text+0x359dc2): Section mismatch in reference from the function __nlm4svc_proc_granted() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e06): Section mismatch in reference from the function nlm4svc_callback() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e3c): Section mismatch in reference from the function nlm4svc_callback() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359e80): Section mismatch in reference from the function nlm4svc_callback_release() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x34c1d8): Section mismatch in reference from the function nfs3_proc_unlink_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34c224): Section mismatch in reference from the function nfs3_proc_rename_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34f782): Section mismatch in reference from the function nfs3_xdr_enc_getacl3args() to the variable .init.text:.LBB96_19 << WARNING: modpost: vmlinux.o(.text+0x359d64): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359d6e): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359d78): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the variable .exit.text:.LBB97_6 << WARNING: modpost: vmlinux.o(.text+0x359dc2): Section mismatch in reference from the function __nlm4svc_proc_granted() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e06): Section mismatch in reference from the function nlm4svc_callback() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e3c): Section mismatch in reference from the function nlm4svc_callback() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359e80): Section mismatch in reference from the function nlm4svc_callback_release() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x34c1d8): Section mismatch in reference from the function nfs3_proc_unlink_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34c224): Section mismatch in reference from the function nfs3_proc_rename_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34f782): Section mismatch in reference from the function nfs3_xdr_enc_getacl3args() to the variable .init.text:.LBB96_19 << WARNING: modpost: vmlinux.o(.text+0x359d64): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359d6e): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359d78): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the variable .exit.text:.LBB97_6 << WARNING: modpost: vmlinux.o(.text+0x359dc2): Section mismatch in reference from the function __nlm4svc_proc_granted() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e06): Section mismatch in reference from the function nlm4svc_callback() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e3c): Section mismatch in reference from the function nlm4svc_callback() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359e80): Section mismatch in reference from the function nlm4svc_callback_release() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x34c1d8): Section mismatch in reference from the function nfs3_proc_unlink_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34c224): Section mismatch in reference from the function nfs3_proc_rename_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34f782): Section mismatch in reference from the function nfs3_xdr_enc_getacl3args() to the variable .init.text:.LBB96_19 << WARNING: modpost: vmlinux.o(.text+0x359d64): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359d6e): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359d78): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the variable .exit.text:.LBB97_6 << WARNING: modpost: vmlinux.o(.text+0x359dc2): Section mismatch in reference from the function __nlm4svc_proc_granted() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e06): Section mismatch in reference from the function nlm4svc_callback() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e3c): Section mismatch in reference from the function nlm4svc_callback() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359e80): Section mismatch in reference from the function nlm4svc_callback_release() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x34c1d8): Section mismatch in reference from the function nfs3_proc_unlink_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34c224): Section mismatch in reference from the function nfs3_proc_rename_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34f782): Section mismatch in reference from the function nfs3_xdr_enc_getacl3args() to the variable .init.text:.LBB96_19 << WARNING: modpost: vmlinux.o(.text+0x359d64): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359d6e): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359d78): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the variable .exit.text:.LBB97_6 << WARNING: modpost: vmlinux.o(.text+0x359dc2): Section mismatch in reference from the function __nlm4svc_proc_granted() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e06): Section mismatch in reference from the function nlm4svc_callback() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e3c): Section mismatch in reference from the function nlm4svc_callback() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359e80): Section mismatch in reference from the function nlm4svc_callback_release() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x34c1d8): Section mismatch in reference from the function nfs3_proc_unlink_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34c224): Section mismatch in reference from the function nfs3_proc_rename_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34f782): Section mismatch in reference from the function nfs3_xdr_enc_getacl3args() to the variable .init.text:.LBB96_19 << WARNING: modpost: vmlinux.o(.text+0x359d64): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359d6e): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359d78): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the variable .exit.text:.LBB97_6 << WARNING: modpost: vmlinux.o(.text+0x359dc2): Section mismatch in reference from the function __nlm4svc_proc_granted() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e06): Section mismatch in reference from the function nlm4svc_callback() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e3c): Section mismatch in reference from the function nlm4svc_callback() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359e80): Section mismatch in reference from the function nlm4svc_callback_release() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x34c1d8): Section mismatch in reference from the function nfs3_proc_unlink_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34c224): Section mismatch in reference from the function nfs3_proc_rename_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34f782): Section mismatch in reference from the function nfs3_xdr_enc_getacl3args() to the variable .init.text:.LBB96_19 << WARNING: modpost: vmlinux.o(.text+0x359d64): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359d6e): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359d78): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the variable .exit.text:.LBB97_6 << WARNING: modpost: vmlinux.o(.text+0x359dc2): Section mismatch in reference from the function __nlm4svc_proc_granted() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e06): Section mismatch in reference from the function nlm4svc_callback() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e3c): Section mismatch in reference from the function nlm4svc_callback() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359e80): Section mismatch in reference from the function nlm4svc_callback_release() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x34c1d8): Section mismatch in reference from the function nfs3_proc_unlink_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34c224): Section mismatch in reference from the function nfs3_proc_rename_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34f782): Section mismatch in reference from the function nfs3_xdr_enc_getacl3args() to the variable .init.text:.LBB96_19 << WARNING: modpost: vmlinux.o(.text+0x359d64): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359d6e): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359d78): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the variable .exit.text:.LBB97_6 << WARNING: modpost: vmlinux.o(.text+0x359dc2): Section mismatch in reference from the function __nlm4svc_proc_granted() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e06): Section mismatch in reference from the function nlm4svc_callback() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e3c): Section mismatch in reference from the function nlm4svc_callback() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359e80): Section mismatch in reference from the function nlm4svc_callback_release() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x34c1d8): Section mismatch in reference from the function nfs3_proc_unlink_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34c224): Section mismatch in reference from the function nfs3_proc_rename_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34f782): Section mismatch in reference from the function nfs3_xdr_enc_getacl3args() to the variable .init.text:.LBB96_19 << WARNING: modpost: vmlinux.o(.text+0x359d64): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359d6e): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359d78): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the variable .exit.text:.LBB97_6 << WARNING: modpost: vmlinux.o(.text+0x359dc2): Section mismatch in reference from the function __nlm4svc_proc_granted() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e06): Section mismatch in reference from the function nlm4svc_callback() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e3c): Section mismatch in reference from the function nlm4svc_callback() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359e80): Section mismatch in reference from the function nlm4svc_callback_release() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x34c1d8): Section mismatch in reference from the function nfs3_proc_unlink_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34c224): Section mismatch in reference from the function nfs3_proc_rename_rpc_prepare() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x34f782): Section mismatch in reference from the function nfs3_xdr_enc_getacl3args() to the variable .init.text:.LBB96_19 << WARNING: modpost: vmlinux.o(.text+0x359d64): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359d6e): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359d78): Section mismatch in reference from the function __nlm4svc_proc_unlock() to the variable .exit.text:.LBB97_6 << WARNING: modpost: vmlinux.o(.text+0x359dc2): Section mismatch in reference from the function __nlm4svc_proc_granted() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e06): Section mismatch in reference from the function nlm4svc_callback() to the function .init.text:set_reset_devices() << WARNING: modpost: vmlinux.o(.text+0x359e3c): Section mismatch in reference from the function nlm4svc_callback() to the function .exit.text:test_ww_mutex_exit() << WARNING: modpost: vmlinux.o(.text+0x359e80): Section mismatch in reference from the function nlm4svc_callback_release() to the function .exit.text:test_ww_mutex_exit() --- 0-DAY CI Kernel Test Service https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx