Re: [PATCH 00/42] ACPICA: 20151218 Release

2016-01-04 Thread Rafael J. Wysocki
On Monday, January 04, 2016 02:27:43 AM Zheng, Lv wrote:
> Hi,
> 
> > From: David Lang [mailto:da...@lang.hm]
> > Sent: Sunday, January 3, 2016 2:45 PM
> > 
> > what is ACPICA and why should we care about divergence between it and the
> > linux
> > upstream? Where is it to be found?
> [Lv Zheng] 
> You can find ACPICA at: https://acpica.org.
> Source code of ACPICA can be found at: https://github.com/acpica/acpica/

Also, there is an ACPICA entry in MAINTAINERS with links to various places
where more information can be found.

That said it is a good idea to document the release process under
Documentation/acpi/.

Thanks,
Rafael

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/42] ACPICA: 20151218 Release

2016-01-04 Thread Rafael J. Wysocki
On Monday, January 04, 2016 02:27:43 AM Zheng, Lv wrote:
> Hi,
> 
> > From: David Lang [mailto:da...@lang.hm]
> > Sent: Sunday, January 3, 2016 2:45 PM
> > 
> > what is ACPICA and why should we care about divergence between it and the
> > linux
> > upstream? Where is it to be found?
> [Lv Zheng] 
> You can find ACPICA at: https://acpica.org.
> Source code of ACPICA can be found at: https://github.com/acpica/acpica/

Also, there is an ACPICA entry in MAINTAINERS with links to various places
where more information can be found.

That said it is a good idea to document the release process under
Documentation/acpi/.

Thanks,
Rafael

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [PATCH 00/42] ACPICA: 20151218 Release

2016-01-03 Thread Zheng, Lv
Hi, Rafael

> From: Rafael J. Wysocki [mailto:r...@rjwysocki.net]
> Sent: Friday, January 1, 2016 11:05 AM
> Subject: Re: [PATCH 00/42] ACPICA: 20151218 Release
> 
> On Tuesday, December 29, 2015 01:52:19 PM Lv Zheng wrote:
> > The 20151218 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 (20150930 Release):
> >   517 lines
> > After applying (20151218 Release):
> >   506 lines
> >
> > Bob Moore (25):
> >   ACPICA: exmutex: General cleanup, restructured some code
> >   ACPICA: Core: Major update for code formatting, no functional changes
> >   ACPICA: Split interpreter tracing functions to a new file
> >   ACPICA: acpiexec: Add support for AML files containing multiple
> > tables
> >   ACPICA: Disassembler/tools: Support for multiple ACPI tables in one
> > file
> >   ACPICA: iasl/acpiexec: Update input file handling and verification
> >   ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB
> > method."
> >   ACPICA: Add comment explaining _SUB removal
> >   ACPICA: acpiexec/acpinames: Update for error checking macros
> >   ACPICA: Concatenate operator: Add extensions to support all ACPI
> > objects
> >   ACPICA: Debug Object: Cleanup output
> >   ACPICA: Debug object: Fix output for a NULL object
> >   ACPICA: Update for output of the Debug Object
> >   ACPICA: getopt: Comment update, no functional change
> >   ACPICA: Add new exception code, AE_IO_ERROR
> >   ACPICA: iasl/Disassembler: Support ASL ElseIf operator
> >   ACPICA: Parser: Add constants for internal namepath function
> >   ACPICA: Parser: Fix for SuperName method invocation
> >   ACPICA: Update parameter type for ObjectType operator
> >   ACPICA: Update internal #defines for ObjectType operator. No
> > functional change
> >   ACPICA: Update for CondRefOf and RefOf operators
> >   ACPICA: Cleanup code related to the per-table module level
> > improvement
> >   ACPICA: Add "root node" case to the ACPI name repair code
> >   ACPICA: Add per-table execution of module-level code
> >   ACPICA: Update version to 20151218
> >
> > Colin Ian King (1):
> >   ACPICA: Tools: Add spacing and missing options in acpibin tool
> >
> > David E. Box (1):
> >   ACPICA: Fix SyncLevel support interaction with method
> > auto-serialization
> >
> > LABBE Corentin (1):
> >   ACPICA: Add "const" to some functions that return fixed strings
> >
> > Lv Zheng (12):
> >   ACPICA: Linuxize: reduce divergences for 20151218 release
> >   ACPICA: Namespace: Fix wrong error log
> >   ACPICA: Debugger: reduce old external path format
> >   ACPICA: Namespace: Add scope information to the simple object repair
> > mechanism
> >   ACPICA: Namespace: Add String -> ObjectReference conversion support
> >   ACPICA: Events: Deploys acpi_ev_find_region_handler()
> >   ACPICA: Events: Uses common_notify for address space handlers
> >   ACPICA: Utilities: Reorder initialization code
> >   ACPICA: Events: Fix an issue that region object is re-attached to
> > another scope when it is already attached
> >   ACPICA: Events: Split acpi_ev_associate_reg_method() from region
> > initialization code
> >   ACPICA: Events: Enhance acpi_ev_ex

RE: [PATCH 00/42] ACPICA: 20151218 Release

2016-01-03 Thread Zheng, Lv
Hi,

> From: David Lang [mailto:da...@lang.hm]
> Sent: Sunday, January 3, 2016 2:45 PM
> 
> what is ACPICA and why should we care about divergence between it and the
> linux
> upstream? Where is it to be found?
[Lv Zheng] 
You can find ACPICA at: https://acpica.org.
Source code of ACPICA can be found at: https://github.com/acpica/acpica/

There is a process to convert ACPICA source code into Linux source code.
The release process happens almost monthly.
We call it as "ACPICA release".

And we call the difference of "Linuxized ACPICA" and "ACPICA in Linux" as 
divergences.
"Linuxized ACPICA" can be generated by the following commands:
  # git clone https://github.com/acpica/acpica
  # cd acpica
  # generate/linux/gen-repo.sh
"ACPICA in Linux" contains the following folders of Linux source tree:
  drivers/acpi/acpica
  include/acpi
  tools/power/acpi
These folders in fact are not maintained by human, but maintained by the ACPICA 
release automation.

ACPICA upstream uses a different coding style than Linux.
The last step of the release process is to execute "indent" using "linux" style 
(tuned --linux-style) to make the generated code somewhat compliant to the 
Linux coding style.
However, "indent" is not such a perfect tool.
If you execute indent with same options on the same input, you'll get same 
output.
While when you execute indent with same options on the same input that contains 
incremental changes, the output always may contain giant changes.
This is because "indent" make different decisions on indentation if the input 
is different.
While as you may know, there are still differences (about 500+ lines) between 
"Linux" and "ACPICA upstream".
So the "giant changes" now is inevitable.
In the release process, we use "diff -b" to ignore space changes in order not 
to generate giant changes every time ACPICA is released.
As you may sense from the above description, the release automation can be 
seriously affected by the accumulation of this kind of divergences.
The "Linuxized ACPICA patch" cannot be directly applied to Linux if such 
divergences are accumulated.
That's why we have to reduce it in order to make the release automation working.
So you can see a "divergence reduction" patch as the 1st patch in the ACPICA 
release series occasionally.
After applying this patch, the rest of the release patches can be done without 
human intervention.

Well, there are more rules and stories about ACPICA release process. :)

> 
> This may be common knowlege to many people, but it should probably be
> documented
> in the patch bundle and it's explination.
[Lv Zheng] 
Yes.
This is a good idea.
I'll prepare the documentation.

Thanks and best regards
-Lv

> 
> David Lang
> 
> On Tue, 29 Dec 2015, Lv Zheng wrote:
> 
> > Date: Tue, 29 Dec 2015 13:52:19 +0800
> > From: Lv Zheng 
> > To: Rafael J. Wysocki ,
> > Len Brown 
> > Cc: Lv Zheng , Lv Zheng ,
> > linux-kernel@vger.kernel.org, linux-a...@vger.kernel.org
> > Subject: [PATCH 00/42] ACPICA: 20151218 Release
> >
> > The 20151218 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 (20150930 Release):
> >  517 lines
> > After applying (20151218 Release):
> >  506 lines
> >
> > Bob Moore (25):
> >  ACPICA: exmutex: General cleanup, restructured some code
> >  ACPICA: Core: Major update for code formatting, no functional changes
> >  ACPICA: Split interpreter tracing functions to a new file
> >  ACPICA: acpiexec: Add support for AML files containing multiple
> >tables
> >  ACPICA: Disassembler/tools: Support for multiple ACPI tables in one
> >file
> >  ACPICA: iasl/acpiexec: Update input file handling and verification
> >  ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB
> >method."
> >  ACPICA: Add comment explaining _SUB removal
> >  ACPICA: acpiexec/acpinames: 

RE: [PATCH 00/42] ACPICA: 20151218 Release

2016-01-03 Thread Zheng, Lv
Hi,

> From: David Lang [mailto:da...@lang.hm]
> Sent: Sunday, January 3, 2016 2:45 PM
> 
> what is ACPICA and why should we care about divergence between it and the
> linux
> upstream? Where is it to be found?
[Lv Zheng] 
You can find ACPICA at: https://acpica.org.
Source code of ACPICA can be found at: https://github.com/acpica/acpica/

There is a process to convert ACPICA source code into Linux source code.
The release process happens almost monthly.
We call it as "ACPICA release".

And we call the difference of "Linuxized ACPICA" and "ACPICA in Linux" as 
divergences.
"Linuxized ACPICA" can be generated by the following commands:
  # git clone https://github.com/acpica/acpica
  # cd acpica
  # generate/linux/gen-repo.sh
"ACPICA in Linux" contains the following folders of Linux source tree:
  drivers/acpi/acpica
  include/acpi
  tools/power/acpi
These folders in fact are not maintained by human, but maintained by the ACPICA 
release automation.

ACPICA upstream uses a different coding style than Linux.
The last step of the release process is to execute "indent" using "linux" style 
(tuned --linux-style) to make the generated code somewhat compliant to the 
Linux coding style.
However, "indent" is not such a perfect tool.
If you execute indent with same options on the same input, you'll get same 
output.
While when you execute indent with same options on the same input that contains 
incremental changes, the output always may contain giant changes.
This is because "indent" make different decisions on indentation if the input 
is different.
While as you may know, there are still differences (about 500+ lines) between 
"Linux" and "ACPICA upstream".
So the "giant changes" now is inevitable.
In the release process, we use "diff -b" to ignore space changes in order not 
to generate giant changes every time ACPICA is released.
As you may sense from the above description, the release automation can be 
seriously affected by the accumulation of this kind of divergences.
The "Linuxized ACPICA patch" cannot be directly applied to Linux if such 
divergences are accumulated.
That's why we have to reduce it in order to make the release automation working.
So you can see a "divergence reduction" patch as the 1st patch in the ACPICA 
release series occasionally.
After applying this patch, the rest of the release patches can be done without 
human intervention.

Well, there are more rules and stories about ACPICA release process. :)

> 
> This may be common knowlege to many people, but it should probably be
> documented
> in the patch bundle and it's explination.
[Lv Zheng] 
Yes.
This is a good idea.
I'll prepare the documentation.

Thanks and best regards
-Lv

> 
> David Lang
> 
> On Tue, 29 Dec 2015, Lv Zheng wrote:
> 
> > Date: Tue, 29 Dec 2015 13:52:19 +0800
> > From: Lv Zheng 
> > To: Rafael J. Wysocki ,
> > Len Brown 
> > Cc: Lv Zheng , Lv Zheng ,
> > linux-kernel@vger.kernel.org, linux-a...@vger.kernel.org
> > Subject: [PATCH 00/42] ACPICA: 20151218 Release
> >
> > The 20151218 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 (20150930 Release):
> >  517 lines
> > After applying (20151218 Release):
> >  506 lines
> >
> > Bob Moore (25):
> >  ACPICA: exmutex: General cleanup, restructured some code
> >  ACPICA: Core: Major update for code formatting, no functional changes
> >  ACPICA: Split interpreter tracing functions to a new file
> >  ACPICA: acpiexec: Add support for AML files containing multiple
> >tables
> >  ACPICA: Disassembler/tools: Support for multiple ACPI tables in one
> >file
> >  ACPICA: iasl/acpiexec: Update input file handling and verification
> >  ACPICA: Revert "acpi_get_object_info: Add support for ACPI 

RE: [PATCH 00/42] ACPICA: 20151218 Release

2016-01-03 Thread Zheng, Lv
Hi, Rafael

> From: Rafael J. Wysocki [mailto:r...@rjwysocki.net]
> Sent: Friday, January 1, 2016 11:05 AM
> Subject: Re: [PATCH 00/42] ACPICA: 20151218 Release
> 
> On Tuesday, December 29, 2015 01:52:19 PM Lv Zheng wrote:
> > The 20151218 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 (20150930 Release):
> >   517 lines
> > After applying (20151218 Release):
> >   506 lines
> >
> > Bob Moore (25):
> >   ACPICA: exmutex: General cleanup, restructured some code
> >   ACPICA: Core: Major update for code formatting, no functional changes
> >   ACPICA: Split interpreter tracing functions to a new file
> >   ACPICA: acpiexec: Add support for AML files containing multiple
> > tables
> >   ACPICA: Disassembler/tools: Support for multiple ACPI tables in one
> > file
> >   ACPICA: iasl/acpiexec: Update input file handling and verification
> >   ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB
> > method."
> >   ACPICA: Add comment explaining _SUB removal
> >   ACPICA: acpiexec/acpinames: Update for error checking macros
> >   ACPICA: Concatenate operator: Add extensions to support all ACPI
> > objects
> >   ACPICA: Debug Object: Cleanup output
> >   ACPICA: Debug object: Fix output for a NULL object
> >   ACPICA: Update for output of the Debug Object
> >   ACPICA: getopt: Comment update, no functional change
> >   ACPICA: Add new exception code, AE_IO_ERROR
> >   ACPICA: iasl/Disassembler: Support ASL ElseIf operator
> >   ACPICA: Parser: Add constants for internal namepath function
> >   ACPICA: Parser: Fix for SuperName method invocation
> >   ACPICA: Update parameter type for ObjectType operator
> >   ACPICA: Update internal #defines for ObjectType operator. No
> > functional change
> >   ACPICA: Update for CondRefOf and RefOf operators
> >   ACPICA: Cleanup code related to the per-table module level
> > improvement
> >   ACPICA: Add "root node" case to the ACPI name repair code
> >   ACPICA: Add per-table execution of module-level code
> >   ACPICA: Update version to 20151218
> >
> > Colin Ian King (1):
> >   ACPICA: Tools: Add spacing and missing options in acpibin tool
> >
> > David E. Box (1):
> >   ACPICA: Fix SyncLevel support interaction with method
> > auto-serialization
> >
> > LABBE Corentin (1):
> >   ACPICA: Add "const" to some functions that return fixed strings
> >
> > Lv Zheng (12):
> >   ACPICA: Linuxize: reduce divergences for 20151218 release
> >   ACPICA: Namespace: Fix wrong error log
> >   ACPICA: Debugger: reduce old external path format
> >   ACPICA: Namespace: Add scope information to the simple object repair
> > mechanism
> >   ACPICA: Namespace: Add String -> ObjectReference conversion support
> >   ACPICA: Events: Deploys acpi_ev_find_region_handler()
> >   ACPICA: Events: Uses common_notify for address space handlers
> >   ACPICA: Utilities: Reorder initialization code
> >   ACPICA: Events: Fix an issue that region object is re-attached to
> > another scope when it is already attached
> >   ACPICA: Events: Split acpi_ev_associate_reg_method() from region
> > initialization code
> >   ACPICA: Events: Enhance acpi_ev_exe

Re: [PATCH 00/42] ACPICA: 20151218 Release

2016-01-02 Thread David Lang
what is ACPICA and why should we care about divergence between it and the linux 
upstream? Where is it to be found?


This may be common knowlege to many people, but it should probably be documented 
in the patch bundle and it's explination.


David Lang

On Tue, 29 Dec 2015, Lv Zheng wrote:


Date: Tue, 29 Dec 2015 13:52:19 +0800
From: Lv Zheng 
To: Rafael J. Wysocki ,
Len Brown 
Cc: Lv Zheng , Lv Zheng ,
linux-kernel@vger.kernel.org, linux-a...@vger.kernel.org
Subject: [PATCH 00/42] ACPICA: 20151218 Release

The 20151218 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 (20150930 Release):
 517 lines
After applying (20151218 Release):
 506 lines

Bob Moore (25):
 ACPICA: exmutex: General cleanup, restructured some code
 ACPICA: Core: Major update for code formatting, no functional changes
 ACPICA: Split interpreter tracing functions to a new file
 ACPICA: acpiexec: Add support for AML files containing multiple
   tables
 ACPICA: Disassembler/tools: Support for multiple ACPI tables in one
   file
 ACPICA: iasl/acpiexec: Update input file handling and verification
 ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB
   method."
 ACPICA: Add comment explaining _SUB removal
 ACPICA: acpiexec/acpinames: Update for error checking macros
 ACPICA: Concatenate operator: Add extensions to support all ACPI
   objects
 ACPICA: Debug Object: Cleanup output
 ACPICA: Debug object: Fix output for a NULL object
 ACPICA: Update for output of the Debug Object
 ACPICA: getopt: Comment update, no functional change
 ACPICA: Add new exception code, AE_IO_ERROR
 ACPICA: iasl/Disassembler: Support ASL ElseIf operator
 ACPICA: Parser: Add constants for internal namepath function
 ACPICA: Parser: Fix for SuperName method invocation
 ACPICA: Update parameter type for ObjectType operator
 ACPICA: Update internal #defines for ObjectType operator. No
   functional change
 ACPICA: Update for CondRefOf and RefOf operators
 ACPICA: Cleanup code related to the per-table module level
   improvement
 ACPICA: Add "root node" case to the ACPI name repair code
 ACPICA: Add per-table execution of module-level code
 ACPICA: Update version to 20151218

Colin Ian King (1):
 ACPICA: Tools: Add spacing and missing options in acpibin tool

David E. Box (1):
 ACPICA: Fix SyncLevel support interaction with method
   auto-serialization

LABBE Corentin (1):
 ACPICA: Add "const" to some functions that return fixed strings

Lv Zheng (12):
 ACPICA: Linuxize: reduce divergences for 20151218 release
 ACPICA: Namespace: Fix wrong error log
 ACPICA: Debugger: reduce old external path format
 ACPICA: Namespace: Add scope information to the simple object repair
   mechanism
 ACPICA: Namespace: Add String -> ObjectReference conversion support
 ACPICA: Events: Deploys acpi_ev_find_region_handler()
 ACPICA: Events: Uses common_notify for address space handlers
 ACPICA: Utilities: Reorder initialization code
 ACPICA: Events: Fix an issue that region object is re-attached to
   another scope when it is already attached
 ACPICA: Events: Split acpi_ev_associate_reg_method() from region
   initialization code
 ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no
   _REG evaluations can happen during OS early boot stages
 ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to
   acpi_ev_execute_reg_methods()

Markus Elfring (1):
 ACPICA: Debugger: Remove some unecessary NULL checks

Prarit Bhargava (1):
 ACPICA: acpi_get_sleep_type_data: Reduce warnings

drivers/acpi/acpica/Makefile   |4 +-
drivers/acpi/acpica/acapps.h   |   58 +-
drivers/acpi/acpica/acdebug.h  |5 +-
drivers/acpi/acpica/acevents.h |   11 +-
drivers/acpi/acpica/acglobal.h |3 +-
drivers/acpi/acpica/aclocal.h  |   12 +-
drivers/acpi/acpica/acnamesp.h |   12 +-

Re: [PATCH 00/42] ACPICA: 20151218 Release

2016-01-02 Thread Rafael J. Wysocki
On Tuesday, December 29, 2015 01:52:19 PM Lv Zheng wrote:
> The 20151218 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 (20150930 Release):
>   517 lines
> After applying (20151218 Release):
>   506 lines
> 
> Bob Moore (25):
>   ACPICA: exmutex: General cleanup, restructured some code
>   ACPICA: Core: Major update for code formatting, no functional changes
>   ACPICA: Split interpreter tracing functions to a new file
>   ACPICA: acpiexec: Add support for AML files containing multiple
> tables
>   ACPICA: Disassembler/tools: Support for multiple ACPI tables in one
> file
>   ACPICA: iasl/acpiexec: Update input file handling and verification
>   ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB
> method."
>   ACPICA: Add comment explaining _SUB removal
>   ACPICA: acpiexec/acpinames: Update for error checking macros
>   ACPICA: Concatenate operator: Add extensions to support all ACPI
> objects
>   ACPICA: Debug Object: Cleanup output
>   ACPICA: Debug object: Fix output for a NULL object
>   ACPICA: Update for output of the Debug Object
>   ACPICA: getopt: Comment update, no functional change
>   ACPICA: Add new exception code, AE_IO_ERROR
>   ACPICA: iasl/Disassembler: Support ASL ElseIf operator
>   ACPICA: Parser: Add constants for internal namepath function
>   ACPICA: Parser: Fix for SuperName method invocation
>   ACPICA: Update parameter type for ObjectType operator
>   ACPICA: Update internal #defines for ObjectType operator. No
> functional change
>   ACPICA: Update for CondRefOf and RefOf operators
>   ACPICA: Cleanup code related to the per-table module level
> improvement
>   ACPICA: Add "root node" case to the ACPI name repair code
>   ACPICA: Add per-table execution of module-level code
>   ACPICA: Update version to 20151218
> 
> Colin Ian King (1):
>   ACPICA: Tools: Add spacing and missing options in acpibin tool
> 
> David E. Box (1):
>   ACPICA: Fix SyncLevel support interaction with method
> auto-serialization
> 
> LABBE Corentin (1):
>   ACPICA: Add "const" to some functions that return fixed strings
> 
> Lv Zheng (12):
>   ACPICA: Linuxize: reduce divergences for 20151218 release
>   ACPICA: Namespace: Fix wrong error log
>   ACPICA: Debugger: reduce old external path format
>   ACPICA: Namespace: Add scope information to the simple object repair
> mechanism
>   ACPICA: Namespace: Add String -> ObjectReference conversion support
>   ACPICA: Events: Deploys acpi_ev_find_region_handler()
>   ACPICA: Events: Uses common_notify for address space handlers
>   ACPICA: Utilities: Reorder initialization code
>   ACPICA: Events: Fix an issue that region object is re-attached to
> another scope when it is already attached
>   ACPICA: Events: Split acpi_ev_associate_reg_method() from region
> initialization code
>   ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no
> _REG evaluations can happen during OS early boot stages
>   ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to
> acpi_ev_execute_reg_methods()
> 
> Markus Elfring (1):
>   ACPICA: Debugger: Remove some unecessary NULL checks
> 
> Prarit Bhargava (1):
>   ACPICA: acpi_get_sleep_type_data: Reduce warnings

Series applied, thanks!

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/42] ACPICA: 20151218 Release

2016-01-02 Thread Rafael J. Wysocki
On Tuesday, December 29, 2015 01:52:19 PM Lv Zheng wrote:
> The 20151218 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 (20150930 Release):
>   517 lines
> After applying (20151218 Release):
>   506 lines
> 
> Bob Moore (25):
>   ACPICA: exmutex: General cleanup, restructured some code
>   ACPICA: Core: Major update for code formatting, no functional changes
>   ACPICA: Split interpreter tracing functions to a new file
>   ACPICA: acpiexec: Add support for AML files containing multiple
> tables
>   ACPICA: Disassembler/tools: Support for multiple ACPI tables in one
> file
>   ACPICA: iasl/acpiexec: Update input file handling and verification
>   ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB
> method."
>   ACPICA: Add comment explaining _SUB removal
>   ACPICA: acpiexec/acpinames: Update for error checking macros
>   ACPICA: Concatenate operator: Add extensions to support all ACPI
> objects
>   ACPICA: Debug Object: Cleanup output
>   ACPICA: Debug object: Fix output for a NULL object
>   ACPICA: Update for output of the Debug Object
>   ACPICA: getopt: Comment update, no functional change
>   ACPICA: Add new exception code, AE_IO_ERROR
>   ACPICA: iasl/Disassembler: Support ASL ElseIf operator
>   ACPICA: Parser: Add constants for internal namepath function
>   ACPICA: Parser: Fix for SuperName method invocation
>   ACPICA: Update parameter type for ObjectType operator
>   ACPICA: Update internal #defines for ObjectType operator. No
> functional change
>   ACPICA: Update for CondRefOf and RefOf operators
>   ACPICA: Cleanup code related to the per-table module level
> improvement
>   ACPICA: Add "root node" case to the ACPI name repair code
>   ACPICA: Add per-table execution of module-level code
>   ACPICA: Update version to 20151218
> 
> Colin Ian King (1):
>   ACPICA: Tools: Add spacing and missing options in acpibin tool
> 
> David E. Box (1):
>   ACPICA: Fix SyncLevel support interaction with method
> auto-serialization
> 
> LABBE Corentin (1):
>   ACPICA: Add "const" to some functions that return fixed strings
> 
> Lv Zheng (12):
>   ACPICA: Linuxize: reduce divergences for 20151218 release
>   ACPICA: Namespace: Fix wrong error log
>   ACPICA: Debugger: reduce old external path format
>   ACPICA: Namespace: Add scope information to the simple object repair
> mechanism
>   ACPICA: Namespace: Add String -> ObjectReference conversion support
>   ACPICA: Events: Deploys acpi_ev_find_region_handler()
>   ACPICA: Events: Uses common_notify for address space handlers
>   ACPICA: Utilities: Reorder initialization code
>   ACPICA: Events: Fix an issue that region object is re-attached to
> another scope when it is already attached
>   ACPICA: Events: Split acpi_ev_associate_reg_method() from region
> initialization code
>   ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no
> _REG evaluations can happen during OS early boot stages
>   ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to
> acpi_ev_execute_reg_methods()
> 
> Markus Elfring (1):
>   ACPICA: Debugger: Remove some unecessary NULL checks
> 
> Prarit Bhargava (1):
>   ACPICA: acpi_get_sleep_type_data: Reduce warnings

Series applied, thanks!

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/42] ACPICA: 20151218 Release

2016-01-02 Thread David Lang
what is ACPICA and why should we care about divergence between it and the linux 
upstream? Where is it to be found?


This may be common knowlege to many people, but it should probably be documented 
in the patch bundle and it's explination.


David Lang

On Tue, 29 Dec 2015, Lv Zheng wrote:


Date: Tue, 29 Dec 2015 13:52:19 +0800
From: Lv Zheng 
To: Rafael J. Wysocki ,
Len Brown 
Cc: Lv Zheng , Lv Zheng ,
linux-kernel@vger.kernel.org, linux-a...@vger.kernel.org
Subject: [PATCH 00/42] ACPICA: 20151218 Release

The 20151218 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 (20150930 Release):
 517 lines
After applying (20151218 Release):
 506 lines

Bob Moore (25):
 ACPICA: exmutex: General cleanup, restructured some code
 ACPICA: Core: Major update for code formatting, no functional changes
 ACPICA: Split interpreter tracing functions to a new file
 ACPICA: acpiexec: Add support for AML files containing multiple
   tables
 ACPICA: Disassembler/tools: Support for multiple ACPI tables in one
   file
 ACPICA: iasl/acpiexec: Update input file handling and verification
 ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB
   method."
 ACPICA: Add comment explaining _SUB removal
 ACPICA: acpiexec/acpinames: Update for error checking macros
 ACPICA: Concatenate operator: Add extensions to support all ACPI
   objects
 ACPICA: Debug Object: Cleanup output
 ACPICA: Debug object: Fix output for a NULL object
 ACPICA: Update for output of the Debug Object
 ACPICA: getopt: Comment update, no functional change
 ACPICA: Add new exception code, AE_IO_ERROR
 ACPICA: iasl/Disassembler: Support ASL ElseIf operator
 ACPICA: Parser: Add constants for internal namepath function
 ACPICA: Parser: Fix for SuperName method invocation
 ACPICA: Update parameter type for ObjectType operator
 ACPICA: Update internal #defines for ObjectType operator. No
   functional change
 ACPICA: Update for CondRefOf and RefOf operators
 ACPICA: Cleanup code related to the per-table module level
   improvement
 ACPICA: Add "root node" case to the ACPI name repair code
 ACPICA: Add per-table execution of module-level code
 ACPICA: Update version to 20151218

Colin Ian King (1):
 ACPICA: Tools: Add spacing and missing options in acpibin tool

David E. Box (1):
 ACPICA: Fix SyncLevel support interaction with method
   auto-serialization

LABBE Corentin (1):
 ACPICA: Add "const" to some functions that return fixed strings

Lv Zheng (12):
 ACPICA: Linuxize: reduce divergences for 20151218 release
 ACPICA: Namespace: Fix wrong error log
 ACPICA: Debugger: reduce old external path format
 ACPICA: Namespace: Add scope information to the simple object repair
   mechanism
 ACPICA: Namespace: Add String -> ObjectReference conversion support
 ACPICA: Events: Deploys acpi_ev_find_region_handler()
 ACPICA: Events: Uses common_notify for address space handlers
 ACPICA: Utilities: Reorder initialization code
 ACPICA: Events: Fix an issue that region object is re-attached to
   another scope when it is already attached
 ACPICA: Events: Split acpi_ev_associate_reg_method() from region
   initialization code
 ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no
   _REG evaluations can happen during OS early boot stages
 ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to
   acpi_ev_execute_reg_methods()

Markus Elfring (1):
 ACPICA: Debugger: Remove some unecessary NULL checks

Prarit Bhargava (1):
 ACPICA: acpi_get_sleep_type_data: Reduce warnings

drivers/acpi/acpica/Makefile   |4 +-
drivers/acpi/acpica/acapps.h   |   58 +-
drivers/acpi/acpica/acdebug.h  |5 +-
drivers/acpi/acpica/acevents.h |   11 +-
drivers/acpi/acpica/acglobal.h |3 +-

Re: [PATCH 00/42] ACPICA: 20151218 Release

2015-12-31 Thread Rafael J. Wysocki
On Friday, January 01, 2016 04:04:47 AM Rafael J. Wysocki wrote:
> On Tuesday, December 29, 2015 01:52:19 PM Lv Zheng wrote:
> > The 20151218 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 (20150930 Release):
> >   517 lines
> > After applying (20151218 Release):
> >   506 lines
> > 
> > Bob Moore (25):
> >   ACPICA: exmutex: General cleanup, restructured some code
> >   ACPICA: Core: Major update for code formatting, no functional changes
> >   ACPICA: Split interpreter tracing functions to a new file
> >   ACPICA: acpiexec: Add support for AML files containing multiple
> > tables
> >   ACPICA: Disassembler/tools: Support for multiple ACPI tables in one
> > file
> >   ACPICA: iasl/acpiexec: Update input file handling and verification
> >   ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB
> > method."
> >   ACPICA: Add comment explaining _SUB removal
> >   ACPICA: acpiexec/acpinames: Update for error checking macros
> >   ACPICA: Concatenate operator: Add extensions to support all ACPI
> > objects
> >   ACPICA: Debug Object: Cleanup output
> >   ACPICA: Debug object: Fix output for a NULL object
> >   ACPICA: Update for output of the Debug Object
> >   ACPICA: getopt: Comment update, no functional change
> >   ACPICA: Add new exception code, AE_IO_ERROR
> >   ACPICA: iasl/Disassembler: Support ASL ElseIf operator
> >   ACPICA: Parser: Add constants for internal namepath function
> >   ACPICA: Parser: Fix for SuperName method invocation
> >   ACPICA: Update parameter type for ObjectType operator
> >   ACPICA: Update internal #defines for ObjectType operator. No
> > functional change
> >   ACPICA: Update for CondRefOf and RefOf operators
> >   ACPICA: Cleanup code related to the per-table module level
> > improvement
> >   ACPICA: Add "root node" case to the ACPI name repair code
> >   ACPICA: Add per-table execution of module-level code
> >   ACPICA: Update version to 20151218
> > 
> > Colin Ian King (1):
> >   ACPICA: Tools: Add spacing and missing options in acpibin tool
> > 
> > David E. Box (1):
> >   ACPICA: Fix SyncLevel support interaction with method
> > auto-serialization
> > 
> > LABBE Corentin (1):
> >   ACPICA: Add "const" to some functions that return fixed strings
> > 
> > Lv Zheng (12):
> >   ACPICA: Linuxize: reduce divergences for 20151218 release
> >   ACPICA: Namespace: Fix wrong error log
> >   ACPICA: Debugger: reduce old external path format
> >   ACPICA: Namespace: Add scope information to the simple object repair
> > mechanism
> >   ACPICA: Namespace: Add String -> ObjectReference conversion support
> >   ACPICA: Events: Deploys acpi_ev_find_region_handler()
> >   ACPICA: Events: Uses common_notify for address space handlers
> >   ACPICA: Utilities: Reorder initialization code
> >   ACPICA: Events: Fix an issue that region object is re-attached to
> > another scope when it is already attached
> >   ACPICA: Events: Split acpi_ev_associate_reg_method() from region
> > initialization code
> >   ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no
> > _REG evaluations can happen during OS early boot stages
> >   ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to
> > acpi_ev_execute_reg_methods()
> > 
> > Markus Elfring (1):
> >   ACPICA: Debugger: Remove some unecessary NULL checks
> > 
> > Prarit Bhargava (1):
> >   ACPICA: acpi_get_sleep_type_data: Reduce warnings
> 
> Can you please send patch [8/42] again to me to the address I'm sending this
> message from?
> 
> It seems that it didn't make it to the mailing lists.

OK, found it.

Thanks,
Rafael

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  

Re: [PATCH 00/42] ACPICA: 20151218 Release

2015-12-31 Thread Rafael J. Wysocki
On Tuesday, December 29, 2015 01:52:19 PM Lv Zheng wrote:
> The 20151218 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 (20150930 Release):
>   517 lines
> After applying (20151218 Release):
>   506 lines
> 
> Bob Moore (25):
>   ACPICA: exmutex: General cleanup, restructured some code
>   ACPICA: Core: Major update for code formatting, no functional changes
>   ACPICA: Split interpreter tracing functions to a new file
>   ACPICA: acpiexec: Add support for AML files containing multiple
> tables
>   ACPICA: Disassembler/tools: Support for multiple ACPI tables in one
> file
>   ACPICA: iasl/acpiexec: Update input file handling and verification
>   ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB
> method."
>   ACPICA: Add comment explaining _SUB removal
>   ACPICA: acpiexec/acpinames: Update for error checking macros
>   ACPICA: Concatenate operator: Add extensions to support all ACPI
> objects
>   ACPICA: Debug Object: Cleanup output
>   ACPICA: Debug object: Fix output for a NULL object
>   ACPICA: Update for output of the Debug Object
>   ACPICA: getopt: Comment update, no functional change
>   ACPICA: Add new exception code, AE_IO_ERROR
>   ACPICA: iasl/Disassembler: Support ASL ElseIf operator
>   ACPICA: Parser: Add constants for internal namepath function
>   ACPICA: Parser: Fix for SuperName method invocation
>   ACPICA: Update parameter type for ObjectType operator
>   ACPICA: Update internal #defines for ObjectType operator. No
> functional change
>   ACPICA: Update for CondRefOf and RefOf operators
>   ACPICA: Cleanup code related to the per-table module level
> improvement
>   ACPICA: Add "root node" case to the ACPI name repair code
>   ACPICA: Add per-table execution of module-level code
>   ACPICA: Update version to 20151218
> 
> Colin Ian King (1):
>   ACPICA: Tools: Add spacing and missing options in acpibin tool
> 
> David E. Box (1):
>   ACPICA: Fix SyncLevel support interaction with method
> auto-serialization
> 
> LABBE Corentin (1):
>   ACPICA: Add "const" to some functions that return fixed strings
> 
> Lv Zheng (12):
>   ACPICA: Linuxize: reduce divergences for 20151218 release
>   ACPICA: Namespace: Fix wrong error log
>   ACPICA: Debugger: reduce old external path format
>   ACPICA: Namespace: Add scope information to the simple object repair
> mechanism
>   ACPICA: Namespace: Add String -> ObjectReference conversion support
>   ACPICA: Events: Deploys acpi_ev_find_region_handler()
>   ACPICA: Events: Uses common_notify for address space handlers
>   ACPICA: Utilities: Reorder initialization code
>   ACPICA: Events: Fix an issue that region object is re-attached to
> another scope when it is already attached
>   ACPICA: Events: Split acpi_ev_associate_reg_method() from region
> initialization code
>   ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no
> _REG evaluations can happen during OS early boot stages
>   ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to
> acpi_ev_execute_reg_methods()
> 
> Markus Elfring (1):
>   ACPICA: Debugger: Remove some unecessary NULL checks
> 
> Prarit Bhargava (1):
>   ACPICA: acpi_get_sleep_type_data: Reduce warnings

Can you please send patch [8/42] again to me to the address I'm sending this
message from?

It seems that it didn't make it to the mailing lists.

Thanks,
Rafael

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/42] ACPICA: 20151218 Release

