]> git.ipfire.org Git - people/arne_f/kernel.git/commit
ACPICA: Do not use extended sleep registers unless HW-reduced bit is set
authorLv Zheng <lv.zheng@intel.com>
Sat, 8 Jun 2013 00:59:18 +0000 (00:59 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Jul 2013 00:16:07 +0000 (17:16 -0700)
commit7734cd8caba9f06fbb0bff0c80b60575b86007f9
tree1f2570ddb8f441740b7f001cac9cc431963a3ad1
parent15ab3f9cd8231e76ece48b717ce0fb90a50c072e
ACPICA: Do not use extended sleep registers unless HW-reduced bit is set

commit 7cec7048fe22e3e92389da2cd67098f6c4284e7f upstream.

Previous implementation incorrectly used the ACPI 5.0 extended
sleep registers if they were simply populated. This caused
problems on some non-HW-reduced machines. As per the ACPI spec,
they should only be used if the HW-reduced bit is set.  Lv Zheng,
ACPICA BZ 1020.

Reported-by: Daniel Rowe <bart@fathom13.com>
References: https://bugzilla.kernel.org/show_bug.cgi?id=54181
References: https://bugs.acpica.org/show_bug.cgi?id=1020
Bisected-by: Brint E. Kriebel <kernel@bekit.net>
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/acpica/hwxfsleep.c