From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.21]) (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 2AF33446DB for ; Wed, 24 Jul 2024 21:10:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.21 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721855443; cv=none; b=UC7UduV7KXlSxUHZaKrPhCdVtqfbfozNy9+eBp5b2bVtusGv0wrbQNJdv5zo8Tp+HiEcllMsYMbkIMe125SgF3oU4TaTdXK+xZc8XgiTOQNeV85VeVi3QC+UWKE8+T9hcb7dGd2dCoJhe8D/ZcjqLpji1DKEyt87/Lf1sByQDKs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721855443; c=relaxed/simple; bh=wW/zXMdyruZKDdE2qo8r0fZhyxISzk1l6ky+xuxNND8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Q55MVrBkewNATCjOLGusBvVRHeqJqwrXvbH3IIcHOjL/miqUBe1MAIsjEn8KOVQhhRmspcXvspWbnMZv38w6cAoF1UhBfGv0bU4hLM9ErTABEyM2sWM2LjAu380JlB8BC2ZXIc872+RjiR3iLkcRVk50cUO02Zr2GDTBGZpLJFE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=ZdY+YmJq; arc=none smtp.client-ip=198.175.65.21 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="ZdY+YmJq" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1721855441; x=1753391441; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=wW/zXMdyruZKDdE2qo8r0fZhyxISzk1l6ky+xuxNND8=; b=ZdY+YmJqMaNl8dTjg2ZijBbJpvrgQpROzulyRBi8dLEbggPBf47QrEbk 86pJDMh/byNXHNAMnBtSIdBHIg8eZfmknv8DXJ377cqX+zGuJsHDzvjDF WneMK7TX0yO0gbeYFFfr+Sf0Z5xR0WYH8WY3owC1z8kLSv4WADksT/iIW uKS6xswpHz0ggU+tWHGS/NpenqDzT1PLETdZ2EZhTPKJcmw2DACIxRY/h NlW4eOUIib7AhqA4jBmhWkNP1ogidJu3ZlsultIn0hvxSy36A+35K+Ruw zE+zqmw3cMozHiW0NuS8iOz+GL1Iz1RKKhaWkHdAzoeOQPhy6gGZTpCa8 g==; X-CSE-ConnectionGUID: 8/1K8CHkTpWHbwphCD+SQQ== X-CSE-MsgGUID: rE1FttUTRJOTR5MDxIKT1Q== X-IronPort-AV: E=McAfee;i="6700,10204,11143"; a="19525060" X-IronPort-AV: E=Sophos;i="6.09,233,1716274800"; d="scan'208";a="19525060" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by orvoesa113.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jul 2024 14:10:40 -0700 X-CSE-ConnectionGUID: 5BSAbpxrR5q0RmoXRdzeOg== X-CSE-MsgGUID: yAByFR9DTiiLZeZ7zkBs8Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,233,1716274800"; d="scan'208";a="57523681" Received: from lkp-server01.sh.intel.com (HELO 68891e0c336b) ([10.239.97.150]) by orviesa003.jf.intel.com with ESMTP; 24 Jul 2024 14:10:38 -0700 Received: from kbuild by 68891e0c336b with local (Exim 4.96) (envelope-from ) id 1sWjFr-000nRG-1J; Wed, 24 Jul 2024 21:10:35 +0000 Date: Thu, 25 Jul 2024 05:09:38 +0800 From: kernel test robot To: "Matthew Wilcox (Oracle)" , Linus Torvalds Cc: oe-kbuild-all@lists.linux.dev, LKML , "Matthew Wilcox (Oracle)" , Andrew Morton , Linux Memory Management List Subject: Re: [PATCH 2/2] mm: Remove PG_error Message-ID: <202407250459.K6byaMoI-lkp@intel.com> References: <20240724010550.1755992-3-willy@infradead.org> 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: <20240724010550.1755992-3-willy@infradead.org> Hi Matthew, kernel test robot noticed the following build errors: [auto build test ERROR on akpm-mm/mm-everything] [also build test ERROR on linux/master linus/master v6.10 next-20240724] [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/Matthew-Wilcox-Oracle/fs-Remove-calls-to-set-and-clear-the-folio-error-flag/20240724-111138 base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything patch link: https://lore.kernel.org/r/20240724010550.1755992-3-willy%40infradead.org patch subject: [PATCH 2/2] mm: Remove PG_error config: parisc-allnoconfig (https://download.01.org/0day-ci/archive/20240725/202407250459.K6byaMoI-lkp@intel.com/config) compiler: hppa-linux-gcc (GCC) 14.1.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240725/202407250459.K6byaMoI-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/202407250459.K6byaMoI-lkp@intel.com/ All errors (new ones prefixed by >>): In file included from mm/debug.c:13: >> include/trace/events/mmflags.h:98:44: error: 'PG_error' undeclared here (not in a function); did you mean 'ma_error'? 98 | #define DEF_PAGEFLAG_NAME(_name) { 1UL << PG_##_name, __stringify(_name) } | ^~~ include/trace/events/mmflags.h:103:9: note: in expansion of macro 'DEF_PAGEFLAG_NAME' 103 | DEF_PAGEFLAG_NAME(error), \ | ^~~~~~~~~~~~~~~~~ mm/debug.c:35:9: note: in expansion of macro '__def_pageflag_names' 35 | __def_pageflag_names, | ^~~~~~~~~~~~~~~~~~~~ -- fs/proc/page.c: In function 'stable_page_flags': >> fs/proc/page.c:185:49: error: 'PG_error' undeclared (first use in this function); did you mean 'ma_error'? 185 | u |= kpf_copy_bit(k, KPF_ERROR, PG_error); | ^~~~~~~~ | ma_error fs/proc/page.c:185:49: note: each undeclared identifier is reported only once for each function it appears in vim +98 include/trace/events/mmflags.h 4beba9486abd2f8 Steven Price 2020-04-22 97 e26fcc02c7f6c76 Hyeonggon Yoo 2023-01-30 @98 #define DEF_PAGEFLAG_NAME(_name) { 1UL << PG_##_name, __stringify(_name) } e26fcc02c7f6c76 Hyeonggon Yoo 2023-01-30 99 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki