ACPICA: iASL: Enhance error detection
authorBob Moore <robert.moore@intel.com>
Mon, 5 Nov 2018 17:43:54 +0000 (09:43 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 8 Nov 2018 17:41:47 +0000 (18:41 +0100)
commit927a6abf023b1a8c6940880802fc17026be6a351
treecf19f61b5d2ce23e288bf6187e2aecc2eccdeb56
parentc159597ca9233b58be0327f3379eba598a6697ef
ACPICA: iASL: Enhance error detection

Enhance error detection by validating that all name_seg elements
within a name_path actually exist. The previous behavior was spotty
at best, and such errors could be improperly ignored at compile
time (never at runtime, however). There are two new error messages.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acnamesp.h
drivers/acpi/acpica/dswload2.c
drivers/acpi/acpica/nsaccess.c
drivers/acpi/acpica/psloop.c
drivers/acpi/acpica/psobject.c