2015-12-31 Thread Rafael J. Wysocki
On Tuesday, December 29, 2015 01:52:19 PM Lv Zheng wrote:
> The 20151218 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 (20150930 Release):
>   517 lines
> After applying (20151218 Release):
>   506 lines
> 
> Bob Moore (25):
>   ACPICA: exmutex: General cleanup, restructured some code
>   ACPICA: Core: Major update for code formatting, no functional changes
>   ACPICA: Split interpreter tracing functions to a new file
>   ACPICA: acpiexec: Add support for AML files containing multiple
> tables
>   ACPICA: Disassembler/tools: Support for multiple ACPI tables in one
> file
>   ACPICA: iasl/acpiexec: Update input file handling and verification
>   ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB
> method."
>   ACPICA: Add comment explaining _SUB removal
>   ACPICA: acpiexec/acpinames: Update for error checking macros
>   ACPICA: Concatenate operator: Add extensions to support all ACPI
> objects
>   ACPICA: Debug Object: Cleanup output
>   ACPICA: Debug object: Fix output for a NULL object
>   ACPICA: Update for output of the Debug Object
>   ACPICA: getopt: Comment update, no functional change
>   ACPICA: Add new exception code, AE_IO_ERROR
>   ACPICA: iasl/Disassembler: Support ASL ElseIf operator
>   ACPICA: Parser: Add constants for internal namepath function
>   ACPICA: Parser: Fix for SuperName method invocation
>   ACPICA: Update parameter type for ObjectType operator
>   ACPICA: Update internal #defines for ObjectType operator. No
> functional change
>   ACPICA: Update for CondRefOf and RefOf operators
>   ACPICA: Cleanup code related to the per-table module level
> improvement
>   ACPICA: Add "root node" case to the ACPI name repair code
>   ACPICA: Add per-table execution of module-level code
>   ACPICA: Update version to 20151218
> 
> Colin Ian King (1):
>   ACPICA: Tools: Add spacing and missing options in acpibin tool
> 
> David E. Box (1):
>   ACPICA: Fix SyncLevel support interaction with method
> auto-serialization
> 
> LABBE Corentin (1):
>   ACPICA: Add "const" to some functions that return fixed strings
> 
> Lv Zheng (12):
>   ACPICA: Linuxize: reduce divergences for 20151218 release
>   ACPICA: Namespace: Fix wrong error log
>   ACPICA: Debugger: reduce old external path format
>   ACPICA: Namespace: Add scope information to the simple object repair
> mechanism
>   ACPICA: Namespace: Add String -> ObjectReference conversion support
>   ACPICA: Events: Deploys acpi_ev_find_region_handler()
>   ACPICA: Events: Uses common_notify for address space handlers
>   ACPICA: Utilities: Reorder initialization code
>   ACPICA: Events: Fix an issue that region object is re-attached to
> another scope when it is already attached
>   ACPICA: Events: Split acpi_ev_associate_reg_method() from region
> initialization code
>   ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no
> _REG evaluations can happen during OS early boot stages
>   ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to
> acpi_ev_execute_reg_methods()
> 
> Markus Elfring (1):
>   ACPICA: Debugger: Remove some unecessary NULL checks
> 
> Prarit Bhargava (1):
>   ACPICA: acpi_get_sleep_type_data: Reduce warnings

Can you please send patch [8/42] again to me to the address I'm sending this
message from?

It seems that it didn't make it to the mailing lists.

Thanks,
Rafael

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 00/42] ACPICA: 20151218 Release

2015-12-31 Thread Rafael J. Wysocki
On Friday, January 01, 2016 04:04:47 AM Rafael J. Wysocki wrote:
> On Tuesday, December 29, 2015 01:52:19 PM Lv Zheng wrote:
> > The 20151218 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 (20150930 Release):
> >   517 lines
> > After applying (20151218 Release):
> >   506 lines
> > 
> > Bob Moore (25):
> >   ACPICA: exmutex: General cleanup, restructured some code
> >   ACPICA: Core: Major update for code formatting, no functional changes
> >   ACPICA: Split interpreter tracing functions to a new file
> >   ACPICA: acpiexec: Add support for AML files containing multiple
> > tables
> >   ACPICA: Disassembler/tools: Support for multiple ACPI tables in one
> > file
> >   ACPICA: iasl/acpiexec: Update input file handling and verification
> >   ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB
> > method."
> >   ACPICA: Add comment explaining _SUB removal
> >   ACPICA: acpiexec/acpinames: Update for error checking macros
> >   ACPICA: Concatenate operator: Add extensions to support all ACPI
> > objects
> >   ACPICA: Debug Object: Cleanup output
> >   ACPICA: Debug object: Fix output for a NULL object
> >   ACPICA: Update for output of the Debug Object
> >   ACPICA: getopt: Comment update, no functional change
> >   ACPICA: Add new exception code, AE_IO_ERROR
> >   ACPICA: iasl/Disassembler: Support ASL ElseIf operator
> >   ACPICA: Parser: Add constants for internal namepath function
> >   ACPICA: Parser: Fix for SuperName method invocation
> >   ACPICA: Update parameter type for ObjectType operator
> >   ACPICA: Update internal #defines for ObjectType operator. No
> > functional change
> >   ACPICA: Update for CondRefOf and RefOf operators
> >   ACPICA: Cleanup code related to the per-table module level
> > improvement
> >   ACPICA: Add "root node" case to the ACPI name repair code
> >   ACPICA: Add per-table execution of module-level code
> >   ACPICA: Update version to 20151218
> > 
> > Colin Ian King (1):
> >   ACPICA: Tools: Add spacing and missing options in acpibin tool
> > 
> > David E. Box (1):
> >   ACPICA: Fix SyncLevel support interaction with method
> > auto-serialization
> > 
> > LABBE Corentin (1):
> >   ACPICA: Add "const" to some functions that return fixed strings
> > 
> > Lv Zheng (12):
> >   ACPICA: Linuxize: reduce divergences for 20151218 release
> >   ACPICA: Namespace: Fix wrong error log
> >   ACPICA: Debugger: reduce old external path format
> >   ACPICA: Namespace: Add scope information to the simple object repair
> > mechanism
> >   ACPICA: Namespace: Add String -> ObjectReference conversion support
> >   ACPICA: Events: Deploys acpi_ev_find_region_handler()
> >   ACPICA: Events: Uses common_notify for address space handlers
> >   ACPICA: Utilities: Reorder initialization code
> >   ACPICA: Events: Fix an issue that region object is re-attached to
> > another scope when it is already attached
> >   ACPICA: Events: Split acpi_ev_associate_reg_method() from region
> > initialization code
> >   ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no
> > _REG evaluations can happen during OS early boot stages
> >   ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to
> > acpi_ev_execute_reg_methods()
> > 
> > Markus Elfring (1):
> >   ACPICA: Debugger: Remove some unecessary NULL checks
> > 
> > Prarit Bhargava (1):
> >   ACPICA: acpi_get_sleep_type_data: Reduce warnings
> 
> Can you please send patch [8/42] again to me to the address I'm sending this
> message from?
> 
> It seems that it didn't make it to the mailing lists.

OK, found it.

Thanks,
Rafael

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at