mbox series

[0/8] ACPICA release 20190329 and 20190405

Message ID 20190408204230.4335-1-erik.schmauss@intel.com (mailing list archive)
Headers show
Series ACPICA release 20190329 and 20190405 | expand

Message

Schmauss, Erik April 8, 2019, 8:42 p.m. UTC
Since ACPICA had a release within one week of each other, this patch-set
contains both releases. Notable items include a patch to remove a
namespace node from the global address list correctly. Other than that,
there are several renamings for clarity.

This patch-set is also available at the link below:
https://github.com/SchmErik/linux/commits/acpica201904

Bob Moore (5):
  ACPICA: Rename nameseg copy macro for clarity
  ACPICA: Rename nameseg compare macro for clarity
  ACPICA: Rename nameseg length macro/define for clarity
  ACPICA: Update version to 20190329
  ACPICA: Update version to 20190405

Erik Schmauss (3):
  ACPICA: Namespace: remove address node from global list after method
    termination
  ACPICA: utilities: fix spelling of PCC to platform_comm_channel
  ACPICA: Namespace: add check to avoid null pointer dereference

 arch/x86/boot/compressed/acpi.c               |  2 +-
 drivers/acpi/acpica/aclocal.h                 |  4 +-
 drivers/acpi/acpica/dbexec.c                  |  2 +-
 drivers/acpi/acpica/dbnames.c                 |  2 +-
 drivers/acpi/acpica/dsinit.c                  |  2 +-
 drivers/acpi/acpica/evgpeinit.c               |  4 +-
 drivers/acpi/acpica/exnames.c                 |  6 +--
 drivers/acpi/acpica/nsaccess.c                |  2 +-
 drivers/acpi/acpica/nsalloc.c                 |  4 ++
 drivers/acpi/acpica/nsdump.c                  |  2 +-
 drivers/acpi/acpica/nsinit.c                  |  4 +-
 drivers/acpi/acpica/nsnames.c                 |  8 ++--
 drivers/acpi/acpica/nsobject.c                |  4 ++
 drivers/acpi/acpica/nsparse.c                 |  2 +-
 drivers/acpi/acpica/nsrepair.c                |  2 +-
 drivers/acpi/acpica/nsrepair2.c               |  4 +-
 drivers/acpi/acpica/nsutils.c                 | 14 +++---
 drivers/acpi/acpica/nsxfname.c                |  4 +-
 drivers/acpi/acpica/psargs.c                  |  8 ++--
 drivers/acpi/acpica/rsxface.c                 |  8 ++--
 drivers/acpi/acpica/tbdata.c                  |  3 +-
 drivers/acpi/acpica/tbfind.c                  | 20 ++++----
 drivers/acpi/acpica/tbinstal.c                |  2 +-
 drivers/acpi/acpica/tbprint.c                 | 10 ++--
 drivers/acpi/acpica/tbutils.c                 |  6 +--
 drivers/acpi/acpica/tbxface.c                 |  4 +-
 drivers/acpi/acpica/tbxfload.c                | 15 +++---
 drivers/acpi/acpica/utascii.c                 |  2 +-
 drivers/acpi/acpica/utdecode.c                |  4 +-
 drivers/acpi/acpica/utmisc.c                  |  8 ++--
 drivers/acpi/acpica/utpredef.c                |  4 +-
 drivers/acpi/acpica/utstring.c                |  6 +--
 drivers/acpi/scan.c                           |  2 +-
 drivers/acpi/sysfs.c                          | 14 +++---
 drivers/acpi/tables.c                         |  4 +-
 include/acpi/acpixf.h                         |  2 +-
 include/acpi/actbl.h                          |  4 +-
 include/acpi/actypes.h                        | 12 ++---
 .../os_specific/service_layers/oslinuxtbl.c   | 48 +++++++++----------
 tools/power/acpi/tools/acpidump/apdump.c      |  8 ++--
 tools/power/acpi/tools/acpidump/apfiles.c     |  8 ++--
 41 files changed, 142 insertions(+), 132 deletions(-)

Comments

Schmauss, Erik April 8, 2019, 8:56 p.m. UTC | #1
Sorry for the spam, everyone.
There's no difference between this patch-set and the one before.
However, this cover letter contains a link to a copy of the patch set in case the patches were not sent.

Thanks,
Erik

