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 E54D9CD98F5 for ; Wed, 11 Oct 2023 06:03:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344240AbjJKGDQ (ORCPT ); Wed, 11 Oct 2023 02:03:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42156 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343606AbjJKGDO (ORCPT ); Wed, 11 Oct 2023 02:03:14 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B3F48E for ; Tue, 10 Oct 2023 23:03:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697004192; x=1728540192; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=+aFsqdT7zUgX/gFyU6EpDMlHC5OqVJQcUBakYkaTSE0=; b=X0Z6uPcqSWinqThjN7R21+exJJoKXOdsidTh8bFV3kwIzk3fzzIpEXPo dzL5MCX2iSDHkRoARzkCQpiWCkagNlSpOKN6okgBCPEqGX118NISvhrB+ IREmkJs/kesjbTVatO/yRzgvHCz7s9vGukPfaPe2gVcqJv1z3+FVP5VzA wTfQTG3olWk3lV8OtD2mhAxPRjJ3/CB307MIxKucpQEITsXsJC0fL6XH/ hJbCd9luGJGSWgylADUjLcLBC/svV1hLQkJ6W4q0nFjB1XhcHgWDiPPim 74d7MhdEVdgffC7R16m5ErsifFUWwtKmQB8E8h9MJRUyOyIVRaoWDReUQ w==; X-IronPort-AV: E=McAfee;i="6600,9927,10859"; a="363945675" X-IronPort-AV: E=Sophos;i="6.03,214,1694761200"; d="scan'208";a="363945675" 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230929114421.3761121-5-ryan.roberts@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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