From: Chuanhua Han <chuanhuahan@gmail.com>
To: "Liu, Yujie" <yujie.liu@intel.com>
Cc: lkp <lkp@intel.com>,
"v-songbaohua@oppo.com" <v-songbaohua@oppo.com>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
"hanchuanhua@oppo.com" <hanchuanhua@oppo.com>,
"llvm@lists.linux.dev" <llvm@lists.linux.dev>,
"oe-kbuild-all@lists.linux.dev" <oe-kbuild-all@lists.linux.dev>,
"akpm@linux-foundation.org" <akpm@linux-foundation.org>
Subject: Re: [akpm-mm:mm-unstable 360/372] ld.lld: error: duplicate symbol: swap_free_nr
Date: Fri, 12 Apr 2024 10:56:28 +0800 [thread overview]
Message-ID: <CANzGp4LUBMt0A7VMh2thb++m3xenh3Ma73KKWcZd1KFJ1cvTyg@mail.gmail.com> (raw)
In-Reply-To: <aabc4a544ca716166b956810dd164b870ad756df.camel@intel.com>
Liu, Yujie <yujie.liu@intel.com> 于2024年4月12日周五 10:48写道:
>
> On Thu, 2024-04-11 at 19:11 +0800, Chuanhua Han wrote:
> > kernel test robot <lkp@intel.com> 于2024年4月11日周四 18:32写道:
> > >
> > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-unstable
> > > head: de14d5f2a9ff2df737a01575ee95bc5a35f5853d
> > > commit: ca23b4d4cae5d32a9d22fb3c39550dcf43df83f9 [360/372] mm: swap: introduce swap_free_nr() for batched swap_free()
> > > config: arm-allnoconfig (https://download.01.org/0day-ci/archive/20240411/202404111834.XUWxYckr-lkp@intel.com/config)
> > > compiler: clang version 19.0.0git (https://github.com/llvm/llvm-project 8b3b4a92adee40483c27f26c478a384cd69c6f05)
> > > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240411/202404111834.XUWxYckr-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/202404111834.XUWxYckr-lkp@intel.com/
> > >
> > > All errors (new ones prefixed by >>):
> > >
> > > > > ld.lld: error: duplicate symbol: swap_free_nr
> > > >>> defined at main.c
> > > >>> init/main.o:(swap_free_nr) in archive vmlinux.a
> > > >>> defined at vsprintf.c
> > > >>> vsprintf.o:(.text+0x1) in archive lib/lib.a
> > > --
> > > > > ld.lld: error: duplicate symbol: swap_free_nr
> > > >>> defined at main.c
> > > >>> init/main.o:(swap_free_nr) in archive vmlinux.a
> > > >>> defined at platform.c
> > > >>> drivers/of/platform.o:(.text+0x1) in archive vmlinux.a
> > > --
> > > > > ld.lld: error: duplicate symbol: swap_free_nr
> > > >>> defined at main.c
> > > >>> init/main.o:(swap_free_nr) in archive vmlinux.a
> > > >>> defined at bdev.c
> > > >>> block/bdev.o:(.text+0x1) in archive vmlinux.a
> > > --
> > > > > ld.lld: error: duplicate symbol: swap_free_nr
> > > >>> defined at main.c
> > > >>> init/main.o:(swap_free_nr) in archive vmlinux.a
> > > >>> defined at commoncap.c
> > > >>> security/commoncap.o:(.text+0x1) in archive vmlinux.a
> > > --
> > > > > ld.lld: error: duplicate symbol: swap_free_nr
> > > >>> defined at main.c
> > > >>> init/main.o:(swap_free_nr) in archive vmlinux.a
> > > >>> defined at meminfo.c
> > > >>> fs/proc/meminfo.o:(.text+0x1) in archive vmlinux.a
> > > --
> > > > > ld.lld: error: duplicate symbol: swap_free_nr
> > > >>> defined at main.c
> > > >>> init/main.o:(swap_free_nr) in archive vmlinux.a
> > > >>> defined at array.c
> > > >>> fs/proc/array.o:(.text+0x1) in archive vmlinux.a
> > > --
> > > > > ld.lld: error: duplicate symbol: swap_free_nr
> > > >>> defined at main.c
> > > >>> init/main.o:(swap_free_nr) in archive vmlinux.a
> > > >>> defined at base.c
> > > >>> fs/proc/base.o:(.text+0x1) in archive vmlinux.a
> > > --
> > > > > ld.lld: error: duplicate symbol: swap_free_nr
> > > >>> defined at main.c
> > > >>> init/main.o:(swap_free_nr) in archive vmlinux.a
> > > >>> defined at nommu.c
> > > >>> fs/proc/nommu.o:(.text+0x1) in archive vmlinux.a
> > > --
> > > > > ld.lld: error: duplicate symbol: swap_free_nr
> > > >>> defined at main.c
> > > >>> init/main.o:(swap_free_nr) in archive vmlinux.a
> > > >>> defined at buffered-io.c
> > > >>> fs/iomap/buffered-io.o:(.text+0x1) in archive vmlinux.a
> > > --
> > > > > ld.lld: error: duplicate symbol: swap_free_nr
> > > >>> defined at main.c
> > > >>> init/main.o:(swap_free_nr) in archive vmlinux.a
> > > >>> defined at drop_caches.c
> > > >>> fs/drop_caches.o:(.text+0x1) in archive vmlinux.a
> > > --
> > > > > ld.lld: error: duplicate symbol: swap_free_nr
> > > >>> defined at main.c
> > > >>> init/main.o:(swap_free_nr) in archive vmlinux.a
> > > >>> defined at coredump.c
> > > >>> fs/coredump.o:(.text+0x1) in archive vmlinux.a
> > > ..
> > >
> >
> > Hi,
> > thank you!
> >
> > SeongJae reported this and fixed it with a patch here:
> > https://lore.kernel.org/linux-mm/20240410233759.274907-1-sj@kernel.org/
> >
> > Can you please test it?
>
> We tested the patch in the link above, and confirmed it fixes the build
> issue in this report.
>
> Tested-by: Yujie Liu <yujie.liu@intel.com>
Nice, thank you for your test :)
>
> Thanks
>
> > > --
> > > 0-DAY CI Kernel Test Service
> > > https://github.com/intel/lkp-tests/wiki
> > >
> >
> >
>
--
Thanks,
Chuanhua
prev parent reply other threads:[~2024-04-12 2:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-11 10:29 kernel test robot
2024-04-11 11:11 ` Chuanhua Han
2024-04-12 2:47 ` Liu, Yujie
2024-04-12 2:56 ` Chuanhua Han [this message]
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=CANzGp4LUBMt0A7VMh2thb++m3xenh3Ma73KKWcZd1KFJ1cvTyg@mail.gmail.com \
--to=chuanhuahan@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=hanchuanhua@oppo.com \
--cc=linux-mm@kvack.org \
--cc=lkp@intel.com \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=v-songbaohua@oppo.com \
--cc=yujie.liu@intel.com \
/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