mbox series

[0/9] ACPICA 20190816 release

Message ID 20190816214328.3900-1-erik.schmauss@intel.com (mailing list archive)
Headers show
Series ACPICA 20190816 release | expand

Message

Schmauss, Erik Aug. 16, 2019, 9:43 p.m. UTC
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(-)

Comments

Rafael J. Wysocki Aug. 26, 2019, 9:07 a.m. UTC | #1
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!