From: kbuild test robot <lkp@intel.com>
To: Dave Jiang <dave.jiang@intel.com>
Cc: tony.luck@intel.com, linux-nvdimm@lists.01.org,
rjw@rjwysocki.net, linux-acpi@vger.kernel.org, kbuild-all@01.org,
Ying Huang <ying.huang@intel.com>,
lenb@kernel.org
Subject: Re: [PATCH 1/4] acpi: add find error record in BERT function
Date: Sat, 31 Mar 2018 07:36:54 +0800 [thread overview]
Message-ID: <201803310742.jTzcHxid%fengguang.wu@intel.com> (raw)
In-Reply-To: <152236302712.35558.17322719540329044966.stgit@djiang5-desk3.ch.intel.com>
Hi Dave,
I love your patch! Yet something to improve:
[auto build test ERROR on pm/linux-next]
[also build test ERROR on v4.16-rc7 next-20180329]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Dave-Jiang/Adding-support-to-parse-BERT-for-libnvdimm/20180331-065821
base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next
config: i386-tinyconfig (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
arch/x86/kernel/setup.o: In function `bert_find_mem_error_record':
>> setup.c:(.text+0x3): multiple definition of `bert_find_mem_error_record'
init/main.o:main.c:(.text+0x19): first defined here
arch/x86/kernel/i8259.o: In function `bert_find_mem_error_record':
i8259.c:(.text+0x2c2): multiple definition of `bert_find_mem_error_record'
init/main.o:main.c:(.text+0x19): first defined here
arch/x86/kernel/irqinit.o: In function `bert_find_mem_error_record':
irqinit.c:(.text+0x0): multiple definition of `bert_find_mem_error_record'
init/main.o:main.c:(.text+0x19): first defined here
arch/x86/kernel/bootflag.o: In function `bert_find_mem_error_record':
bootflag.c:(.text+0x0): multiple definition of `bert_find_mem_error_record'
init/main.o:main.c:(.text+0x19): first defined here
arch/x86/kernel/e820.o: In function `bert_find_mem_error_record':
e820.c:(.text+0xb1): multiple definition of `bert_find_mem_error_record'
init/main.o:main.c:(.text+0x19): first defined here
arch/x86/kernel/pci-dma.o: In function `bert_find_mem_error_record':
pci-dma.c:(.text+0x0): multiple definition of `bert_find_mem_error_record'
init/main.o:main.c:(.text+0x19): first defined here
arch/x86/kernel/rtc.o: In function `bert_find_mem_error_record':
rtc.c:(.text+0x41): multiple definition of `bert_find_mem_error_record'
init/main.o:main.c:(.text+0x19): first defined here
kernel/sysctl.o: In function `bert_find_mem_error_record':
sysctl.c:(.text+0x0): multiple definition of `bert_find_mem_error_record'
init/main.o:main.c:(.text+0x19): first defined here
drivers/base/platform.o: In function `bert_find_mem_error_record':
platform.c:(.text+0x1e8): multiple definition of `bert_find_mem_error_record'
init/main.o:main.c:(.text+0x19): first defined here
drivers/base/cpu.o: In function `bert_find_mem_error_record':
cpu.c:(.text+0x1a1): multiple definition of `bert_find_mem_error_record'
init/main.o:main.c:(.text+0x19): first defined here
drivers/base/property.o: In function `bert_find_mem_error_record':
property.c:(.text+0x2aa): multiple definition of `bert_find_mem_error_record'
init/main.o:main.c:(.text+0x19): first defined here
drivers/base/cacheinfo.o: In function `bert_find_mem_error_record':
cacheinfo.c:(.text+0x2e5): multiple definition of `bert_find_mem_error_record'
init/main.o:main.c:(.text+0x19): first defined here
drivers/base/dma-mapping.o: In function `bert_find_mem_error_record':
dma-mapping.c:(.text+0x104): multiple definition of `bert_find_mem_error_record'
init/main.o:main.c:(.text+0x19): first defined here
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm
next prev parent reply other threads:[~2018-03-30 23:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-29 22:37 [PATCH 0/4] Adding support to parse BERT for libnvdimm Dave Jiang
2018-03-29 22:37 ` [PATCH 1/4] acpi: add find error record in BERT function Dave Jiang
2018-03-30 23:36 ` kbuild test robot [this message]
2018-03-29 22:37 ` [PATCH 2/4] acpi/libnvdimm: search through BERT records and add to nvdimm badblocks Dave Jiang
2018-03-29 22:37 ` [PATCH 3/4] acpi/nfit: removing ARS timeout and change scrubbing to delayed work Dave Jiang
2018-03-29 22:37 ` [PATCH 4/4] acpi/nfit: allow knob to disable ARS being issued at kernel boot Dave Jiang
2018-03-30 15:04 ` [PATCH 0/4] Adding support to parse BERT for libnvdimm Kani, Toshi
2018-03-30 16:38 ` Dan Williams
2018-03-30 16:45 ` Kani, Toshi
2018-03-30 16:49 ` Dave Jiang
2018-03-30 16:51 ` Kani, Toshi
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=201803310742.jTzcHxid%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=dave.jiang@intel.com \
--cc=kbuild-all@01.org \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-nvdimm@lists.01.org \
--cc=rjw@rjwysocki.net \
--cc=tony.luck@intel.com \
--cc=ying.huang@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;
as well as URLs for NNTP newsgroup(s).