The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: "Peter Zijlstra (Intel)" <peterz@infradead.org>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
	Chen Yu <yu.c.chen@intel.com>,
	linux-kernel@vger.kernel.org,
	Tim Chen <tim.c.chen@linux.intel.com>
Subject: [yu-chen-surf:sched 1/2] WARNING: modpost: vmlinux.o(.text+0x9e24b8): Section mismatch in reference from the function iscsi_create_session() to the function .exit.text:test_ww_mutex_exit()
Date: Wed, 6 Apr 2022 02:21:29 +0800	[thread overview]
Message-ID: <202204060222.wCunKJY5-lkp@intel.com> (raw)

tree:   https://github.com/yu-chen-surf/linux.git sched
head:   b5da2faf435871f1c615da2e336976fb6455fe53
commit: c319c5f71d3359991a7cde110c1382a3f0c2ed8d [1/2] sched/fair: Don't rely on ->exec_start for migration
config: riscv-buildonly-randconfig-r004-20220405 (https://download.01.org/0day-ci/archive/20220406/202204060222.wCunKJY5-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project c4a1b07d0979e7ff20d7d541af666d822d66b566)
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/yu-chen-surf/linux/commit/c319c5f71d3359991a7cde110c1382a3f0c2ed8d
        git remote add yu-chen-surf https://github.com/yu-chen-surf/linux.git
        git fetch --no-tags yu-chen-surf sched
        git checkout c319c5f71d3359991a7cde110c1382a3f0c2ed8d
        # 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@intel.com>

All warnings (new ones prefixed by >>, old ones prefixed by <<):

>> WARNING: modpost: vmlinux.o(.text+0x9e24b8): Section mismatch in reference from the function iscsi_create_session() to the function .exit.text:test_ww_mutex_exit()
The function iscsi_create_session() 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+0x9eb23c): Section mismatch in reference from the function sas_unregister_ha() to the function .init.text:set_reset_devices()
The function sas_unregister_ha() references
the function __init set_reset_devices().
This is often because sas_unregister_ha lacks a __init
annotation or the annotation of set_reset_devices is wrong.
--
>> WARNING: modpost: vmlinux.o(.text+0x9f2398): Section mismatch in reference from the function sas_queuecommand() to the function .init.text:set_reset_devices()
The function sas_queuecommand() references
the function __init set_reset_devices().
This is often because sas_queuecommand lacks a __init
annotation or the annotation of set_reset_devices is wrong.
--
>> WARNING: modpost: vmlinux.o(.text+0x9f23e4): Section mismatch in reference from the function sas_queuecommand() to the variable .init.text:.LBB1_22
The function sas_queuecommand() references
the variable __init .LBB1_22.
This is often because sas_queuecommand lacks a __init
annotation or the annotation of .LBB1_22 is wrong.
--
>> WARNING: modpost: vmlinux.o(.text+0x9f2694): Section mismatch in reference from the function sas_queue_reset() to the function .init.text:set_reset_devices()
The function sas_queue_reset() references
the function __init set_reset_devices().
This is often because sas_queue_reset lacks a __init
annotation or the annotation of set_reset_devices is wrong.
--
>> WARNING: modpost: vmlinux.o(.text+0x9f314e): Section mismatch in reference from the function sas_ioctl() to the function .init.text:set_reset_devices()
The function sas_ioctl() references
the function __init set_reset_devices().
This is often because sas_ioctl lacks a __init
annotation or the annotation of set_reset_devices is wrong.
--
>> WARNING: modpost: vmlinux.o(.text+0x9f3230): Section mismatch in reference from the function sas_target_alloc() to the variable .init.text:.LBB1_25
The function sas_target_alloc() references
the variable __init .LBB1_25.
This is often because sas_target_alloc lacks a __init
annotation or the annotation of .LBB1_25 is wrong.
--
>> WARNING: modpost: vmlinux.o(.text+0x9f32aa): Section mismatch in reference from the function sas_slave_configure() to the function .init.text:set_reset_devices()
The function sas_slave_configure() references
the function __init set_reset_devices().
This is often because sas_slave_configure lacks a __init
annotation or the annotation of set_reset_devices is wrong.
--
>> WARNING: modpost: vmlinux.o(.text+0x9f3374): Section mismatch in reference from the function sas_change_queue_depth() to the function .init.text:set_reset_devices()
The function sas_change_queue_depth() references
the function __init set_reset_devices().
This is often because sas_change_queue_depth lacks a __init
annotation or the annotation of set_reset_devices is wrong.
--
>> WARNING: modpost: vmlinux.o(.text+0x9f3b9a): Section mismatch in reference from the function sas_abort_task_set() to the function .init.text:set_reset_devices()
The function sas_abort_task_set() references
the function __init set_reset_devices().
This is often because sas_abort_task_set lacks a __init
annotation or the annotation of set_reset_devices is wrong.
--
>> WARNING: modpost: vmlinux.o(.text+0x9f3c04): Section mismatch in reference from the function sas_clear_task_set() to the function .init.text:set_reset_devices()
The function sas_clear_task_set() references
the function __init set_reset_devices().
This is often because sas_clear_task_set lacks a __init
annotation or the annotation of set_reset_devices is wrong.
..

