From: Prarit Bhargava <prarit@redhat.com>
To: Lv Zheng <lv.zheng@intel.com>,
"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
"Rafael J. Wysocki" <rjw@rjwysocki.net>,
Len Brown <len.brown@intel.com>
Cc: Lv Zheng <zetalog@gmail.com>,
linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org,
Bob Moore <robert.moore@intel.com>,
Mario_Limonciello@dell.com, stable <stable@vger.kernel.org>
Subject: Re: [PATCH 08/15] ACPICA: Dispatcher: Update thread ID for recursive method calls
Date: Wed, 04 May 2016 11:10:06 -0400 [thread overview]
Message-ID: <572A10CE.20106@redhat.com> (raw)
In-Reply-To: <b1748e389752c1f7d499770dea3fe5f4950aaecc.1462331121.git.lv.zheng@intel.com>
On 05/04/2016 01:48 AM, Lv Zheng wrote:
> From: Prarit Bhargava <prarit@redhat.com>
>
> ACPICA commit 7a3bd2d962f221809f25ddb826c9e551b916eb25
>
> Set the mutex owner thread ID.
> Original patch from: Prarit Bhargava <prarit@redhat.com>
>
> Link: https://github.com/acpica/acpica/commit/7a3bd2d9
> Signed-off-by: Prarit Bhargava <prarit@redhat.com>
> Signed-off-by: Bob Moore <robert.moore@intel.com>
> Signed-off-by: Lv Zheng <lv.zheng@intel.com>
cc'ing Mario @ Dell and stable.
P.
> ---
> drivers/acpi/acpica/dsmethod.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/acpi/acpica/dsmethod.c b/drivers/acpi/acpica/dsmethod.c
> index ddfec05..47c7b52 100644
> --- a/drivers/acpi/acpica/dsmethod.c
> +++ b/drivers/acpi/acpica/dsmethod.c
> @@ -428,6 +428,9 @@ acpi_ds_begin_method_execution(struct acpi_namespace_node *method_node,
> obj_desc->method.mutex->mutex.
> original_sync_level =
> obj_desc->method.mutex->mutex.sync_level;
> +
> + obj_desc->method.mutex->mutex.thread_id =
> + acpi_os_get_thread_id();
> }
> }
>
>
next prev parent reply other threads:[~2016-05-04 15:10 UTC|newest]
Thread overview: 87+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-04 5:47 [PATCH 00/15] ACPICA: 20160422 Release Lv Zheng
2016-05-04 5:47 ` Lv Zheng
2016-05-04 5:48 ` [PATCH 01/15] ACPICA: Linuxize: reduce divergences for 20160422 release Lv Zheng
2016-05-04 5:48 ` Lv Zheng
2016-05-04 21:37 ` Rafael J. Wysocki
2016-05-04 21:38 ` Rafael J. Wysocki
2016-05-05 2:16 ` Zheng, Lv
2016-05-05 2:15 ` Zheng, Lv
2016-05-04 5:48 ` [PATCH 02/15] ACPICA: Divergence: remove unwanted spaces for typedef Lv Zheng
2016-05-04 5:48 ` Lv Zheng
2016-05-04 5:48 ` [PATCH 03/15] ACPICA: Refactor evaluate_object to reduce nesting Lv Zheng
2016-05-04 5:48 ` Lv Zheng
2016-05-04 5:48 ` [PATCH 04/15] ACPICA: ACPI 6.1: Support for new PCCT subtable Lv Zheng
2016-05-04 5:48 ` Lv Zheng
2016-05-04 5:48 ` [PATCH 05/15] ACPICA: ACPI 6.0: Update _BIX support for new package element Lv Zheng
2016-05-04 5:48 ` Lv Zheng
2016-05-04 5:48 ` [PATCH 06/15] ACPICA: ACPI 6.0, tools/iasl: Add support for new resource descriptors Lv Zheng
2016-05-04 5:48 ` Lv Zheng
2016-05-04 5:48 ` [PATCH 07/15] ACPICA: Renamed some #defined flag constants for clarity Lv Zheng
2016-05-04 5:48 ` Lv Zheng
2016-05-04 5:48 ` [PATCH 08/15] ACPICA: Dispatcher: Update thread ID for recursive method calls Lv Zheng
2016-05-04 5:48 ` Lv Zheng
2016-05-04 15:10 ` Prarit Bhargava [this message]
2016-05-04 19:22 ` Rafael J. Wysocki
2016-05-04 20:30 ` Mario_Limonciello
2016-05-04 20:30 ` Mario_Limonciello
2016-05-04 20:45 ` Rafael J. Wysocki
2016-05-04 5:49 ` [PATCH 09/15] ACPICA: Utilities: Add ACPI_IS_ALIGNED() macro Lv Zheng
2016-05-04 5:49 ` Lv Zheng
2016-05-04 5:49 ` [PATCH 10/15] ACPICA: Hardware: Add optimized access bit width support Lv Zheng
2016-05-04 5:49 ` Lv Zheng
2016-05-04 5:49 ` [PATCH 11/15] ACPICA: Executer: Introduce a set of macros to handle bit width mask generation Lv Zheng
2016-05-04 5:49 ` Lv Zheng
2016-05-04 5:49 ` [PATCH 12/15] ACPICA: Hardware: Add access_width/bit_offset support in acpi_hw_read() Lv Zheng
2016-05-04 5:49 ` Lv Zheng
2016-05-04 5:49 ` [PATCH 13/15] ACPICA: Hardware: Add access_width/bit_offset support for acpi_hw_write() Lv Zheng
2016-05-04 5:49 ` Lv Zheng
2016-05-04 5:49 ` [PATCH 14/15] ACPICA: Move all ASCII utilities to a common file Lv Zheng
2016-05-04 5:49 ` Lv Zheng
2016-05-04 5:49 ` [PATCH 15/15] ACPICA: Update version to 20160422 Lv Zheng
2016-05-04 5:49 ` Lv Zheng
2016-05-05 4:57 ` [PATCH v2 00/13] ACPICA: 20160422 Release Lv Zheng
2016-05-05 4:57 ` Lv Zheng
2016-05-05 4:57 ` [PATCH v2 01/13] ACPICA: Divergence: remove unwanted spaces for typedef Lv Zheng
2016-05-05 4:57 ` Lv Zheng
2016-05-05 4:58 ` [PATCH v2 02/13] ACPICA: Refactor evaluate_object to reduce nesting Lv Zheng
2016-05-05 4:58 ` Lv Zheng
2016-05-05 4:58 ` [PATCH v2 03/13] ACPICA: ACPI 6.1: Support for new PCCT subtable Lv Zheng
2016-05-05 4:58 ` Lv Zheng
2016-05-05 4:58 ` [PATCH v2 04/13] ACPICA: ACPI 6.0: Update _BIX support for new package element Lv Zheng
2016-05-05 4:58 ` Lv Zheng
2016-05-05 4:58 ` [PATCH v2 05/13] ACPICA: ACPI 6.0, tools/iasl: Add support for new resource descriptors Lv Zheng
2016-05-05 4:58 ` Lv Zheng
2016-05-05 4:58 ` [PATCH v2 06/13] ACPICA: Renamed some #defined flag constants for clarity Lv Zheng
2016-05-05 4:58 ` Lv Zheng
2016-05-05 4:58 ` [PATCH v2 07/13] ACPICA: Utilities: Add ACPI_IS_ALIGNED() macro Lv Zheng
2016-05-05 4:58 ` Lv Zheng
2016-05-05 4:58 ` [PATCH v2 08/13] ACPICA: Hardware: Add optimized access bit width support Lv Zheng
2016-05-05 4:58 ` Lv Zheng
2016-05-25 19:17 ` Boris Ostrovsky
2016-05-26 16:26 ` Jan Beulich
2016-05-26 16:26 ` Jan Beulich
2016-05-26 16:26 ` Jan Beulich
2016-05-26 16:55 ` Boris Ostrovsky
2016-05-26 21:59 ` Boris Ostrovsky
2016-05-26 21:59 ` Boris Ostrovsky
2016-05-27 3:24 ` Zheng, Lv
2016-05-27 3:24 ` Zheng, Lv
2016-05-27 7:34 ` Zheng, Lv
2016-05-27 17:31 ` Boris Ostrovsky
2016-05-27 17:31 ` Boris Ostrovsky
2016-05-27 7:34 ` Zheng, Lv
2016-05-26 16:55 ` Boris Ostrovsky
2016-05-27 3:14 ` Zheng, Lv
2016-05-27 3:14 ` Zheng, Lv
2016-05-25 19:17 ` Boris Ostrovsky
2016-05-05 4:58 ` [PATCH v2 09/13] ACPICA: Executer: Introduce a set of macros to handle bit width mask generation Lv Zheng
2016-05-05 4:58 ` Lv Zheng
2016-05-05 4:58 ` [PATCH v2 10/13] ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support in acpi_hw_read() Lv Zheng
2016-05-05 4:58 ` Lv Zheng
2016-05-05 5:00 ` [PATCH v2 11/13] ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for acpi_hw_write() Lv Zheng
2016-05-05 5:00 ` Lv Zheng
2016-05-05 5:00 ` [PATCH v2 12/13] ACPICA: Move all ASCII utilities to a common file Lv Zheng
2016-05-05 5:00 ` Lv Zheng
2016-05-05 5:00 ` [PATCH v2 13/13] ACPICA: Update version to 20160422 Lv Zheng
2016-05-05 5:00 ` Lv Zheng
2016-05-05 23:49 ` [PATCH v2 00/13] ACPICA: 20160422 Release Rafael J. Wysocki
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=572A10CE.20106@redhat.com \
--to=prarit@redhat.com \
--cc=Mario_Limonciello@dell.com \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lv.zheng@intel.com \
--cc=rafael.j.wysocki@intel.com \
--cc=rjw@rjwysocki.net \
--cc=robert.moore@intel.com \
--cc=stable@vger.kernel.org \
--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.