From: Bob Moore Date: Tue, 25 Aug 2015 02:28:26 +0000 (+0800) Subject: ACPICA: Correctly cleanup after a ACPI table load failure X-Git-Tag: omap-for-v4.3/fixes-rc1~121^2~11^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4712f71b609d1805b958c0c355b16a995b11ab6e;p=pandora-kernel.git ACPICA: Correctly cleanup after a ACPI table load failure ACPICA commit ed7769e832de6c7ba90615480d916c85fd100422 If a table load fails, delete all namespace objects created by the table, otherwise these objects will be uninitialized, causing problems later. This appears to be a very rare problem. Also handle the unitialized node problem to prevent possible faults. ACPICA BZ 1185. Link: https://github.com/acpica/acpica/commit/ed7769e8 Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed