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 59256C433EF for ; Sun, 12 Jun 2022 12:19:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236605AbiFLMTK (ORCPT ); Sun, 12 Jun 2022 08:19:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55790 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236563AbiFLMTJ (ORCPT ); Sun, 12 Jun 2022 08:19:09 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2D761289AF for ; Sun, 12 Jun 2022 05:19:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655036348; x=1686572348; h=date:from:to:cc:subject:message-id:mime-version; bh=sLBZBvK11VBMSoNl2Oiecb+z1RGenIBzp2JmMO+TJfQ=; b=EtuQ7YS56jrXztchwAkM9EuWqJPpB4ssm3KL1EedW3lND1VmuGRpBYKi rQLkTE22rpAKoi1GE+HtDrtASIpyyilxYs0k2E5NTINDAjHBgBLVydRZL S/HirNeudwBa8yR+uqOEwGzCyZxzq9WBW2fI+Jz7DQqhCouznMfc+kMDc 8o0un0XLIPiKOccEYTPrXHZE+Js+RheD+lD15FABFH9b4DGVinMnvQW1u zDG4TwV9wQ4PmbUcD1Bw2BUVlB6OQEL3mEGiAE3q7gNJ6Neq5eHXn/IGz YButK/cy8ZsWpoXrGFFFQV8QLzIX4AKgrOFKz4Hb4GLjk5w6L6L+DbhTC A==; X-IronPort-AV: E=McAfee;i="6400,9594,10375"; a="275570171" X-IronPort-AV: E=Sophos;i="5.91,294,1647327600"; d="scan'208";a="275570171" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jun 2022 05:19:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,294,1647327600"; d="scan'208";a="587233000" Received: from lkp-server01.sh.intel.com (HELO 60dabacc1df6) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 12 Jun 2022 05:19:06 -0700 Received: from kbuild by 60dabacc1df6 with local (Exim 4.95) (envelope-from ) id 1o0MYc-000Ju5-Bf; Sun, 12 Jun 2022 12:19:06 +0000 Date: Sun, 12 Jun 2022 20:18:10 +0800 From: kernel test robot To: Dominique Martinet Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: [martinetd:9p-next 11/13] ERROR: modpost: "p9_fid_put" [fs/9p/9p.ko] undefined! Message-ID: <202206122057.RBESqurT-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://github.com/martinetd/linux.git 9p-next head: 9bb9cdaaa704d542e2fca976fa17f80f769fc341 commit: 6334def2e0b55439c8d86b769b23c03fb79f8ec4 [11/13] 9p fid refcount: add p9_fid_get/put wrappers config: i386-randconfig-a015 (https://download.01.org/0day-ci/archive/20220612/202206122057.RBESqurT-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 6466c9abf3674bade1f6ee859f24ebc7aaf9cd88) 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/martinetd/linux/commit/6334def2e0b55439c8d86b769b23c03fb79f8ec4 git remote add martinetd https://github.com/martinetd/linux.git git fetch --no-tags martinetd 9p-next git checkout 6334def2e0b55439c8d86b769b23c03fb79f8ec4 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "p9_fid_put" [fs/9p/9p.ko] undefined! >> ERROR: modpost: "p9_fid_get" [fs/9p/9p.ko] undefined! -- 0-DAY CI Kernel Test Service https://01.org/lkp