From 5b0bbfbd56118d2f5dca2b56ea47103470fa7aaa Mon Sep 17 00:00:00 2001 From: Bob Moore Date: Thu, 21 May 2015 10:31:44 +0800 Subject: [PATCH] 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 Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-format-patch failed