Note: the below error/warnings can be found in parent commit:
<< WARNING: modpost: vmlinux.o(.text+0xcdc6e0): Section mismatch in reference from the function ath11k_mac_bcn_tx_event() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xce3040): Section mismatch in reference from the function ath11k_mac_op_ampdu_action() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd233ca): Section mismatch in reference from the function b43_calc_nrssi_slope() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce5966): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .init.text:init_ntfs_fs()
<< WARNING: modpost: vmlinux.o(.text+0xd2401a): Section mismatch in reference from the function b43_set_txpower_g() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24478): Section mismatch in reference from the function b43_set_all_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd2457e): Section mismatch in reference from the function b43_set_original_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24758): Section mismatch in reference from the function b43_radio_interference_mitigation_disable() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce59a4): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd28972): Section mismatch in reference from the function b43_gphy_dc_lt_init() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xcdc6e0): Section mismatch in reference from the function ath11k_mac_bcn_tx_event() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xce3040): Section mismatch in reference from the function ath11k_mac_op_ampdu_action() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd233ca): Section mismatch in reference from the function b43_calc_nrssi_slope() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce5966): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .init.text:init_ntfs_fs()
<< WARNING: modpost: vmlinux.o(.text+0xd2401a): Section mismatch in reference from the function b43_set_txpower_g() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24478): Section mismatch in reference from the function b43_set_all_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd2457e): Section mismatch in reference from the function b43_set_original_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24758): Section mismatch in reference from the function b43_radio_interference_mitigation_disable() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce59a4): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd28972): Section mismatch in reference from the function b43_gphy_dc_lt_init() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xcdc6e0): Section mismatch in reference from the function ath11k_mac_bcn_tx_event() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xce3040): Section mismatch in reference from the function ath11k_mac_op_ampdu_action() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd233ca): Section mismatch in reference from the function b43_calc_nrssi_slope() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce5966): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .init.text:init_ntfs_fs()
<< WARNING: modpost: vmlinux.o(.text+0xd2401a): Section mismatch in reference from the function b43_set_txpower_g() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24478): Section mismatch in reference from the function b43_set_all_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd2457e): Section mismatch in reference from the function b43_set_original_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24758): Section mismatch in reference from the function b43_radio_interference_mitigation_disable() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce59a4): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd28972): Section mismatch in reference from the function b43_gphy_dc_lt_init() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xcdc6e0): Section mismatch in reference from the function ath11k_mac_bcn_tx_event() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xce3040): Section mismatch in reference from the function ath11k_mac_op_ampdu_action() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd233ca): Section mismatch in reference from the function b43_calc_nrssi_slope() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce5966): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .init.text:init_ntfs_fs()
<< WARNING: modpost: vmlinux.o(.text+0xd2401a): Section mismatch in reference from the function b43_set_txpower_g() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24478): Section mismatch in reference from the function b43_set_all_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd2457e): Section mismatch in reference from the function b43_set_original_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24758): Section mismatch in reference from the function b43_radio_interference_mitigation_disable() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce59a4): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd28972): Section mismatch in reference from the function b43_gphy_dc_lt_init() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xcdc6e0): Section mismatch in reference from the function ath11k_mac_bcn_tx_event() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xce3040): Section mismatch in reference from the function ath11k_mac_op_ampdu_action() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd233ca): Section mismatch in reference from the function b43_calc_nrssi_slope() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce5966): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .init.text:init_ntfs_fs()
<< WARNING: modpost: vmlinux.o(.text+0xd2401a): Section mismatch in reference from the function b43_set_txpower_g() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24478): Section mismatch in reference from the function b43_set_all_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd2457e): Section mismatch in reference from the function b43_set_original_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24758): Section mismatch in reference from the function b43_radio_interference_mitigation_disable() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce59a4): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd28972): Section mismatch in reference from the function b43_gphy_dc_lt_init() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xcdc6e0): Section mismatch in reference from the function ath11k_mac_bcn_tx_event() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xce3040): Section mismatch in reference from the function ath11k_mac_op_ampdu_action() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd233ca): Section mismatch in reference from the function b43_calc_nrssi_slope() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce5966): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .init.text:init_ntfs_fs()
<< WARNING: modpost: vmlinux.o(.text+0xd2401a): Section mismatch in reference from the function b43_set_txpower_g() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24478): Section mismatch in reference from the function b43_set_all_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd2457e): Section mismatch in reference from the function b43_set_original_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24758): Section mismatch in reference from the function b43_radio_interference_mitigation_disable() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce59a4): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd28972): Section mismatch in reference from the function b43_gphy_dc_lt_init() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xcdc6e0): Section mismatch in reference from the function ath11k_mac_bcn_tx_event() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xce3040): Section mismatch in reference from the function ath11k_mac_op_ampdu_action() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd233ca): Section mismatch in reference from the function b43_calc_nrssi_slope() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce5966): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .init.text:init_ntfs_fs()
<< WARNING: modpost: vmlinux.o(.text+0xd2401a): Section mismatch in reference from the function b43_set_txpower_g() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24478): Section mismatch in reference from the function b43_set_all_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd2457e): Section mismatch in reference from the function b43_set_original_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24758): Section mismatch in reference from the function b43_radio_interference_mitigation_disable() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce59a4): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd28972): Section mismatch in reference from the function b43_gphy_dc_lt_init() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xcdc6e0): Section mismatch in reference from the function ath11k_mac_bcn_tx_event() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xce3040): Section mismatch in reference from the function ath11k_mac_op_ampdu_action() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd233ca): Section mismatch in reference from the function b43_calc_nrssi_slope() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce5966): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .init.text:init_ntfs_fs()
<< WARNING: modpost: vmlinux.o(.text+0xd2401a): Section mismatch in reference from the function b43_set_txpower_g() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24478): Section mismatch in reference from the function b43_set_all_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd2457e): Section mismatch in reference from the function b43_set_original_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24758): Section mismatch in reference from the function b43_radio_interference_mitigation_disable() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce59a4): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd28972): Section mismatch in reference from the function b43_gphy_dc_lt_init() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xcdc6e0): Section mismatch in reference from the function ath11k_mac_bcn_tx_event() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xce3040): Section mismatch in reference from the function ath11k_mac_op_ampdu_action() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd233ca): Section mismatch in reference from the function b43_calc_nrssi_slope() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce5966): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .init.text:init_ntfs_fs()
<< WARNING: modpost: vmlinux.o(.text+0xd2401a): Section mismatch in reference from the function b43_set_txpower_g() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24478): Section mismatch in reference from the function b43_set_all_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd2457e): Section mismatch in reference from the function b43_set_original_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24758): Section mismatch in reference from the function b43_radio_interference_mitigation_disable() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce59a4): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd28972): Section mismatch in reference from the function b43_gphy_dc_lt_init() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xcdc6e0): Section mismatch in reference from the function ath11k_mac_bcn_tx_event() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xce3040): Section mismatch in reference from the function ath11k_mac_op_ampdu_action() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd233ca): Section mismatch in reference from the function b43_calc_nrssi_slope() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce5966): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .init.text:init_ntfs_fs()
<< WARNING: modpost: vmlinux.o(.text+0xd2401a): Section mismatch in reference from the function b43_set_txpower_g() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24478): Section mismatch in reference from the function b43_set_all_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd2457e): Section mismatch in reference from the function b43_set_original_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24758): Section mismatch in reference from the function b43_radio_interference_mitigation_disable() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce59a4): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd28972): Section mismatch in reference from the function b43_gphy_dc_lt_init() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xcdc6e0): Section mismatch in reference from the function ath11k_mac_bcn_tx_event() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xce3040): Section mismatch in reference from the function ath11k_mac_op_ampdu_action() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd233ca): Section mismatch in reference from the function b43_calc_nrssi_slope() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce5966): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .init.text:init_ntfs_fs()
<< WARNING: modpost: vmlinux.o(.text+0xd2401a): Section mismatch in reference from the function b43_set_txpower_g() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24478): Section mismatch in reference from the function b43_set_all_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd2457e): Section mismatch in reference from the function b43_set_original_gains() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xd24758): Section mismatch in reference from the function b43_radio_interference_mitigation_disable() to the function .init.text:set_reset_devices()
<< WARNING: modpost: vmlinux.o(.text+0xce59a4): Section mismatch in reference from the function ath11k_mac_op_assign_vif_chanctx() to the function .exit.text:test_ww_mutex_exit()
<< WARNING: modpost: vmlinux.o(.text+0xd28972): Section mismatch in reference from the function b43_gphy_dc_lt_init() to the function .init.text:set_reset_devices()

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

                 reply	other threads:[~2022-04-05 22:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202204060222.wCunKJY5-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=llvm@lists.linux.dev \
    --cc=peterz@infradead.org \
    --cc=tim.c.chen@linux.intel.com \
    --cc=yu.c.chen@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox