From: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
To: "Zheng, Lv" <lv.zheng@intel.com>, lkp <lkp@intel.com>
Cc: "kbuild-all@01.org" <kbuild-all@01.org>,
"Rafael J . Wysocki" <rjw@rjwysocki.net>,
"Moore, Robert" <robert.moore@intel.com>,
"Brown, Len" <len.brown@intel.com>,
"Box, David E" <david.e.box@intel.com>,
Lv Zheng <zetalog@gmail.com>,
"linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>
Subject: Re: [PATCH 12/15] ACPICA: iasl: add ASL conversion tool
Date: Thu, 27 Apr 2017 17:07:17 +0200 [thread overview]
Message-ID: <000a6dab-f00f-ad00-97bd-623dc1948cf5@intel.com> (raw)
In-Reply-To: <1AE640813FDE7649BE1B193DEA596E886CE995F0@SHSMSX101.ccr.corp.intel.com>
On 4/27/2017 3:43 AM, Zheng, Lv wrote:
> Hi,
>
> It's fixed by PATCH 14 in the same series.
> I'll combine them in order not to break bisection processes.
OK, thanks!
>> From: lkp
>> Subject: Re: [PATCH 12/15] ACPICA: iasl: add ASL conversion tool
>>
>> Hi Bob,
>>
>> [auto build test ERROR on pm/linux-next]
>> [also build test ERROR on v4.11-rc8 next-20170426]
>> [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/Lv-Zheng/ACPICA-Disassembler-Enhance-resource-
>> descriptor-detection/20170427-010527
>> base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next
>> config: x86_64-acpi-redef (attached as .config)
>> compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
>> reproduce:
>> # save the attached .config to linux build tree
>> make ARCH=x86_64
>>
>> Note: the linux-review/Lv-Zheng/ACPICA-Disassembler-Enhance-resource-descriptor-detection/20170427-
>> 010527 HEAD 3e033e5bcdf2b5e89028d19030d8479ac5b855bf builds fine.
>> It only hurts bisectibility.
>>
>> All errors (new ones prefixed by >>):
>>
>> In file included from drivers/acpi/acpica/accommon.h:56:0,
>> from drivers/acpi/acpica/utcopy.c:45:
>>>> drivers/acpi/acpica/aclocal.h:841:2: error: unknown type name 'FILE'
>> FILE *file;
>> ^~~~
>>
>> vim +/FILE +841 drivers/acpi/acpica/aclocal.h
>>
>> 835
>> 836 /*
>> 837 * File node - used for "Include" operator file stack and
>> 838 * depdendency tree for the -ca option
>> 839 */
>> 840 struct acpi_file_node {
>> > 841 FILE *file;
>> 842 char *filename;
>> 843 char *file_start; /* Points to AML and indicates when the AML for this particular
>> file starts. */
>> 844 char *file_end; /* Points to AML and indicates when the AML for this
>> particular file ends. */
>>
>> ---
>> 0-DAY kernel test infrastructure Open Source Technology Center
>> https://lists.01.org/pipermail/kbuild-all Intel Corporation
next prev parent reply other threads:[~2017-04-27 15:07 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-26 8:17 [PATCH 00/15] ACPICA 20170303 Release Lv Zheng
2017-04-26 8:17 ` [PATCH 01/15] ACPICA: Disassembler: Enhance resource descriptor detection Lv Zheng
2017-06-05 15:57 ` Linda Knippers
2017-06-05 18:21 ` Linda Knippers
2017-06-05 20:42 ` Rafael J. Wysocki
2017-06-05 20:51 ` Linda Knippers
2017-06-05 20:55 ` Rafael J. Wysocki
2017-06-09 20:29 ` Graeme Gregory
2017-06-13 13:42 ` Linda Knippers
2017-06-13 15:13 ` Rafael J. Wysocki
2017-06-13 20:22 ` Moore, Robert
2017-04-26 8:17 ` [PATCH 02/15] ACPICA: Update some function headers, no funtional change Lv Zheng
2017-04-26 8:17 ` [PATCH 03/15] ACPICA: Fix a module for excessive debug output Lv Zheng
2017-04-26 8:18 ` [PATCH 04/15] ACPICA: Fix several incorrect invocations of ACPICA return macro Lv Zheng
2017-04-26 8:18 ` [PATCH 05/15] ACPICA: Namespace: fix operand cache leak Lv Zheng
2017-04-26 8:18 ` [PATCH 06/15] ACPICA: Update for automatic repair code for objects returned by evaluate_object Lv Zheng
2017-04-26 8:18 ` [PATCH 07/15] ACPICA: debugger: fix memory leak on Pathname Lv Zheng
2017-04-26 8:18 ` [PATCH 08/15] ACPICA: Debugger: Add interpreter blocking mark for single-step mode Lv Zheng
2017-04-26 8:18 ` [PATCH 09/15] ACPICA: Cleanup AML opcode definitions, no functional change Lv Zheng
2017-04-26 8:18 ` [PATCH 10/15] ACPICA: iasl: Fix IORT SMMU GSI disassembling Lv Zheng
2017-04-26 8:18 ` [PATCH 11/15] ACPICA: Disassembler: Do not unconditionally remove temporary names Lv Zheng
2017-04-26 8:19 ` [PATCH 12/15] ACPICA: iasl: add ASL conversion tool Lv Zheng
2017-04-26 19:45 ` kbuild test robot
2017-04-27 1:43 ` Zheng, Lv
2017-04-27 15:07 ` Rafael J. Wysocki [this message]
2017-04-26 8:19 ` [PATCH 13/15] ACPICA: Local cache support: Allow small cache objects Lv Zheng
2017-04-26 8:20 ` [PATCH 14/15] ACPICA: Fix build for FreeBSD kernel Lv Zheng
2017-04-26 8:20 ` [PATCH 15/15] ACPICA: Update version to 20170303 Lv Zheng
2017-04-28 0:53 ` [PATCH v2] ACPICA: iasl: add ASL conversion tool Lv Zheng
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=000a6dab-f00f-ad00-97bd-623dc1948cf5@intel.com \
--to=rafael.j.wysocki@intel.com \
--cc=david.e.box@intel.com \
--cc=kbuild-all@01.org \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=lkp@intel.com \
--cc=lv.zheng@intel.com \
--cc=rjw@rjwysocki.net \
--cc=robert.moore@intel.com \
--cc=zetalog@gmail.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).