From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, tony.luck@intel.com, gong.chen@intel.com,
ying.huang@intel.com, tomasz.nowicki@linaro.org, tn@semihalf.com,
tbaicar@codeaurora.org, rruigrok@codeaurora.org,
harba@qti.qualcomm.com, graeme.gregory@linaro.org,
al.stone@linaro.org, hanjun.guo@linaro.org,
linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org,
linaro-acpi@lists.linaro.org, jcm@redhat.com,
mark.rutland@arm.com, catalin.marinas@arm.com,
will.deacon@arm.com, rjw@rjwysocki.net, bp@alien8.de,
matt.fleming@intel.com, "Chen, Gong" <gong.chen@linux.intel.com>,
Fu Wei <fu.wei@linaro.org>
Subject: Re: [PATCH v3] acpi, apei: add Boot Error Record Table (BERT) support
Date: Thu, 7 Jan 2016 20:00:58 +0800 [thread overview]
Message-ID: <201601072016.CEtra5NR%fengguang.wu@intel.com> (raw)
In-Reply-To: <1452166023-14501-1-git-send-email-fu.wei@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 1590 bytes --]
Hi Huang,
[auto build test WARNING on pm/linux-next]
[also build test WARNING on v4.4-rc8 next-20160106]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/fu-wei-linaro-org/acpi-apei-add-Boot-Error-Record-Table-BERT-support/20160107-193040
base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next
config: x86_64-lkp (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All warnings (new ones prefixed by >>):
>> drivers/acpi/apei/bert.c:31:14: warning: extra tokens at end of #undef directive
#undef pr_fmt(fmt)
^
vim +31 drivers/acpi/apei/bert.c
15 *
16 * For more information about BERT, please refer to ACPI Specification
17 * version 4.0, section 17.3.1
18 *
19 * This file is licensed under GPLv2.
20 *
21 */
22
23 #include <linux/kernel.h>
24 #include <linux/module.h>
25 #include <linux/init.h>
26 #include <linux/acpi.h>
27 #include <linux/io.h>
28
29 #include "apei-internal.h"
30
> 31 #undef pr_fmt(fmt)
32 #define pr_fmt(fmt) "BERT: " fmt
33
34 static int bert_disable;
35
36 static void __init bert_print_all(struct acpi_bert_region *region,
37 unsigned int region_len)
38 {
39 /*
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 22100 bytes --]
next prev parent reply other threads:[~2016-01-07 12:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-07 11:27 [PATCH v3] acpi, apei: add Boot Error Record Table (BERT) support fu.wei
2016-01-07 11:42 ` Fu Wei
[not found] ` <87io34khkx.fsf@yhuang-dev.intel.com>
2016-01-08 3:25 ` Fu Wei
2016-01-07 12:00 ` kbuild test robot [this message]
2016-01-07 16:21 ` Fu Wei
2016-01-07 16:22 ` G Gregory
2016-01-08 3:29 ` Fu Wei
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=201601072016.CEtra5NR%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=al.stone@linaro.org \
--cc=bp@alien8.de \
--cc=catalin.marinas@arm.com \
--cc=fu.wei@linaro.org \
--cc=gong.chen@intel.com \
--cc=gong.chen@linux.intel.com \
--cc=graeme.gregory@linaro.org \
--cc=hanjun.guo@linaro.org \
--cc=harba@qti.qualcomm.com \
--cc=jcm@redhat.com \
--cc=kbuild-all@01.org \
--cc=linaro-acpi@lists.linaro.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=matt.fleming@intel.com \
--cc=rjw@rjwysocki.net \
--cc=rruigrok@codeaurora.org \
--cc=tbaicar@codeaurora.org \
--cc=tn@semihalf.com \
--cc=tomasz.nowicki@linaro.org \
--cc=tony.luck@intel.com \
--cc=will.deacon@arm.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