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 5C336C433EF for ; Wed, 23 Mar 2022 22:13:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345166AbiCWWOv (ORCPT ); Wed, 23 Mar 2022 18:14:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241243AbiCWWOp (ORCPT ); Wed, 23 Mar 2022 18:14:45 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F5DF5C871; Wed, 23 Mar 2022 15:13:14 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CDB42617A3; Wed, 23 Mar 2022 22:13:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B0740C340E8; Wed, 23 Mar 2022 22:13:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1648073593; bh=GVW7c7hhrRFbkL8w+WMuFuS1n0YCG9iV99pcNSRGqDg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=u9FvMkpXubTNDn4g9ArSG2VK57P2cvmKmkoKcCTH85E5lfaTEw924a/QKjsYS6O3d CSaPtnMy3QWCQvlDr8kvLG/GP31St966/zS9LlSj1VOcUfNk1JbW3IZiA762tlslNI NiweYuGqU4sU6Dg84zJaoGk/LoomPr+Ft+Nuu3iA= Date: Wed, 23 Mar 2022 15:13:11 -0700 From: Andrew Morton To: kernel test robot Cc: Muchun Song , corbet@lwn.net, mike.kravetz@oracle.com, mcgrof@kernel.org, keescook@chromium.org, yzaikin@google.com, osalvador@suse.de, david@redhat.com, kbuild-all@lists.01.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, duanxiongchun@bytedance.com, smuchun@gmail.com Subject: Re: [PATCH v5 1/4] mm: hugetlb_vmemmap: introduce STRUCT_PAGE_SIZE_IS_POWER_OF_2 Message-Id: <20220323151311.289dd405440932e1d6d80f30@linux-foundation.org> In-Reply-To: <202203240546.MHJzsBaO-lkp@intel.com> References: <20220323125523.79254-2-songmuchun@bytedance.com> <202203240546.MHJzsBaO-lkp@intel.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 24 Mar 2022 06:06:41 +0800 kernel test robot wrote: > Hi Muchun, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on hnaz-mm/master] > [also build test ERROR on linus/master next-20220323] > [cannot apply to mcgrof/sysctl-next v5.17] > [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/0day-ci/linux/commits/Muchun-Song/add-hugetlb_free_vmemmap-sysctl/20220323-205902 > base: https://github.com/hnaz/linux-mm master > config: arc-randconfig-r043-20220323 (https://download.01.org/0day-ci/archive/20220324/202203240546.MHJzsBaO-lkp@intel.com/config) > compiler: arc-elf-gcc (GCC) 11.2.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/0day-ci/linux/commit/64211be650af117819368a26d7b86c33df5deea4 > git remote add linux-review https://github.com/0day-ci/linux > git fetch --no-tags linux-review Muchun-Song/add-hugetlb_free_vmemmap-sysctl/20220323-205902 > git checkout 64211be650af117819368a26d7b86c33df5deea4 > # save the config file to linux build tree > mkdir build_dir > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arc prepare > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > > All errors (new ones prefixed by >>): > > >> cc1: fatal error: cannot open 'kernel/bounds.s' for writing: No such file or directory It would take a lot of talent for Munchun to have caused this! Methinks you just ran out of disk space? From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============5323703038541880311==" MIME-Version: 1.0 From: Andrew Morton To: kbuild-all@lists.01.org Subject: Re: [PATCH v5 1/4] mm: hugetlb_vmemmap: introduce STRUCT_PAGE_SIZE_IS_POWER_OF_2 Date: Wed, 23 Mar 2022 15:13:11 -0700 Message-ID: <20220323151311.289dd405440932e1d6d80f30@linux-foundation.org> In-Reply-To: <202203240546.MHJzsBaO-lkp@intel.com> List-Id: --===============5323703038541880311== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Thu, 24 Mar 2022 06:06:41 +0800 kernel test robot wrot= e: > Hi Muchun, > = > Thank you for the patch! Yet something to improve: > = > [auto build test ERROR on hnaz-mm/master] > [also build test ERROR on linus/master next-20220323] > [cannot apply to mcgrof/sysctl-next v5.17] > [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/0day-ci/linux/commits/Muchun-Song/add-hugetlb_= free_vmemmap-sysctl/20220323-205902 > base: https://github.com/hnaz/linux-mm master > config: arc-randconfig-r043-20220323 (https://download.01.org/0day-ci/arc= hive/20220324/202203240546.MHJzsBaO-lkp(a)intel.com/config) > compiler: arc-elf-gcc (GCC) 11.2.0 > reproduce (this is a W=3D1 build): > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbi= n/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # https://github.com/0day-ci/linux/commit/64211be650af117819368a2= 6d7b86c33df5deea4 > git remote add linux-review https://github.com/0day-ci/linux > git fetch --no-tags linux-review Muchun-Song/add-hugetlb_free_vme= mmap-sysctl/20220323-205902 > git checkout 64211be650af117819368a26d7b86c33df5deea4 > # save the config file to linux build tree > mkdir build_dir > COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.2.0 make.cro= ss O=3Dbuild_dir ARCH=3Darc prepare > = > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > = > All errors (new ones prefixed by >>): > = > >> cc1: fatal error: cannot open 'kernel/bounds.s' for writing: No such f= ile or directory It would take a lot of talent for Munchun to have caused this! Methinks you just ran out of disk space? --===============5323703038541880311==--