From: Erik Schmauss <erik.schmauss@intel.com>
To: linux-acpi@vger.kernel.org, rjw@rjwysocki.net
Cc: Erik Schmauss <erik.schmauss@intel.com>
Subject: [PATCH 0/8] ACPICA release 20190329 and 20190405
Date: Mon, 8 Apr 2019 13:42:22 -0700 [thread overview]
Message-ID: <20190408204230.4335-1-erik.schmauss@intel.com> (raw)
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
next reply other threads:[~2019-04-08 20:52 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-08 20:42 Erik Schmauss [this message]
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
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=20190408204230.4335-1-erik.schmauss@intel.com \
--to=erik.schmauss@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=rjw@rjwysocki.net \
/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