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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id D41CDC433F5 for ; Tue, 1 Mar 2022 07:11:40 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 49B698D0002; Tue, 1 Mar 2022 02:11:40 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 423538D0001; Tue, 1 Mar 2022 02:11:40 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 2C4838D0002; Tue, 1 Mar 2022 02:11:40 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (relay.a.hostedemail.com [64.99.140.24]) by kanga.kvack.org (Postfix) with ESMTP id 188E58D0001 for ; Tue, 1 Mar 2022 02:11:40 -0500 (EST) Received: from smtpin12.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay10.hostedemail.com (Postfix) with ESMTP id C54B41065 for ; Tue, 1 Mar 2022 07:11:39 +0000 (UTC) X-FDA: 79194947118.12.6890999 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by imf16.hostedemail.com (Postfix) with ESMTP id 93942180004 for ; Tue, 1 Mar 2022 07:11:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646118698; x=1677654698; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=y7ESzQYUAvvUNEJwaw5lridID5w/kruqkaekP5hLO+4=; b=XY3/kpXxi6V1kfgOija5Wmv3wC6OnjQS3Tcql7oKmMre+mLFJTc7TBOX eJSbyhinsy8f/kBsP6iY7X3jdWU1UDbu18IYm6XOV0I87sd0MpYIj7Cag K5zeTdfl5YBC3J0HBvr3OwXlOREOjIkDNQGKGl2YoT5pcD3z8EPY1tK9j mTeZTLL9mXWJBs5BgbqgG1oWoL1iQoNG4VvslQDPo9Y0LHx/gzcvFdrxV WJHUdmGSITtELdzT/xzIGb7Fudn+raw/4obXWzFQCxbPoNnuYnNjhNSfL qLI06Y7JjQsv+uiiBKfcbP+1MUGKq/KgsRSEBk8muMmrYD1BeFoui6vEf A==; X-IronPort-AV: E=McAfee;i="6200,9189,10272"; a="233691658" X-IronPort-AV: E=Sophos;i="5.90,145,1643702400"; d="scan'208";a="233691658" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Feb 2022 23:11:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,145,1643702400"; d="scan'208";a="639274100" Received: from lkp-server01.sh.intel.com (HELO 2146afe809fb) ([10.239.97.150]) by fmsmga002.fm.intel.com with ESMTP; 28 Feb 2022 23:11:31 -0800 Received: from kbuild by 2146afe809fb with local (Exim 4.92) (envelope-from ) id 1nOwfS-00006J-EX; Tue, 01 Mar 2022 07:11:30 +0000 Date: Tue, 1 Mar 2022 15:11:16 +0800 From: kernel test robot To: Hyeonggon Yoo <42.hyeyoo@gmail.com>, Vlastimil Babka Cc: kbuild-all@lists.01.org, David Rientjes , Christoph Lameter , Joonsoo Kim , Pekka Enberg , Roman Gushchin , Andrew Morton , Linux Memory Management List , patches@lists.linux.dev, linux-kernel@vger.kernel.org, Oliver Glitta , Faiyaz Mohammed , Dmitry Vyukov , Eric Dumazet , Jarkko Sakkinen , Johannes Berg , Yury Norov , Arnd Bergmann , James Bottomley , Matteo Croce , Marco Elver , Andrey Konovalov , Imran Khan , Zqiang Subject: Re: [PATCH v2] mm/slub: initialize stack depot in boot process Message-ID: <202203011512.U0o5cAx4-lkp@intel.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspam-User: X-Rspamd-Server: rspam02 X-Rspamd-Queue-Id: 93942180004 X-Stat-Signature: mf6ocofwuagrtppzagpa3okmf3h14m4h Authentication-Results: imf16.hostedemail.com; dkim=pass header.d=intel.com header.s=Intel header.b="XY3/kpXx"; dmarc=pass (policy=none) header.from=intel.com; spf=none (imf16.hostedemail.com: domain of lkp@intel.com has no SPF policy when checking 192.55.52.151) smtp.mailfrom=lkp@intel.com X-HE-Tag: 1646118698-800289 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: Hi Hyeonggon, Thank you for the patch! Yet something to improve: [auto build test ERROR on vbabka/slub-stackdepot-v1] [also build test ERROR on linus/master v5.17-rc6 next-20220228] [cannot apply to hnaz-mm/master] [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/Hyeonggon-Yoo/mm-slub-initialize-stack-depot-in-boot-process/20220301-113825 base: https://git.kernel.org/pub/scm/linux/kernel/git/vbabka/linux.git slub-stackdepot-v1 config: i386-tinyconfig (https://download.01.org/0day-ci/archive/20220301/202203011512.U0o5cAx4-lkp@intel.com/config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce (this is a W=1 build): # https://github.com/0day-ci/linux/commit/dd9dbeec7444b13b510dc4a863e9593d1799f965 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Hyeonggon-Yoo/mm-slub-initialize-stack-depot-in-boot-process/20220301-113825 git checkout dd9dbeec7444b13b510dc4a863e9593d1799f965 # save the config file to linux build tree mkdir build_dir make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): ld: arch/x86/kernel/ebda.o: in function `slab_stack_depot_init': >> ebda.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: init/main.o: in function `slab_stack_depot_init': main.c:(.text+0x32): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: init/do_mounts.o: in function `slab_stack_depot_init': do_mounts.c:(.text+0x5): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: init/noinitramfs.o: in function `slab_stack_depot_init': noinitramfs.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: init/init_task.o: in function `slab_stack_depot_init': init_task.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/entry/syscall_32.o: in function `slab_stack_depot_init': syscall_32.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/entry/common.o: in function `slab_stack_depot_init': common.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/entry/vdso/vma.o: in function `slab_stack_depot_init': vma.c:(.text+0x1d0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/entry/vdso/extable.o: in function `slab_stack_depot_init': extable.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/events/core.o: in function `slab_stack_depot_init': core.c:(.text+0x903): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/events/amd/core.o: in function `slab_stack_depot_init': core.c:(.text+0x70b): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/events/intel/core.o: in function `slab_stack_depot_init': core.c:(.text+0x1cbc): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/events/intel/bts.o: in function `slab_stack_depot_init': bts.c:(.text+0x6b2): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/events/intel/ds.o: in function `slab_stack_depot_init': ds.c:(.text+0x14ad): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/events/intel/knc.o: in function `slab_stack_depot_init': knc.c:(.text+0x2b1): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/events/intel/lbr.o: in function `slab_stack_depot_init': lbr.c:(.text+0x6c8): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/events/intel/p4.o: in function `slab_stack_depot_init': p4.c:(.text+0x5f8): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/events/intel/p6.o: in function `slab_stack_depot_init': p6.c:(.text+0xc4): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/events/intel/pt.o: in function `slab_stack_depot_init': pt.c:(.text+0x641): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/events/zhaoxin/core.o: in function `slab_stack_depot_init': core.c:(.text+0x460): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/realmode/init.o: in function `slab_stack_depot_init': init.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/process_32.o: in function `slab_stack_depot_init': process_32.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/signal.o: in function `slab_stack_depot_init': signal.c:(.text+0x5b4): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/traps.o: in function `slab_stack_depot_init': traps.c:(.text+0x288): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/idt.o: in function `slab_stack_depot_init': idt.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/irq.o: in function `slab_stack_depot_init': irq.c:(.text+0x4f): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/irq_32.o: in function `slab_stack_depot_init': irq_32.c:(.text+0x1): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/dumpstack_32.o: in function `slab_stack_depot_init': dumpstack_32.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/time.o: in function `slab_stack_depot_init': time.c:(.text+0xd): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/ioport.o: in function `slab_stack_depot_init': ioport.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/dumpstack.o: in function `slab_stack_depot_init': dumpstack.c:(.text+0x11e): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/nmi.o: in function `slab_stack_depot_init': nmi.c:(.text+0x74): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/setup.o: in function `slab_stack_depot_init': setup.c:(.text+0x3): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/x86_init.o: in function `slab_stack_depot_init': x86_init.c:(.text+0x39): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/i8259.o: in function `slab_stack_depot_init': i8259.c:(.text+0x2c4): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/irqinit.o: in function `slab_stack_depot_init': irqinit.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/irq_work.o: in function `slab_stack_depot_init': irq_work.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/probe_roms.o: in function `slab_stack_depot_init': probe_roms.c:(.text+0x1a3): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/sys_ia32.o: in function `slab_stack_depot_init': sys_ia32.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/bootflag.o: in function `slab_stack_depot_init': bootflag.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/e820.o: in function `slab_stack_depot_init': e820.c:(.text+0xbf): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/pci-dma.o: in function `slab_stack_depot_init': pci-dma.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/quirks.o: in function `slab_stack_depot_init': quirks.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/topology.o: in function `slab_stack_depot_init': topology.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/kdebugfs.o: in function `slab_stack_depot_init': kdebugfs.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/alternative.o: in function `slab_stack_depot_init': alternative.c:(.text+0x320): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/hw_breakpoint.o: in function `slab_stack_depot_init': hw_breakpoint.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/rtc.o: in function `slab_stack_depot_init': rtc.c:(.text+0x41): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/pci-iommu_table.o: in function `slab_stack_depot_init': pci-iommu_table.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/process.o: in function `slab_stack_depot_init': process.c:(.text+0xcf): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here ld: arch/x86/kernel/fpu/init.o: in function `slab_stack_depot_init': init.c:(.text+0x0): multiple definition of `slab_stack_depot_init'; arch/x86/kernel/head32.o:head32.c:(.text+0x0): first defined here --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org