From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 53F288F52 for ; Fri, 24 Nov 2023 07:57:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="P4xDW8Ym" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700812647; x=1732348647; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=UYPAO64ZClBCPpC98acLPQNy+fbTSwDw31rmX9KRTDE=; b=P4xDW8YmY+MSLSXB9MgCQ7troU9ezmjjxmfCXsQEKNLMcyiP/4LdJuWG NtN9F0npqmFympv9cHa9IyiTc2wy8Tw0Wd1pWTkUIIr51N4c+vJ38HOL0 eIsNyX81D5wtAZ7k39Fxeh1qlzUn0XI40fJt/JxWPPcCeS+tMqRUlJFOf DcllmJ5FHo3khCQuq61UcWqzdxqgixXCB4MRWH7aMO8DLkGoCRfwFoksn w6rQd291Jcrye20SLyzZR36ftteKtWff/inS3ZgshDDpKBqL0Ncnfs/9B kBKwnQ6B9TCeeKO2BVtoPVdoCYRTqiYIKm5n2E/VuLKzgeaHOp3yrLGFM Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10902"; a="395199277" X-IronPort-AV: E=Sophos;i="6.04,223,1695711600"; d="scan'208";a="395199277" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Nov 2023 23:57:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10902"; a="767393103" X-IronPort-AV: E=Sophos;i="6.04,223,1695711600"; d="scan'208";a="767393103" Received: from lkp-server01.sh.intel.com (HELO d584ee6ebdcc) ([10.239.97.150]) by orsmga002.jf.intel.com with ESMTP; 23 Nov 2023 23:57:25 -0800 Received: from kbuild by d584ee6ebdcc with local (Exim 4.96) (envelope-from ) id 1r6R3z-0002Ei-1A; Fri, 24 Nov 2023 07:57:23 +0000 Date: Fri, 24 Nov 2023 15:56:38 +0800 From: kernel test robot To: Gregory Price Cc: oe-kbuild-all@lists.linux.dev Subject: Re: [RFC PATCH 07/11] mm/mempolicy: add task mempolicy syscall variants Message-ID: <202311241138.PCtOMpL7-lkp@intel.com> References: <20231122211200.31620-8-gregory.price@memverge.com> Precedence: bulk X-Mailing-List: oe-kbuild-all@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231122211200.31620-8-gregory.price@memverge.com> Hi Gregory, [This is a private test report for your RFC patch.] kernel test robot noticed the following build errors: [auto build test ERROR on akpm-mm/mm-everything] url: https://github.com/intel-lab-lkp/linux/commits/Gregory-Price/mm-mempolicy-refactor-do_set_mempolicy-for-code-re-use/20231123-115126 base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything patch link: https://lore.kernel.org/r/20231122211200.31620-8-gregory.price%40memverge.com patch subject: [RFC PATCH 07/11] mm/mempolicy: add task mempolicy syscall variants config: loongarch-allnoconfig (https://download.01.org/0day-ci/archive/20231124/202311241138.PCtOMpL7-lkp@intel.com/config) compiler: loongarch64-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231124/202311241138.PCtOMpL7-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/202311241138.PCtOMpL7-lkp@intel.com/ All errors (new ones prefixed by >>): >> loongarch64-linux-ld: arch/loongarch/kernel/syscall.o:(.data+0xe48): undefined reference to `sys_set_task_mempolicy' >> loongarch64-linux-ld: arch/loongarch/kernel/syscall.o:(.data+0xe50): undefined reference to `sys_get_task_mempolicy' >> loongarch64-linux-ld: arch/loongarch/kernel/syscall.o:(.data+0xe58): undefined reference to `sys_set_task_mempolicy_home_node' >> loongarch64-linux-ld: arch/loongarch/kernel/syscall.o:(.data+0xe60): undefined reference to `sys_task_mbind' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki