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 211C0C433EF for ; Fri, 3 Dec 2021 18:02:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353439AbhLCSFw (ORCPT ); Fri, 3 Dec 2021 13:05:52 -0500 Received: from mga12.intel.com ([192.55.52.136]:9294 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236479AbhLCSFv (ORCPT ); Fri, 3 Dec 2021 13:05:51 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10187"; a="217046510" X-IronPort-AV: E=Sophos;i="5.87,284,1631602800"; d="scan'208";a="217046510" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Dec 2021 10:02:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,284,1631602800"; d="scan'208";a="460119513" Received: from lkp-server02.sh.intel.com (HELO 9e1e9f9b3bcb) ([10.239.97.151]) by orsmga003.jf.intel.com with ESMTP; 03 Dec 2021 10:02:18 -0800 Received: from kbuild by 9e1e9f9b3bcb with local (Exim 4.92) (envelope-from ) id 1mtCsz-000HtX-CD; Fri, 03 Dec 2021 18:02:17 +0000 Date: Sat, 4 Dec 2021 02:02:03 +0800 From: kernel test robot To: Luis Chamberlain Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: [mcgrof-next:20211129-sysctl-cleanups 6/26] ERROR: modpost: "register_sysctl_mount_point" [fs/binfmt_misc.ko] undefined! Message-ID: <202112040103.lehXOUmh-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/mcgrof/linux-next.git 20211129-sysctl-cleanups head: 8f9490fc4fbbefd14e10ab51979a7b3adb7a4403 commit: e60f9391586d30ae0a867fb5663d462564ac54fa [6/26] fs: move binfmt_misc sysctl to its own file config: x86_64-rhel-8.3-kselftests (https://download.01.org/0day-ci/archive/20211204/202112040103.lehXOUmh-lkp@intel.com/config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce (this is a W=1 build): # https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux-next.git/commit/?id=e60f9391586d30ae0a867fb5663d462564ac54fa git remote add mcgrof-next https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux-next.git git fetch --no-tags mcgrof-next 20211129-sysctl-cleanups git checkout e60f9391586d30ae0a867fb5663d462564ac54fa # save the config file to linux build tree mkdir build_dir make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "register_sysctl_mount_point" [fs/binfmt_misc.ko] undefined! --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org