From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="S4w7Gxxs" Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6DFDF121; Thu, 14 Dec 2023 09:25:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1702574737; x=1734110737; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=n7sgoh155H8eAHnmAlShMHrMmOd3VKlxViI4CSkmeBM=; b=S4w7GxxsiAyVYsj+gRhoRXIWTz3qNs72S3a+RrKX9t4oxb1688GZHJhg 0Al5oXVQmnW+vV77ncyknZK77i9UjG7pK86JQa9iRppJWdHepvw7x7T4P PhqOdnm0XeBByXc2bGCxvkRVfQFOGyhsPH1wdvmxDvC946Do9UnOCnJxf RkKmEm/Gag0gtXB0hRgOQTLo8Rey/wz18HldfovXVcU46jDWa1gnuUmlT Cde7vWbJUOmw4QelxzHCngSnq2MGEzJ+ezr5JcHUb02gquSlkcigVr6y0 zGRbL+2T5Hz8HOQid7ZZcLqGQkp0tn2jOlPfP4nS9qMZW5YJ9q6b10EXV A==; X-IronPort-AV: E=McAfee;i="6600,9927,10924"; a="374662134" X-IronPort-AV: E=Sophos;i="6.04,276,1695711600"; d="scan'208";a="374662134" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Dec 2023 09:25:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10924"; a="777963121" X-IronPort-AV: E=Sophos;i="6.04,276,1695711600"; d="scan'208";a="777963121" Received: from lkp-server02.sh.intel.com (HELO b07ab15da5fe) ([10.239.97.151]) by fmsmga007.fm.intel.com with ESMTP; 14 Dec 2023 09:25:30 -0800 Received: from kbuild by b07ab15da5fe with local (Exim 4.96) (envelope-from ) id 1rDpSQ-000MO6-2P; Thu, 14 Dec 2023 17:25:14 +0000 Date: Fri, 15 Dec 2023 01:24:00 +0800 From: kernel test robot To: Gregory Price , linux-mm@kvack.org Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, x86@kernel.org, akpm@linux-foundation.org, arnd@arndb.de, tglx@linutronix.de, luto@kernel.org, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, hpa@zytor.com, mhocko@kernel.org, tj@kernel.org, ying.huang@intel.com, gregory.price@memverge.com, corbet@lwn.net, rakie.kim@sk.com, hyeongtak.ji@sk.com, honggyu.kim@sk.com, vtavarespetr@micron.com, peterz@infradead.org, jgroves@micron.com, ravis.opensrc@micron.com, sthanneeru@micron.com, emirakhur@micron.com, Hasan.Maruf@amd.com, seungjun.ha@samsung.com Subject: Re: [PATCH v3 08/11] mm/mempolicy: add set_mempolicy2 syscall Message-ID: <202312150125.MYsauj7B-lkp@intel.com> References: <20231213224118.1949-9-gregory.price@memverge.com> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231213224118.1949-9-gregory.price@memverge.com> Hi Gregory, kernel test robot noticed the following build errors: [auto build test ERROR on akpm-mm/mm-everything] [also build test ERROR on deller-parisc/for-next powerpc/next powerpc/fixes s390/features jcmvbkbc-xtensa/xtensa-for-next arnd-asm-generic/master linus/master v6.7-rc5] [cannot apply to geert-m68k/for-next geert-m68k/for-linus tip/x86/asm next-20231214] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Gregory-Price/mm-mempolicy-implement-the-sysfs-based-weighted_interleave-interface/20231214-064236 base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything patch link: https://lore.kernel.org/r/20231213224118.1949-9-gregory.price%40memverge.com patch subject: [PATCH v3 08/11] mm/mempolicy: add set_mempolicy2 syscall config: x86_64-randconfig-002-20231214 (https://download.01.org/0day-ci/archive/20231215/202312150125.MYsauj7B-lkp@intel.com/config) compiler: clang version 16.0.4 (https://github.com/llvm/llvm-project.git ae42196bc493ffe877a7e3dff8be32035dea4d07) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231215/202312150125.MYsauj7B-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202312150125.MYsauj7B-lkp@intel.com/ All errors (new ones prefixed by >>): >> ld.lld: error: undefined symbol: __x64_sys_set_mempolicy2 >>> referenced by syscall_64.c >>> arch/x86/entry/syscall_64.o:(sys_call_table) in archive vmlinux.a >>> did you mean: __x64_sys_set_mempolicy >>> defined in: vmlinux.a(kernel/sys_ni.o) -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki