From: Randy Dunlap <randy.dunlap@oracle.com>
To: lkml <linux-kernel@vger.kernel.org>, linux-acpi@vger.kernel.org
Cc: "Brown, Len" <len.brown@intel.com>, akpm <akpm@osdl.org>
Subject: [UBUNTU PATCH: acpi] Do not abort method execution if asked to release not acquired mutex
Date: Mon, 03 Jul 2006 13:45:41 -0700 [thread overview]
Message-ID: <44A981F5.7000708@oracle.com> (raw)
From: Chuck Short <chuck@maggie>
[UBUNTU: acpi] Do not abort method execution if asked to release not acquired mutex.
See http://bugme.osdl.org/show_bug.cgi?id=6687
Closes: #50088
patch location:
http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=202ddb5b6498af53e110f78edd41a217587c1ffb
Signed-off-by: Chuck Short <zulcss@gmail.com>
Signed-off-by: Ben Collins <bcollins@ubuntu.com>
---
drivers/acpi/executer/exmutex.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2617-g21.orig/drivers/acpi/executer/exmutex.c
+++ linux-2617-g21/drivers/acpi/executer/exmutex.c
@@ -246,7 +246,7 @@ acpi_ex_release_mutex(union acpi_operand
ACPI_ERROR((AE_INFO,
"Cannot release Mutex [%4.4s], not acquired",
acpi_ut_get_node_name(obj_desc->mutex.node)));
- return_ACPI_STATUS(AE_AML_MUTEX_NOT_ACQUIRED);
+ return_ACPI_STATUS(AE_OK);
}
/* Sanity check -- we must have a valid thread ID */
reply other threads:[~2006-07-03 20:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44A981F5.7000708@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=akpm@osdl.org \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.