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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8DEF9CD98F3 for ; Wed, 11 Oct 2023 06:04:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=EyXfrOzsLQpMpXGF0hkBwdmqgIwjL+xZ5PLWwJ6zRKs=; b=RLV3Uem49bjNJd jZ0ehOYAKoZPbWRY17f2p1Krdjb/1Sy3GfWOUUy0kSn8YYBCHkl6eIJ1D5Vi7TswwA2NTx0gEmqQ9 NCL8Pz9eoTXUzO7qIkixA1eBWDD3ui8ZzZDHZZGB4irdwbCuRQ1up2Uh9Qe8Hlpco+kaVMw5QA0hx GnsfMnBVLoCwqeGqe3AuSdo/znBghY0usyM8R5MmcTtBqkFTmzQzMA48QeMf6rjAZ3lKaWK5Lj6EI 6zO7ev/d4J6d75SUFFq+Vr/Vj+oHku6GQgzKdiGL97GtgJfs6GMZfdecGH+TD9iQENaa4JTYlE3dA w4gxpWM9j20Xslgn8UTQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qqSJS-00Et7M-2k; Wed, 11 Oct 2023 06:03:18 +0000 Received: from mgamail.intel.com ([192.55.52.136]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qqSJO-00Et5s-0R for linux-arm-kernel@lists.infradead.org; Wed, 11 Oct 2023 06:03:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697004194; x=1728540194; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=+aFsqdT7zUgX/gFyU6EpDMlHC5OqVJQcUBakYkaTSE0=; b=AVH+Gb9Ngy6ciqc6ZmPzYLujQCIz6CoTVoxZjABjrAHeU21uVY1PHtXg 3N2gKeyQJEiPNItbA0rVcMR/OIXoSf3CjGZPytLc7YLCDA6yg0FmTkwKM V/o+hnilDYUnE0pa7rjYzvcdHOxBkchl58O1fXm8z7+20xi03CpPefKrE V4DX//8UVSSBnEsvOcyemk91aM6BZXik8o3O2mRsOdKN8hcwlTyFnYGlJ kwZ9HfONIf0Lmz4O9yB5xJtv/V6Ykk9sF+iw1UWcRtwzV6jryGq6Wc08n Jma7BZscficBQgMdXwjn+P+E3IKwJ+3PmG9Izt8c97dlFIiR+X2YmYlXF g==; X-IronPort-AV: E=McAfee;i="6600,9927,10859"; a="363945681" X-IronPort-AV: E=Sophos;i="6.03,214,1694761200"; d="scan'208";a="363945681" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Oct 2023 23:03:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10859"; a="897506883" X-IronPort-AV: E=Sophos;i="6.03,214,1694761200"; d="scan'208";a="897506883" Received: from lkp-server02.sh.intel.com (HELO f64821696465) ([10.239.97.151]) by fmsmga001.fm.intel.com with ESMTP; 10 Oct 2023 23:01:22 -0700 Received: from kbuild by f64821696465 with local (Exim 4.96) (envelope-from ) id 1qqSJE-0001nx-1H; Wed, 11 Oct 2023 06:03:04 +0000 Date: Wed, 11 Oct 2023 14:02:14 +0800 From: kernel test robot To: Ryan Roberts , Andrew Morton , Matthew Wilcox , Yin Fengwei , David Hildenbrand , Yu Zhao , Catalin Marinas , Anshuman Khandual , Yang Shi , "Huang, Ying" , Zi Yan , Luis Chamberlain , Itaru Kitayama , "Kirill A. Shutemov" , John Hubbard , David Rientjes , Vlastimil Babka , Hugh Dickins Cc: oe-kbuild-all@lists.linux.dev, Linux Memory Management List , Ryan Roberts , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v6 4/9] mm: thp: Introduce anon_orders and anon_always_mask sysfs files Message-ID: <202310111302.ahYvNKX4-lkp@intel.com> References: <20230929114421.3761121-5-ryan.roberts@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230929114421.3761121-5-ryan.roberts@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231010_230314_204773_96BA1A78 X-CRM114-Status: GOOD ( 13.50 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Ryan, kernel test robot noticed the following build errors: [auto build test ERROR on arm64/for-next/core] [also build test ERROR on linus/master v6.6-rc5] [cannot apply to akpm-mm/mm-everything tj-cgroup/for-next next-20231010] [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/Ryan-Roberts/mm-Allow-deferred-splitting-of-arbitrary-anon-large-folios/20230929-194541 base: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-next/core patch link: https://lore.kernel.org/r/20230929114421.3761121-5-ryan.roberts%40arm.com patch subject: [PATCH v6 4/9] mm: thp: Introduce anon_orders and anon_always_mask sysfs files config: powerpc-allmodconfig (https://download.01.org/0day-ci/archive/20231011/202310111302.ahYvNKX4-lkp@intel.com/config) compiler: powerpc64-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231011/202310111302.ahYvNKX4-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/202310111302.ahYvNKX4-lkp@intel.com/ All errors (new ones prefixed by >>): In file included from include/linux/bits.h:6, from include/linux/ratelimit_types.h:5, from include/linux/printk.h:9, from include/asm-generic/bug.h:22, from arch/powerpc/include/asm/bug.h:116, from include/linux/bug.h:5, from include/linux/mmdebug.h:5, from include/linux/mm.h:6, from mm/huge_memory.c:8: >> include/vdso/bits.h:7:33: error: initializer element is not constant 7 | #define BIT(nr) (UL(1) << (nr)) | ^ mm/huge_memory.c:73:47: note: in expansion of macro 'BIT' 73 | unsigned int huge_anon_orders __read_mostly = BIT(PMD_ORDER); | ^~~ vim +7 include/vdso/bits.h 3945ff37d2f48d Vincenzo Frascino 2020-03-20 6 3945ff37d2f48d Vincenzo Frascino 2020-03-20 @7 #define BIT(nr) (UL(1) << (nr)) cbdb1f163af2bb Andy Shevchenko 2022-11-28 8 #define BIT_ULL(nr) (ULL(1) << (nr)) 3945ff37d2f48d Vincenzo Frascino 2020-03-20 9 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel