linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>,
	linux-kernel@vger.kernel.org
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	osalvador@suse.de, 42.hyeyoo@gmail.com, byungchul@sk.com,
	dave.hansen@linux.intel.com, luto@kernel.org,
	peterz@infradead.org, akpm@linux-foundation.org,
	stable@vger.kernel.org, linux-mm@kvack.org,
	max.byungchul.park@sk.com, max.byungchul.park@gmail.com
Subject: Re: [PATCH] mm: introduce include/linux/pgalloc.h
Date: Tue, 11 Mar 2025 23:24:42 +0800	[thread overview]
Message-ID: <202503112344.GSI5KIK4-lkp@intel.com> (raw)
In-Reply-To: <20250311114420.240341-1-gwan-gyeong.mun@intel.com>

Hi Gwan-gyeong,

kernel test robot noticed the following build errors:

[auto build test ERROR on tip/x86/mm]
[also build test ERROR on linus/master v6.14-rc6]
[cannot apply to akpm-mm/mm-everything tip/x86/core next-20250311]
[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/Gwan-gyeong-Mun/mm-introduce-include-linux-pgalloc-h/20250311-194723
base:   tip/x86/mm
patch link:    https://lore.kernel.org/r/20250311114420.240341-1-gwan-gyeong.mun%40intel.com
patch subject: [PATCH] mm: introduce include/linux/pgalloc.h
config: x86_64-buildonly-randconfig-002-20250311 (https://download.01.org/0day-ci/archive/20250311/202503112344.GSI5KIK4-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250311/202503112344.GSI5KIK4-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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202503112344.GSI5KIK4-lkp@intel.com/

All errors (new ones prefixed by >>):

>> arch/x86/mm/init_64.c:236:6: error: redefinition of 'arch_sync_global_p4ds'
     236 | void arch_sync_global_p4ds(unsigned long start, unsigned long end) {}
         |      ^~~~~~~~~~~~~~~~~~~~~
   arch/x86/mm/init_64.c:228:6: note: previous definition of 'arch_sync_global_p4ds' with type 'void(long unsigned int,  long unsigned int)'
     228 | void arch_sync_global_p4ds(unsigned long start, unsigned long end)
         |      ^~~~~~~~~~~~~~~~~~~~~
>> arch/x86/mm/init_64.c:238:6: error: redefinition of 'arch_sync_global_pgds'
     238 | void arch_sync_global_pgds(unsigned long start, unsigned long end)
         |      ^~~~~~~~~~~~~~~~~~~~~
   arch/x86/mm/init_64.c:233:6: note: previous definition of 'arch_sync_global_pgds' with type 'void(long unsigned int,  long unsigned int)'
     233 | void arch_sync_global_pgds(unsigned long start, unsigned long end) {}
         |      ^~~~~~~~~~~~~~~~~~~~~


vim +/arch_sync_global_p4ds +236 arch/x86/mm/init_64.c

   234	
   235	#if CONFIG_PGTABLE_LEVELS > 4
 > 236	void arch_sync_global_p4ds(unsigned long start, unsigned long end) {}
   237	
 > 238	void arch_sync_global_pgds(unsigned long start, unsigned long end)
   239	{
   240		sync_global_pgds(start, end);
   241	}
   242	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


  reply	other threads:[~2025-03-11 15:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-11 11:44 Gwan-gyeong Mun
2025-03-11 15:24 ` kernel test robot [this message]
2025-03-11 19:28 ` Dave Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202503112344.GSI5KIK4-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=42.hyeyoo@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=byungchul@sk.com \
    --cc=dave.hansen@linux.intel.com \
    --cc=gwan-gyeong.mun@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=llvm@lists.linux.dev \
    --cc=luto@kernel.org \
    --cc=max.byungchul.park@gmail.com \
    --cc=max.byungchul.park@sk.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=osalvador@suse.de \
    --cc=peterz@infradead.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox