]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: iASL/disassembler - fix possible fault for -e option.
authorBob Moore <robert.moore@intel.com>
Thu, 21 May 2015 02:31:44 +0000 (10:31 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 22 May 2015 01:22:21 +0000 (03:22 +0200)
commit01ee3555b6187b9079143a38761c6b739266c583
treecbd02e4c5b232bcea34c6fb9af58e409b0ed8e66
parent37bbbd6f52b74665bcf068b33c74e69171e26946
ACPICA: iASL/disassembler - fix possible fault for -e option.

ACPICA commit 403b8b0023fd7549b2f9bf818fcc1ba481047b69

If non-AML files are used with the -e option, the disassembler
can fault. The fix is to ensure that all -e files are either
SSDTs or a DSDT. ACPICA BZ 1158.

Link: https://github.com/acpica/acpica/commit/403b8b00
Reference: https://bugs.acpica.org/show_bug.cgi?id=1158
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acdebug.h
drivers/acpi/acpica/utfileio.c
drivers/acpi/acpica/utxferror.c