linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] ACPICA release 20200430
@ 2020-05-05  0:46 Erik Kaneda
  2020-05-05  0:46 ` [PATCH 1/6] ACPICA: Make acpi_protocol_lengths static Erik Kaneda
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Erik Kaneda @ 2020-05-05  0:46 UTC (permalink / raw)
  To: Rafael J . Wysocki, linux-acpi; +Cc: Erik Kaneda

This series contains the linux-ized patches of the 20200430 ACPICA
release. There are two patches to fix sparse warnings that are
generated from global variables, and a fix to avoid null pointer
dereferences in the dispatcher. Aside from that, there is a fix to
correct the required parameters for the predefined ACPI methods _NIH
and _NIG.

Bob Moore (1):
  ACPICA: Update version to 20200430

Erik Kaneda (4):
  ACPICA: Move acpi_gbl_next_cmd_num definition to acglobal.h
  ACPICA: Disassembler: ignore AE_ALREADY_EXISTS status when parsing
    create operators
  ACPICA: Dispatcher: add status checks to avoid NULL pointer
    dereference on field objects
  ACPICA: Fix required parameters for _NIG and _NIH

Yue Haibing (1):
  ACPICA: Make acpi_protocol_lengths static

 drivers/acpi/acpica/acglobal.h |  1 +
 drivers/acpi/acpica/acpredef.h |  4 ++--
 drivers/acpi/acpica/dbhistry.c |  1 -
 drivers/acpi/acpica/dsfield.c  | 22 ++++++++++++++++------
 drivers/acpi/acpica/exfield.c  |  2 +-
 include/acpi/acpixf.h          |  2 +-
 6 files changed, 21 insertions(+), 11 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-05-09  9:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05  0:46 [PATCH 0/6] ACPICA release 20200430 Erik Kaneda
2020-05-05  0:46 ` [PATCH 1/6] ACPICA: Make acpi_protocol_lengths static Erik Kaneda
2020-05-05  0:46 ` [PATCH 2/6] ACPICA: Move acpi_gbl_next_cmd_num definition to acglobal.h Erik Kaneda
2020-05-05  0:46 ` [PATCH 3/6] ACPICA: Disassembler: ignore AE_ALREADY_EXISTS status when parsing create operators Erik Kaneda
2020-05-05  0:46 ` [PATCH 4/6] ACPICA: Dispatcher: add status checks Erik Kaneda
2020-05-05  0:46 ` [PATCH 5/6] ACPICA: Fix required parameters for _NIG and _NIH Erik Kaneda
2020-05-05  0:46 ` [PATCH 6/6] ACPICA: Update version to 20200430 Erik Kaneda
2020-05-09  9:16 ` [PATCH 0/6] ACPICA release 20200430 Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).