Searched hist:"5088814 a6e931350e5bd29f5d59fa40c6dbbdf10" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/acpi/acpica/ |
H A D | uterror.c | diff 5088814a6e931350e5bd29f5d59fa40c6dbbdf10 Fri Jun 01 14:06:43 CDT 2018 Erik Schmauss <erik.schmauss@intel.com> ACPICA: AML parser: attempt to continue loading table after error
This change alters the parser so that the table load does not abort upon an error.
Notable changes:
If there is an error while parsing an element of the termlist, we will skip parsing the current termlist element and continue parsing to the next opcode in the termlist.
If we get an error while parsing the conditional of If/Else/While or the device name of Scope, we will skip the body of the statement all together and pop the parser_state.
If we get an error while parsing the base offset and length of an operation region declaration, we will remove the operation region from the namespace.
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
H A D | psobject.c | diff 5088814a6e931350e5bd29f5d59fa40c6dbbdf10 Fri Jun 01 14:06:43 CDT 2018 Erik Schmauss <erik.schmauss@intel.com> ACPICA: AML parser: attempt to continue loading table after error
This change alters the parser so that the table load does not abort upon an error.
Notable changes:
If there is an error while parsing an element of the termlist, we will skip parsing the current termlist element and continue parsing to the next opcode in the termlist.
If we get an error while parsing the conditional of If/Else/While or the device name of Scope, we will skip the body of the statement all together and pop the parser_state.
If we get an error while parsing the base offset and length of an operation region declaration, we will remove the operation region from the namespace.
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
H A D | psloop.c | diff 5088814a6e931350e5bd29f5d59fa40c6dbbdf10 Fri Jun 01 14:06:43 CDT 2018 Erik Schmauss <erik.schmauss@intel.com> ACPICA: AML parser: attempt to continue loading table after error
This change alters the parser so that the table load does not abort upon an error.
Notable changes:
If there is an error while parsing an element of the termlist, we will skip parsing the current termlist element and continue parsing to the next opcode in the termlist.
If we get an error while parsing the conditional of If/Else/While or the device name of Scope, we will skip the body of the statement all together and pop the parser_state.
If we get an error while parsing the base offset and length of an operation region declaration, we will remove the operation region from the namespace.
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|