]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: Parser: Fix a regression in LoadTable support
authorLv Zheng <lv.zheng@intel.com>
Fri, 23 Sep 2016 03:26:43 +0000 (11:26 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 24 Sep 2016 00:16:53 +0000 (02:16 +0200)
commitc403d48056ce892264003495949bcb7865e50bc5
treed60a1ac48cb7b525d9a22a2e4ab953a2d733e504
parent842007a3965c6b9404cdfd06bad65006afd90bfa
ACPICA: Parser: Fix a regression in LoadTable support

ACPICA commit a78506e0ce8ab1d20db2a055d99cf9143e89eb29

LoadTable allows an alternative RootPathString than the default "\", while
the new table execution support fails to keep this logic.

This regression can be detected by ASLTS - TLT0.tst4, this patch fixes this
regression.

Linux upstream is not affected by this regression as we haven't enabled the
new table execution support there. BZ 1326, Lv Zheng.

Link: https://github.com/acpica/acpica/commit/a78506e0
Link: https://bugs.acpica.org/show_bug.cgi?id=1326
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/psxface.c