From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============5806638055746101990==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: WARNING: modpost: drivers/char/agp/parisc-agp.o(.text+0x7a0): Section mismatch in reference from the function init_module() to the function .init.text:parisc_agp_setup.isra.0() Date: Fri, 26 Nov 2021 07:45:14 +0800 Message-ID: <202111260703.dxphy7BO-lkp@intel.com> List-Id: --===============5806638055746101990== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git = master head: 8ced7ca3570333998ad2088d5a6275701970e28e commit: e5a2cac908df691f1637f9272d4c6dec83239611 parisc: Drop __arch_swab16= (), arch_swab24(), _arch_swab32() and __arch_swab64() functions date: 3 months ago config: parisc-randconfig-r036-20211123 (https://download.01.org/0day-ci/ar= chive/20211126/202111260703.dxphy7BO-lkp(a)intel.com/config) compiler: hppa64-linux-gcc (GCC) 11.2.0 reproduce (this is a W=3D1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/= make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.gi= t/commit/?id=3De5a2cac908df691f1637f9272d4c6dec83239611 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/gi= t/torvalds/linux.git git fetch --no-tags linus master git checkout e5a2cac908df691f1637f9272d4c6dec83239611 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.2.0 make.cross= O=3Dbuild_dir ARCH=3Dparisc SHELL=3D/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: drivers/char/agp/parisc-agp.o(.text+0x7a0): Section mi= smatch in reference from the function init_module() to the function .init.t= ext:parisc_agp_setup.isra.0() The function init_module() references the function __init parisc_agp_setup.isra.0(). This is often because init_module lacks a __init annotation or the annotation of parisc_agp_setup.isra.0 is wrong. --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============5806638055746101990==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6DD62C433EF for ; Thu, 25 Nov 2021 23:48:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350152AbhKYXvO (ORCPT ); Thu, 25 Nov 2021 18:51:14 -0500 Received: from mga01.intel.com ([192.55.52.88]:30943 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351007AbhKYXtK (ORCPT ); Thu, 25 Nov 2021 18:49:10 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10179"; a="259480101" X-IronPort-AV: E=Sophos;i="5.87,263,1631602800"; d="scan'208";a="259480101" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Nov 2021 15:45:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,263,1631602800"; d="scan'208";a="457506530" Received: from lkp-server02.sh.intel.com (HELO 9e1e9f9b3bcb) ([10.239.97.151]) by orsmga003.jf.intel.com with ESMTP; 25 Nov 2021 15:45:56 -0800 Received: from kbuild by 9e1e9f9b3bcb with local (Exim 4.92) (envelope-from ) id 1mqOR9-00075W-Qt; Thu, 25 Nov 2021 23:45:55 +0000 Date: Fri, 26 Nov 2021 07:45:14 +0800 From: kernel test robot To: Helge Deller Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: WARNING: modpost: drivers/char/agp/parisc-agp.o(.text+0x7a0): Section mismatch in reference from the function init_module() to the function .init.text:parisc_agp_setup.isra.0() Message-ID: <202111260703.dxphy7BO-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) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 8ced7ca3570333998ad2088d5a6275701970e28e commit: e5a2cac908df691f1637f9272d4c6dec83239611 parisc: Drop __arch_swab16(), arch_swab24(), _arch_swab32() and __arch_swab64() functions date: 3 months ago config: parisc-randconfig-r036-20211123 (https://download.01.org/0day-ci/archive/20211126/202111260703.dxphy7BO-lkp@intel.com/config) compiler: hppa64-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://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e5a2cac908df691f1637f9272d4c6dec83239611 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout e5a2cac908df691f1637f9272d4c6dec83239611 # 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=parisc 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: drivers/char/agp/parisc-agp.o(.text+0x7a0): Section mismatch in reference from the function init_module() to the function .init.text:parisc_agp_setup.isra.0() The function init_module() references the function __init parisc_agp_setup.isra.0(). This is often because init_module lacks a __init annotation or the annotation of parisc_agp_setup.isra.0 is wrong. --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org