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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 22F28C433F5 for ; Thu, 5 May 2022 12:50:17 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 6D5476B0071; Thu, 5 May 2022 08:50:17 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 65E376B0073; Thu, 5 May 2022 08:50:17 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 4D5E36B0074; Thu, 5 May 2022 08:50:17 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0012.hostedemail.com [216.40.44.12]) by kanga.kvack.org (Postfix) with ESMTP id 3778A6B0071 for ; Thu, 5 May 2022 08:50:17 -0400 (EDT) Received: from smtpin28.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay13.hostedemail.com (Postfix) with ESMTP id 16FDE61FDA for ; Thu, 5 May 2022 12:50:17 +0000 (UTC) X-FDA: 79431672474.28.3E5C1B4 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by imf31.hostedemail.com (Postfix) with ESMTP id BD62220095 for ; Thu, 5 May 2022 12:49:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651755016; x=1683291016; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=A9PXcXkJKXOiPlbiJL9+S1g3O2eDE4FkjAv8/9Dq67g=; b=HeTPhaB+AKC0pwrGWDnawoEKydUf8hvI3mMTWGdv20ErkTfpcgTptBvw LAlCNsdGLS63EMfUzsrcuPQok+tRjUsFtMeiJMX2HTchnbNZym59H2VGz pSRnRpHy0pq1RQQLs9W8RBwDBIWOGnk5PZENEOh3qBRYRlK3ajTkh/tDU p/Y1DQyQ/wS2GsVEv/gITDEMpXoy+gZjIQuVMsVzm53Mf7u1ST+4D1NDI wns6QIJaMHUnjDMyljGedFze2k904gC273UUFGuuf1bn+vQpRKh5h716s Op4SLqxVoaP5b7lkFnGbHjwAIrAumNJFKoyHbdlEk8r1SaZ1JbN2rCGuE A==; X-IronPort-AV: E=McAfee;i="6400,9594,10337"; a="250082036" X-IronPort-AV: E=Sophos;i="5.91,201,1647327600"; d="scan'208";a="250082036" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 May 2022 05:50:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,201,1647327600"; d="scan'208";a="585302810" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by orsmga008.jf.intel.com with ESMTP; 05 May 2022 05:50:08 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1nmavn-000CPo-Ur; Thu, 05 May 2022 12:50:07 +0000 Date: Thu, 5 May 2022 20:49:47 +0800 From: kernel test robot To: cgel.zte@gmail.com, akpm@linux-foundation.org, hannes@cmpxchg.org, willy@infradead.org, shy828301@gmail.com Cc: kbuild-all@lists.01.org, mhocko@kernel.org, roman.gushchin@linux.dev, shakeelb@google.com, linmiaohe@huawei.com, william.kucharski@oracle.com, peterx@redhat.com, hughd@google.com, vbabka@suse.cz, songmuchun@bytedance.com, surenb@google.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, cgroups@vger.kernel.org, Yang Yang Subject: Re: [PATCH] mm/memcg: support control THP behaviour in cgroup Message-ID: <202205052006.qFYTjcyt-lkp@intel.com> References: <20220505033814.103256-1-xu.xin16@zte.com.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220505033814.103256-1-xu.xin16@zte.com.cn> X-Rspamd-Queue-Id: BD62220095 X-Stat-Signature: i3rhpm14yawpnxmmfrwerqh9wr1nhcg9 X-Rspam-User: Authentication-Results: imf31.hostedemail.com; dkim=pass header.d=intel.com header.s=Intel header.b=HeTPhaB+; spf=none (imf31.hostedemail.com: domain of lkp@intel.com has no SPF policy when checking 134.134.136.126) smtp.mailfrom=lkp@intel.com; dmarc=pass (policy=none) header.from=intel.com X-Rspamd-Server: rspam09 X-HE-Tag: 1651754999-415024 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: Hi, Thank you for the patch! Yet something to improve: [auto build test ERROR on linux/master] [also build test ERROR on linus/master v5.18-rc5 next-20220505] [cannot apply to hnaz-mm/master] [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] url: https://github.com/intel-lab-lkp/linux/commits/cgel-zte-gmail-com/mm-memcg-support-control-THP-behaviour-in-cgroup/20220505-114028 base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 107c948d1d3e61d10aee9d0f7c3d81bbee9842af config: mips-decstation_64_defconfig (https://download.01.org/0day-ci/archive/20220505/202205052006.qFYTjcyt-lkp@intel.com/config) compiler: mips64el-linux-gcc (GCC) 11.3.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/f08a35b9798572693a91c6a3d823ed9ae54ef688 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review cgel-zte-gmail-com/mm-memcg-support-control-THP-behaviour-in-cgroup/20220505-114028 git checkout f08a35b9798572693a91c6a3d823ed9ae54ef688 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=mips 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 >>): mips64el-linux-ld: mm/memory.o: in function `__handle_mm_fault': memory.c:(.text+0x60a8): undefined reference to `__transparent_hugepage_enabled' >> mips64el-linux-ld: memory.c:(.text+0x6108): undefined reference to `__transparent_hugepage_enabled' mips64el-linux-ld: mm/huge_memory.o: in function `transparent_hugepage_active': huge_memory.c:(.text+0x21e4): undefined reference to `__transparent_hugepage_enabled' -- 0-DAY CI Kernel Test Service https://01.org/lkp