> -----Original Message-----
> From: Schmauss, Erik
> Sent: Monday, April 8, 2019 1:42 PM
> To: linux-acpi@vger.kernel.org; rjw@rjwysocki.net
> Cc: Schmauss, Erik <erik.schmauss@intel.com>
> Subject: [PATCH 0/8] ACPICA release 20190329 and 20190405
> 
> Since ACPICA had a release within one week of each other, this patch-
> set contains both releases. Notable items include a patch to remove a
> namespace node from the global address list correctly. Other than
> that, there are several renamings for clarity.
> 
> This patch-set is also available at the link below:
> https://github.com/SchmErik/linux/commits/acpica201904
> 
> Bob Moore (5):
>   ACPICA: Rename nameseg copy macro for clarity
>   ACPICA: Rename nameseg compare macro for clarity
>   ACPICA: Rename nameseg length macro/define for clarity
>   ACPICA: Update version to 20190329
>   ACPICA: Update version to 20190405
> 
> Erik Schmauss (3):
>   ACPICA: Namespace: remove address node from global list after
> method
>     termination
>   ACPICA: utilities: fix spelling of PCC to platform_comm_channel
>   ACPICA: Namespace: add check to avoid null pointer dereference
> 
>  arch/x86/boot/compressed/acpi.c               |  2 +-
>  drivers/acpi/acpica/aclocal.h                 |  4 +-
>  drivers/acpi/acpica/dbexec.c                  |  2 +-
>  drivers/acpi/acpica/dbnames.c                 |  2 +-
>  drivers/acpi/acpica/dsinit.c                  |  2 +-
>  drivers/acpi/acpica/evgpeinit.c               |  4 +-
>  drivers/acpi/acpica/exnames.c                 |  6 +--
>  drivers/acpi/acpica/nsaccess.c                |  2 +-
>  drivers/acpi/acpica/nsalloc.c                 |  4 ++
>  drivers/acpi/acpica/nsdump.c                  |  2 +-
>  drivers/acpi/acpica/nsinit.c                  |  4 +-
>  drivers/acpi/acpica/nsnames.c                 |  8 ++--
>  drivers/acpi/acpica/nsobject.c                |  4 ++
>  drivers/acpi/acpica/nsparse.c                 |  2 +-
>  drivers/acpi/acpica/nsrepair.c                |  2 +-
>  drivers/acpi/acpica/nsrepair2.c               |  4 +-
>  drivers/acpi/acpica/nsutils.c                 | 14 +++---
>  drivers/acpi/acpica/nsxfname.c                |  4 +-
>  drivers/acpi/acpica/psargs.c                  |  8 ++--
>  drivers/acpi/acpica/rsxface.c                 |  8 ++--
>  drivers/acpi/acpica/tbdata.c                  |  3 +-
>  drivers/acpi/acpica/tbfind.c                  | 20 ++++----
>  drivers/acpi/acpica/tbinstal.c                |  2 +-
>  drivers/acpi/acpica/tbprint.c                 | 10 ++--
>  drivers/acpi/acpica/tbutils.c                 |  6 +--
>  drivers/acpi/acpica/tbxface.c                 |  4 +-
>  drivers/acpi/acpica/tbxfload.c                | 15 +++---
>  drivers/acpi/acpica/utascii.c                 |  2 +-
>  drivers/acpi/acpica/utdecode.c                |  4 +-
>  drivers/acpi/acpica/utmisc.c                  |  8 ++--
>  drivers/acpi/acpica/utpredef.c                |  4 +-
>  drivers/acpi/acpica/utstring.c                |  6 +--
>  drivers/acpi/scan.c                           |  2 +-
>  drivers/acpi/sysfs.c                          | 14 +++---
>  drivers/acpi/tables.c                         |  4 +-
>  include/acpi/acpixf.h                         |  2 +-
>  include/acpi/actbl.h                          |  4 +-
>  include/acpi/actypes.h                        | 12 ++---
>  .../os_specific/service_layers/oslinuxtbl.c   | 48 +++++++++----------
>  tools/power/acpi/tools/acpidump/apdump.c      |  8 ++--
>  tools/power/acpi/tools/acpidump/apfiles.c     |  8 ++--
>  41 files changed, 142 insertions(+), 132 deletions(-)
> 
> --
> 2.17.2
Rafael J. Wysocki April 10, 2019, 12:39 p.m. UTC | #2
On Mon, Apr 8, 2019 at 10:52 PM Erik Schmauss <erik.schmauss@intel.com> wrote:
>
> Since ACPICA had a release within one week of each other, this patch-set
> contains both releases. Notable items include a patch to remove a
> namespace node from the global address list correctly. Other than that,
> there are several renamings for clarity.
>
> This patch-set is also available at the link below:
> https://github.com/SchmErik/linux/commits/acpica201904
>
> Bob Moore (5):
>   ACPICA: Rename nameseg copy macro for clarity
>   ACPICA: Rename nameseg compare macro for clarity
>   ACPICA: Rename nameseg length macro/define for clarity
>   ACPICA: Update version to 20190329
>   ACPICA: Update version to 20190405
>
> Erik Schmauss (3):
>   ACPICA: Namespace: remove address node from global list after method
>     termination

All applied, I put this one on the fast track for 5.1-rc5.

>   ACPICA: utilities: fix spelling of PCC to platform_comm_channel
>   ACPICA: Namespace: add check to avoid null pointer dereference

Thanks!