From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 C4E7D7F1 for ; Sat, 18 Feb 2023 07:44:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676706263; x=1708242263; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=B3vrgcjxXzgxJ+QYmug2afsscYcxMQZmU6I8HqEn5K8=; b=kyM1qdSiaZEChCWrskME5zfO5PxILFAzdnheMZAj9ngV5FYyo7HZaSTx dbE69PD+9IUdYBZdjoWAziKLwtKqWILAN5KHV2u5y7n1HS4aDdtGyOyOF iJDCLjwfp4Ej/H9poD2RmLla+/wSI8Ssnlx4FdDiD4MGcGPhW/o0ikCLt 2mtw/Z6ylhTr9hLgSdgWWjW+DpNZSqzQVlUKxNMRPtZ6TUTSaoHNf58Pw Ng0AuxmeZv/3C3EThmkziC+mlZAyjwo/CMytuhML6JmYOYKET3PHQgShU NMqa3SbBj9T9qIyZH2HZrzYVefX++ZstLYKAzY8JG26cNzWZcxF2+0TlN Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10624"; a="359609657" X-IronPort-AV: E=Sophos;i="5.97,306,1669104000"; d="scan'208";a="359609657" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Feb 2023 23:44:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10624"; a="780044153" X-IronPort-AV: E=Sophos;i="5.97,306,1669104000"; d="scan'208";a="780044153" Received: from lkp-server01.sh.intel.com (HELO 4455601a8d94) ([10.239.97.150]) by fmsmga002.fm.intel.com with ESMTP; 17 Feb 2023 23:43:51 -0800 Received: from kbuild by 4455601a8d94 with local (Exim 4.96) (envelope-from ) id 1pTHst-000CDN-11; Sat, 18 Feb 2023 07:43:51 +0000 Date: Sat, 18 Feb 2023 15:43:08 +0800 From: kernel test robot To: James Houghton , Mike Kravetz , Muchun Song , Peter Xu , Andrew Morton Cc: oe-kbuild-all@lists.linux.dev, Linux Memory Management List , David Hildenbrand , David Rientjes , Axel Rasmussen , Mina Almasry , Zach O'Keefe , Manish Mishra , Naoya Horiguchi , "Dr . David Alan Gilbert" , "Matthew Wilcox (Oracle)" , Vlastimil Babka , Baolin Wang , Miaohe Lin , Yang Shi , Frank van der Linden , Jiaqi Yan , linux-kernel@vger.kernel.org, James Houghton Subject: Re: [PATCH v2 13/46] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step Message-ID: <202302181558.6o0zw4Cl-lkp@intel.com> References: <20230218002819.1486479-14-jthoughton@google.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: <20230218002819.1486479-14-jthoughton@google.com> Hi James, Thank you for the patch! Yet something to improve: [auto build test ERROR on next-20230217] [cannot apply to kvm/queue shuah-kselftest/next shuah-kselftest/fixes arnd-asm-generic/master linus/master kvm/linux-next v6.2-rc8 v6.2-rc7 v6.2-rc6 v6.2-rc8] [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/James-Houghton/hugetlb-don-t-set-PageUptodate-for-UFFDIO_CONTINUE/20230218-083216 patch link: https://lore.kernel.org/r/20230218002819.1486479-14-jthoughton%40google.com patch subject: [PATCH v2 13/46] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step config: loongarch-allyesconfig (https://download.01.org/0day-ci/archive/20230218/202302181558.6o0zw4Cl-lkp@intel.com/config) compiler: loongarch64-linux-gcc (GCC) 12.1.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://github.com/intel-lab-lkp/linux/commit/7e55fe945a1b5f042746277050390bdeba9e22d2 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review James-Houghton/hugetlb-don-t-set-PageUptodate-for-UFFDIO_CONTINUE/20230218-083216 git checkout 7e55fe945a1b5f042746277050390bdeba9e22d2 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=loongarch olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=loongarch SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202302181558.6o0zw4Cl-lkp@intel.com/ All errors (new ones prefixed by >>): loongarch64-linux-ld: mm/hugetlb.o: in function `.L142': >> hugetlb.c:(.text+0x9ec): undefined reference to `hugetlb_walk_step' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests