From: Matthias Brugger <mbrugger@suse.com>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>,
Lv Zheng <lv.zheng@intel.com>,
Aleksey Makarov <aleksey.makarov@linaro.org>,
"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
Len Brown <len.brown@intel.com>, Lv Zheng <zetalog@gmail.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
ACPI Devel Maling List <linux-acpi@vger.kernel.org>
Subject: Re: [PATCH 00/30] ACPICA: 20160318 Release
Date: Mon, 11 Jul 2016 16:48:39 +0200 [thread overview]
Message-ID: <5783B1C7.1070607@suse.com> (raw)
In-Reply-To: <12994353.mX8QG1g2Nk@vostro.rjw.lan>
On 11/07/16 16:48, Rafael J. Wysocki wrote:
> On Monday, July 11, 2016 04:38:17 PM Matthias Brugger wrote:
>> Hi Rafael,
>>
>> On 24/03/16 14:08, Rafael J. Wysocki wrote:
>>> On Thu, Mar 24, 2016 at 2:38 AM, Lv Zheng <lv.zheng@intel.com> wrote:
>>>> The 20160318 ACPICA kernel-resident subsystem updates are linuxized based
>>>> on the linux-pm/linux-next branch.
>>>>
>>>> The patchset has passed the following build/boot tests.
>>>> Build tests are performed as follows:
>>>> 1. i386 + allyes
>>>> 2. i386 + allno
>>>> 3. i386 + default + ACPI_DEBUGGER=y
>>>> 4. i386 + default + ACPI_DEBUGGER=n + ACPI_DEBUG=y
>>>> 5. i386 + default + ACPI_DEBUG=n + ACPI=y
>>>> 6. i386 + default + ACPI=n
>>>> 7. x86_64 + allyes
>>>> 8. x86_64 + allno
>>>> 9. x86_64 + default + ACPI_DEBUGGER=y
>>>> 10.x86_64 + default + ACPI_DEBUGGER=n + ACPI_DEBUG=y
>>>> 11.x86_64 + default + ACPI_DEBUG=n + ACPI=y
>>>> 12.x86_64 + default + ACPI=n
>>>> Boot tests are performed as follows:
>>>> 1. i386 + default + ACPI_DEBUGGER=y
>>>> 2. x86_64 + default + ACPI_DEBUGGER=y
>>>> Where:
>>>> 1. i386: machine named as "Dell Inspiron Mini 1010"
>>>> 2. x86_64: machine named as "HP Compaq 8200 Elite SFF PC"
>>>> 3. default: kernel configuration with following items enabled:
>>>> All hardware drivers related to the machines of i386/x86_64
>>>> All "drivers/acpi" configurations
>>>> All "drivers/platform" drivers
>>>> All other drivers that link the APIs provided by ACPICA subsystem
>>>>
>>>> The divergences checking result:
>>>> Before applying (20160212 Release):
>>>> 506 lines
>>>> After applying (20160318 Release):
>>>> 494 lines
>>>>
>>>> Al Stone (1):
>>>> ACPICA: IORT: Add in support for the SMMUv3 subtable
>>>>
>>>> Aleksey Makarov (1):
>>>>
>>>>
>>>> Bob Moore (16):
>>>> ACPICA: Headers: Minor update for SPCR ACPI table
>>>> ACPICA: ACPI 6.1: Updates for the HEST ACPI table
>>>> ACPICA: ACPI 6.1: Update NFIT table for additional new fields
>>>> ACPICA: Headers: Update DMAR table for October 2014 I/O spec
>>>> ACPICA: Tables: Update FADT handling
>>>> ACPICA: ACPI 6.1: Add full support for this version of ACPI spec
>>>> ACPICA: iASL/Headers: Fix incorrect definition of FPDT table
>>>> ACPICA: Intepreter: Add object extensions to Concatenate operand
>>>> ACPICA: Interpreter: Update some function headers, no functional
>>>> change
>>>> ACPICA: iASL: Cleanup/optimization for ToPLD macro support
>>>> ACPICA: Cleanup some invocation indentations, no functional change
>>>> ACPICA: Headers: Update generation of the ACPICA library
>>>> ACPICA: Utilities: Update for strtoul64 merger
>>>> ACPICA: All: const keyword changes across the ACPICA source
>>>> ACPICA: iASL/Disassembler: Improve handling of unresolved methods
>>>> ACPICA: Update version to 20160318
>>>>
>>>> Lv Zheng (11):
>>>> ACPICA: Linuxize: reduce divergences for 20160212 release
>>>> ACPICA: Linuxize: Remove useless platform headers
>>>> ACPICA: Utilities: Add ACPI_IS_POWER_OF_TWO()
>>>> Utilities: Fix missing parentheses in ACPI_GET_BITS()/ACPI_SET_BITS()
>>>> ACPICA: Hardware: Enhance acpi_hw_validate_register() with
>>>> access_width/bit_offset awareness
>>>> ACPICA: Hardware: Add access_width/bit_offset support in
>>>> acpi_hw_read()
>>>> ACPICA: Hardware: Add access_width/bit_offset support for
>>>> acpi_hw_write()
>>>> ACPICA: Interpreter: Fix wrong conditions for
>>>> acpi_ev_install_region_handlers() invocation
>>>> ACPICA: Tables: Fix wrong MLC condition for dynamic table loading
>>>> ACPICA: Events: Fix an issue that _REG association can happen before
>>>> namespace is initialized
>>>> ACPICA: Namespace: Reorder \_SB._INI to make sure it is evaluated
>>>> before _REG evaluations
>>>>
>>>> Will Miles (1):
>>>> ACPICA: Add support for QNX 6.6 platform
>>>
>>> This is too late to go in during the current merge window, but I'll
>>> queue it up and send a separate pull request for 4.6 with it next
>>> week.
>>>
>>> I'll fix up the whitespace breakage in the first patch (it is easy
>>> enough to fix up manually), but as Len said, please fix the process to
>>> avoid such things in the future.
>>>
>>
>> I wasn't able to spot this series in linux-next, epsecially patch 03/30:
>> "ACPICA: Headers: Add new constants for the DBG2 ACPI table"
>>
>> Can you please clarify what happened?
>
> It was in linux-next. I'm not sure why you didn't spot it in there.
>
You are right. I totally screw up my branches.
Sorry for the noise.
Matthias
next prev parent reply other threads:[~2016-07-11 14:49 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-24 1:38 [PATCH 00/30] ACPICA: 20160318 Release Lv Zheng
2016-03-24 1:38 ` [PATCH 01/30] ACPICA: Linuxize: reduce divergences for 20160212 release Lv Zheng
2016-03-24 1:46 ` Joe Perches
2016-03-24 6:19 ` Zheng, Lv
2016-03-24 6:35 ` Brown, Len
2016-03-24 6:53 ` Zheng, Lv
2016-03-24 11:00 ` Joe Perches
2016-03-28 3:02 ` Zheng, Lv
2016-03-28 3:15 ` Joe Perches
2016-03-29 5:37 ` Zheng, Lv
2016-03-29 5:56 ` Joe Perches
2016-03-24 1:38 ` [PATCH 02/30] ACPICA: Linuxize: Remove useless platform headers Lv Zheng
2016-03-24 1:38 ` [PATCH 03/30] ACPICA: Headers: Add new constants for the DBG2 ACPI table Lv Zheng
2016-03-24 1:38 ` [PATCH 04/30] ACPICA: Headers: Minor update for SPCR " Lv Zheng
2016-03-24 1:38 ` [PATCH 05/30] ACPICA: ACPI 6.1: Updates for the HEST " Lv Zheng
2016-03-24 1:39 ` [PATCH 06/30] ACPICA: IORT: Add in support for the SMMUv3 subtable Lv Zheng
2016-03-24 1:39 ` [PATCH 07/30] ACPICA: ACPI 6.1: Update NFIT table for additional new fields Lv Zheng
2016-03-24 1:39 ` [PATCH 08/30] ACPICA: Headers: Update DMAR table for October 2014 I/O spec Lv Zheng
2016-03-24 1:39 ` [PATCH 09/30] ACPICA: Tables: Update FADT handling Lv Zheng
2016-03-24 1:39 ` [PATCH 10/30] ACPICA: ACPI 6.1: Add full support for this version of ACPI spec Lv Zheng
2016-03-24 1:39 ` [PATCH 11/30] ACPICA: iASL/Headers: Fix incorrect definition of FPDT table Lv Zheng
2016-03-24 1:39 ` [PATCH 12/30] ACPICA: Intepreter: Add object extensions to Concatenate operand Lv Zheng
2016-03-24 1:39 ` [PATCH 13/30] ACPICA: Interpreter: Update some function headers, no functional change Lv Zheng
2016-03-24 1:40 ` [PATCH 14/30] ACPICA: iASL: Cleanup/optimization for ToPLD macro support Lv Zheng
2016-03-24 1:40 ` [PATCH 15/30] ACPICA: Cleanup some invocation indentations, no functional change Lv Zheng
2016-03-24 1:40 ` [PATCH 16/30] ACPICA: Headers: Update generation of the ACPICA library Lv Zheng
2016-03-24 1:40 ` [PATCH 17/30] ACPICA: Add support for QNX 6.6 platform Lv Zheng
2016-03-24 1:40 ` [PATCH 18/30] ACPICA: Utilities: Update for strtoul64 merger Lv Zheng
2016-03-24 1:40 ` [PATCH 19/30] ACPICA: All: const keyword changes across the ACPICA source Lv Zheng
2016-03-24 1:40 ` [PATCH 20/30] ACPICA: iASL/Disassembler: Improve handling of unresolved methods Lv Zheng
2016-03-24 1:40 ` [PATCH 21/30] ACPICA: Utilities: Add ACPI_IS_POWER_OF_TWO() Lv Zheng
2016-03-24 1:41 ` [PATCH 22/30] Utilities: Fix missing parentheses in ACPI_GET_BITS()/ACPI_SET_BITS() Lv Zheng
2016-03-24 1:41 ` [PATCH 23/30] ACPICA: Hardware: Enhance acpi_hw_validate_register() with access_width/bit_offset awareness Lv Zheng
2016-03-24 1:41 ` [PATCH 24/30] ACPICA: Hardware: Add access_width/bit_offset support in acpi_hw_read() Lv Zheng
2016-03-29 8:14 ` Zheng, Lv
2016-03-24 1:41 ` [PATCH 25/30] ACPICA: Hardware: Add access_width/bit_offset support for acpi_hw_write() Lv Zheng
2016-03-24 1:41 ` [PATCH 26/30] ACPICA: Interpreter: Fix wrong conditions for acpi_ev_install_region_handlers() invocation Lv Zheng
2016-03-24 1:41 ` [PATCH 27/30] ACPICA: Tables: Fix wrong MLC condition for dynamic table loading Lv Zheng
2016-03-24 1:41 ` [PATCH 28/30] ACPICA: Events: Fix an issue that _REG association can happen before namespace is initialized Lv Zheng
2016-03-24 1:41 ` [PATCH 29/30] ACPICA: Namespace: Reorder \_SB._INI to make sure it is evaluated before _REG evaluations Lv Zheng
2016-03-24 1:42 ` [PATCH 30/30] ACPICA: Update version to 20160318 Lv Zheng
2016-03-24 13:08 ` [PATCH 00/30] ACPICA: 20160318 Release Rafael J. Wysocki
2016-03-28 3:03 ` Zheng, Lv
2016-07-11 14:38 ` Matthias Brugger
2016-07-11 14:48 ` Rafael J. Wysocki
2016-07-11 14:48 ` Matthias Brugger [this message]
2016-07-11 14:54 ` Rafael J. Wysocki
2016-07-11 15:20 ` Matthias Brugger
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=5783B1C7.1070607@suse.com \
--to=mbrugger@suse.com \
--cc=aleksey.makarov@linaro.org \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lv.zheng@intel.com \
--cc=rafael.j.wysocki@intel.com \
--cc=rafael@kernel.org \
--cc=rjw@rjwysocki.net \
--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).