Linux ACPI
 help / color / mirror / Atom feed
* [PATCH 0/8] ACPICA release 20190329 and 20190405
@ 2019-04-08 20:42 Erik Schmauss
  2019-04-08 20:42 ` [PATCH 1/8] ACPICA: Rename nameseg copy macro for clarity Erik Schmauss
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Erik Schmauss @ 2019-04-08 20:42 UTC (permalink / raw)
  To: linux-acpi, rjw; +Cc: Erik Schmauss

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


^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH 0/8] ACPICA release 20190329 and 20190405
@ 2019-04-08 20:36 Erik Schmauss
  2019-04-08 20:36 ` [PATCH 7/8] ACPICA: Namespace: add check to avoid null pointer dereference Erik Schmauss
  0 siblings, 1 reply; 15+ messages in thread
From: Erik Schmauss @ 2019-04-08 20:36 UTC (permalink / raw)
  To: linux-acpi, rjw; +Cc: Erik Schmauss

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.


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-04-11 18:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-08 20:42 [PATCH 0/8] ACPICA release 20190329 and 20190405 Erik Schmauss
2019-04-08 20:42 ` [PATCH 1/8] ACPICA: Rename nameseg copy macro for clarity Erik Schmauss
2019-04-08 20:42 ` [PATCH 2/8] ACPICA: Rename nameseg compare " Erik Schmauss
2019-04-08 20:42 ` [PATCH 3/8] ACPICA: Rename nameseg length macro/define " Erik Schmauss
2019-04-09  9:29   ` Rafael J. Wysocki
2019-04-11 18:36     ` Schmauss, Erik
2019-04-08 20:42 ` [PATCH 4/8] ACPICA: Namespace: remove address node from global list after method termination Erik Schmauss
2019-04-08 20:42   ` Erik Schmauss
2019-04-08 20:42 ` [PATCH 5/8] ACPICA: utilities: fix spelling of PCC to platform_comm_channel Erik Schmauss
2019-04-08 20:42 ` [PATCH 6/8] ACPICA: Update version to 20190329 Erik Schmauss
2019-04-08 20:42 ` [PATCH 7/8] ACPICA: Namespace: add check to avoid null pointer dereference Erik Schmauss
2019-04-08 20:42 ` [PATCH 8/8] ACPICA: Update version to 20190405 Erik Schmauss
2019-04-08 20:56 ` [PATCH 0/8] ACPICA release 20190329 and 20190405 Schmauss, Erik
2019-04-10 12:39 ` Rafael J. Wysocki
  -- strict thread matches above, loose matches on Subject: below --
2019-04-08 20:36 Erik Schmauss
2019-04-08 20:36 ` [PATCH 7/8] ACPICA: Namespace: add check to avoid null pointer dereference Erik Schmauss

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox