From: Lin Ming Date: Fri, 5 Mar 2010 09:59:54 +0000 (+0800) Subject: ACPICA: Fix for possible fault in acpi_ex_release_mutex X-Git-Tag: v2.6.35-rc1~477^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0f40281d52161dddeb1bc12879425266a53f26f;p=pandora-kernel.git ACPICA: Fix for possible fault in acpi_ex_release_mutex Fixed a problem with the AML Mutex handling function acpi_ex_release_mutex where the function could fault under the very rare condition when the interpreter has blocked, the interpreter lock is released, the interpreter is then reentered via the same thread, and attempts to acquire a mutex that was previously acquired. FreeBSD report 140979. http://www.freebsd.org/cgi/query-pr.cgi?pr=140979 Signed-off-by: Lin Ming Signed-off-by: Bob Moore Signed-off-by: Len Brown --- Reading git-diff-tree failed