From: Lv Zheng <lv.zheng@intel.com>
To: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
Len Brown <len.brown@intel.com>
Cc: Lv Zheng <lv.zheng@intel.com>, Lv Zheng <zetalog@gmail.com>,
linux-acpi@vger.kernel.org, Lee@vger.kernel.org,
Chun-Yi <jlee@suse.com>, Hanjun Guo <hanjun.guo@linaro.org>
Subject: [RFC PATCH 0/3] ACPICA: Events: Fix notify handler atomicity
Date: Fri, 11 Sep 2015 10:05:09 +0800 [thread overview]
Message-ID: <cover.1441935832.git.lv.zheng@intel.com> (raw)
This patchset tries to fix atomicity issue in the notify handler.
Lv Zheng (3):
ACPICA: Utilities: Add deferred lock free contexts for deleting
operand objects
ACPI / osl: Add OSL_GC_HANDLER/OSL_GC_THREAD support
ACPICA: Events: Fix reference counting code for per-object notify
handlers
drivers/acpi/acpica/acevents.h | 4 +
drivers/acpi/acpica/acglobal.h | 5 ++
drivers/acpi/acpica/acobject.h | 2 +-
drivers/acpi/acpica/evmisc.c | 134 +++++++++++++++++++++++++++-
drivers/acpi/acpica/evxface.c | 66 ++------------
drivers/acpi/acpica/utdelete.c | 191 +++++++++++++++++++++++++++++++++-------
drivers/acpi/acpica/utstate.c | 22 ++++-
drivers/acpi/bus.c | 4 +-
drivers/acpi/osl.c | 52 ++++++++++-
include/acpi/acpiosxf.h | 2 +
10 files changed, 381 insertions(+), 101 deletions(-)
--
1.7.10
next reply other threads:[~2015-09-11 2:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-11 2:05 Lv Zheng [this message]
2015-09-11 2:05 ` [RFC PATCH 1/3] ACPICA: Utilities: Add deferred lock free contexts for deleting operand objects Lv Zheng
2015-09-11 2:05 ` [RFC PATCH 2/3] ACPI / osl: Add OSL_GC_HANDLER/OSL_GC_THREAD support Lv Zheng
2015-09-11 2:05 ` [RFC PATCH 3/3] ACPICA: Events: Fix reference counting code for per-object notify handlers Lv Zheng
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=cover.1441935832.git.lv.zheng@intel.com \
--to=lv.zheng@intel.com \
--cc=Lee@vger.kernel.org \
--cc=hanjun.guo@linaro.org \
--cc=jlee@suse.com \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=rafael.j.wysocki@intel.com \
--cc=zetalog@gmail.com \
/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.