From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-6.2 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gnuweeb.org (Postfix) with ESMTPS id 643887E72A for ; Tue, 29 Mar 2022 23:44:38 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=D/zIAoGm; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648597478; x=1680133478; h=date:from:to:cc:subject:message-id:mime-version; bh=speghwG/kDuu6gieJgV3YwbIIRKuWKtfC6MjDLbv7KI=; b=D/zIAoGmBvqX9+0unNyrkoAP94ffoBrunXL547hDkHBsWEJb9ow+Be89 CLsRXGBiRcqY5709eu7N+CxDI9U2cB0KYGVIMSh6Vb1bWbppPf+oKGSDx LKN/R4lp1Hk99M31h3rmcQ5FYgfb4Ru2qpo0ruT0igYfGI30PKmE8B/qH olfLOKbmYn1bbONgl8y1vCvrZzkl4NeFgZN42+WXCL6LMeRI0uoEETkNR 4hnoQ3oTRyYKyE2auNfdbkKDABK1gZEYX+cbQyl1FN6hv80QZjDCT5pEP 2O5YFkSEr9Q/E+SO5ojZnX/4DwgqaLYgqCNkitBJVWZXNkofYyEldlfXT Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10301"; a="259588286" X-IronPort-AV: E=Sophos;i="5.90,220,1643702400"; d="scan'208";a="259588286" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2022 16:44:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,220,1643702400"; d="scan'208";a="585788837" Received: from lkp-server01.sh.intel.com (HELO 3965e2759b93) ([10.239.97.150]) by orsmga001.jf.intel.com with ESMTP; 29 Mar 2022 16:44:32 -0700 Received: from kbuild by 3965e2759b93 with local (Exim 4.92) (envelope-from ) id 1nZLVo-0000m8-5C; Tue, 29 Mar 2022 23:44:32 +0000 Date: Wed, 30 Mar 2022 07:43:31 +0800 From: kernel test robot To: Michael Walle Cc: kbuild-all@lists.01.org, GNU/Weeb Mailing List , linux-kernel@vger.kernel.org, Paolo Abeni , Andrew Lunn Subject: [ammarfaizi2-block:netdev/net/master 5/5] WARNING: modpost: vmlinux.o(.text+0x10fd3d4): Section mismatch in reference from the function dev_pm_opp_get_required_pstate() to the variable .init.text:.LVL1152 Message-ID: <202203300723.6j7VZep1-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: tree: https://github.com/ammarfaizi2/linux-block netdev/net/master head: ad7da1ce5749c0eb4f09dd7e5510123be56f10fb commit: ad7da1ce5749c0eb4f09dd7e5510123be56f10fb [5/5] net: lan966x: fix kernel oops on ioctl when I/F is down config: riscv-buildonly-randconfig-r002-20220329 (https://download.01.org/0day-ci/archive/20220330/202203300723.6j7VZep1-lkp@intel.com/config) compiler: riscv32-linux-gcc (GCC) 11.2.0 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 # https://github.com/ammarfaizi2/linux-block/commit/ad7da1ce5749c0eb4f09dd7e5510123be56f10fb git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block netdev/net/master git checkout ad7da1ce5749c0eb4f09dd7e5510123be56f10fb # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=riscv SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>, old ones prefixed by <<): >> WARNING: modpost: vmlinux.o(.text+0x10fd3d4): Section mismatch in reference from the function dev_pm_opp_get_required_pstate() to the variable .init.text:.LVL1152 The function dev_pm_opp_get_required_pstate() references the variable __init .LVL1152. This is often because dev_pm_opp_get_required_pstate lacks a __init annotation or the annotation of .LVL1152 is wrong. -- >> WARNING: modpost: vmlinux.o(.text+0x10fd708): Section mismatch in reference from the function dev_pm_opp_get_voltage() to the variable .init.text:.LBB5481 The function dev_pm_opp_get_voltage() references the variable __init .LBB5481. This is often because dev_pm_opp_get_voltage lacks a __init annotation or the annotation of .LBB5481 is wrong. -- >> WARNING: modpost: vmlinux.o(__ex_table+0x1260): Section mismatch in reference from the variable .L0 to the variable .debug_str:.LASF127 FATAL: modpost: extable_entry size hasn't been discovered! Note: the below error/warnings can be found in parent commit: << WARNING: modpost: vmlinux.o(.text+0x1082068): Section mismatch in reference from the function i3c_generic_ibi_recycle_slot() to the variable .init.text:.L0 << WARNING: modpost: vmlinux.o(.text+0x10fd6cc): Section mismatch in reference from the function dev_pm_opp_get_voltage() to the variable .init.text:.LBB5464 << WARNING: modpost: vmlinux.o(__ex_table+0x1260): Section mismatch in reference from the variable .L0 to the variable .debug_str:.LASF114 << WARNING: modpost: vmlinux.o(.text+0x10fd778): Section mismatch in reference from the function dev_pm_opp_get_level() to the variable .init.text:.LVL1150 << WARNING: modpost: vmlinux.o(.text+0x10fd7d4): Section mismatch in reference from the function dev_pm_opp_is_turbo() to the variable .init.text:.LVL1151 << WARNING: modpost: vmlinux.o(.text+0x12037d0): Section mismatch in reference from the function skb_send_sock_locked() to the variable .init.text:.L0 << WARNING: modpost: vmlinux.o(.text.unlikely+0x29b9c): Section mismatch in reference from the function hwmon_device_register() to the variable .init.text:.LVL283 << WARNING: modpost: vmlinux.o(.text+0x1082068): Section mismatch in reference from the function i3c_generic_ibi_recycle_slot() to the variable .init.text:.L0 << WARNING: modpost: vmlinux.o(.text+0x10fd6cc): Section mismatch in reference from the function dev_pm_opp_get_voltage() to the variable .init.text:.LBB5464 << WARNING: modpost: vmlinux.o(__ex_table+0x1260): Section mismatch in reference from the variable .L0 to the variable .debug_str:.LASF114 << WARNING: modpost: vmlinux.o(.text+0x10fd778): Section mismatch in reference from the function dev_pm_opp_get_level() to the variable .init.text:.LVL1150 << WARNING: modpost: vmlinux.o(.text+0x10fd7d4): Section mismatch in reference from the function dev_pm_opp_is_turbo() to the variable .init.text:.LVL1151 << WARNING: modpost: vmlinux.o(.text+0x12037d0): Section mismatch in reference from the function skb_send_sock_locked() to the variable .init.text:.L0 << WARNING: modpost: vmlinux.o(.text.unlikely+0x29b9c): Section mismatch in reference from the function hwmon_device_register() to the variable .init.text:.LVL283 << WARNING: modpost: vmlinux.o(.text+0x1082068): Section mismatch in reference from the function i3c_generic_ibi_recycle_slot() to the variable .init.text:.L0 << WARNING: modpost: vmlinux.o(.text+0x10fd6cc): Section mismatch in reference from the function dev_pm_opp_get_voltage() to the variable .init.text:.LBB5464 << WARNING: modpost: vmlinux.o(__ex_table+0x1260): Section mismatch in reference from the variable .L0 to the variable .debug_str:.LASF114 << WARNING: modpost: vmlinux.o(.text+0x10fd778): Section mismatch in reference from the function dev_pm_opp_get_level() to the variable .init.text:.LVL1150 << WARNING: modpost: vmlinux.o(.text+0x10fd7d4): Section mismatch in reference from the function dev_pm_opp_is_turbo() to the variable .init.text:.LVL1151 << WARNING: modpost: vmlinux.o(.text+0x12037d0): Section mismatch in reference from the function skb_send_sock_locked() to the variable .init.text:.L0 << WARNING: modpost: vmlinux.o(.text.unlikely+0x29b9c): Section mismatch in reference from the function hwmon_device_register() to the variable .init.text:.LVL283 -- 0-DAY CI Kernel Test Service https://01.org/lkp