From: David E. Box Date: Mon, 23 Sep 2013 01:52:12 +0000 (+0800) Subject: ACPICA: Operation region support: Never free the handler "context" pointer. X-Git-Tag: v3.13-rc1~96^2~23^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2e7d079c7f21999e93802351c6ac7b31d266cce;p=pandora-kernel.git ACPICA: Operation region support: Never free the handler "context" pointer. This change removes some dangerous code that attempts to free the handler context pointer in some (rare) circumstances. The owner of the handler owns this pointer and the ACPICA code should never touch it. Although not seen to be an issue in any kernel, it did show up as a problem under AcpiExec. Also, set the internal storage field for the context pointer to zero when the region is deactivated, simply for sanity. David Box. Signed-off-by: David E. Box Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Reviewed-by: Len Brown Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed