From: "Rafael J. Wysocki" <rjw@rjwysocki.net>
To: Erik Schmauss <erik.schmauss@intel.com>
Cc: linux-acpi@vger.kernel.org
Subject: Re: [PATCH 0/9] ACPICA 20190816 release
Date: Mon, 26 Aug 2019 11:07:35 +0200 [thread overview]
Message-ID: <7938524.fjo6aGFHCJ@kreacher> (raw)
In-Reply-To: <20190816214328.3900-1-erik.schmauss@intel.com>
On Friday, August 16, 2019 11:43:19 PM CEST Erik Schmauss wrote:
> This patchset contains the ACPICA 20190816 release. Most notable changes
> include the new _OSI string and increasing the max owner ID.
>
> Bob Moore (6):
> ACPICA: Increase total number of possible Owner IDs
> ACPICA: Macros: remove pointer math on a null pointer
> ACPICA: Fix issues with arg types within printf format strings
> ACPICA: iASL,acpi_dump: Improve y/n query
> ACPICA: Fully deploy ACPI_PRINTF_LIKE macro
> ACPICA: Update version to 20190816.
>
> Colin Ian King (1):
> ACPICA: Debugger: remove redundant assignment on obj_desc
>
> Jung-uk Kim (2):
> ACPICA: Differentiate Windows 8.1 from Windows 8.
> ACPICA: Add "Windows 2019" string to _OSI support.
>
> drivers/acpi/acpica/aclocal.h | 4 +-
> drivers/acpi/acpica/acobject.h | 2 +-
> drivers/acpi/acpica/acstruct.h | 2 +-
> drivers/acpi/acpica/acutils.h | 10 ++-
> drivers/acpi/acpica/dbhistry.c | 2 +-
> drivers/acpi/acpica/dbinput.c | 10 +--
> drivers/acpi/acpica/dbmethod.c | 4 +
> drivers/acpi/acpica/dbobject.c | 1 -
> drivers/acpi/acpica/dbstats.c | 92 +++++++++++------------
> drivers/acpi/acpica/exdump.c | 6 +-
> drivers/acpi/acpica/nsaccess.c | 2 +-
> drivers/acpi/acpica/nsalloc.c | 2 +-
> drivers/acpi/acpica/nsdump.c | 2 +-
> drivers/acpi/acpica/nsrepair2.c | 2 +-
> drivers/acpi/acpica/tbdata.c | 1 +
> drivers/acpi/acpica/utdebug.c | 4 +-
> drivers/acpi/acpica/uterror.c | 6 +-
> drivers/acpi/acpica/utosi.c | 3 +-
> drivers/acpi/acpica/utownerid.c | 12 +--
> include/acpi/acconfig.h | 4 +-
> include/acpi/acpiosxf.h | 1 +
> include/acpi/acpixf.h | 2 +-
> include/acpi/actypes.h | 20 ++---
> tools/power/acpi/tools/acpidump/apfiles.c | 10 ++-
> 24 files changed, 110 insertions(+), 94 deletions(-)
Whole series applied, thanks!
prev parent reply other threads:[~2019-08-26 9:07 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-16 21:43 [PATCH 0/9] ACPICA 20190816 release Erik Schmauss
2019-08-16 21:43 ` [PATCH 1/9] ACPICA: Debugger: remove redundant assignment on obj_desc Erik Schmauss
2019-08-16 21:43 ` [PATCH 2/9] ACPICA: Increase total number of possible Owner IDs Erik Schmauss
2019-08-16 21:43 ` [PATCH 3/9] ACPICA: Macros: remove pointer math on a null pointer Erik Schmauss
2019-08-16 21:43 ` [PATCH 4/9] ACPICA: Fix issues with arg types within printf format strings Erik Schmauss
2019-08-16 21:43 ` [PATCH 5/9] ACPICA: iASL,acpi_dump: Improve y/n query Erik Schmauss
2019-08-16 21:43 ` [PATCH 6/9] ACPICA: Fully deploy ACPI_PRINTF_LIKE macro Macro was not being used across all "printf-like" functions. Also, cleanup all calls to such functions now that they are analyzed by the compiler (gcc). Both in 32-bit mode and 64-bit mode Erik Schmauss
2019-08-16 21:43 ` [PATCH 7/9] ACPICA: Differentiate Windows 8.1 from Windows 8 Erik Schmauss
2019-08-16 21:43 ` [PATCH 8/9] ACPICA: Add "Windows 2019" string to _OSI support Erik Schmauss
2019-08-16 21:43 ` [PATCH 9/9] ACPICA: Update version to 20190816 Erik Schmauss
2019-08-26 9:07 ` Rafael J. Wysocki [this message]
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=7938524.fjo6aGFHCJ@kreacher \
--to=rjw@rjwysocki.net \
--cc=erik.schmauss@intel.com \
--cc=linux-acpi@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.