Re: [PATCH 08/15] ACPICA: Dispatcher: Update thread ID for recursive method calls

2016-05-04 Thread Rafael J. Wysocki
lt;linux-kernel@vger.kernel.org>; ACPI Devel Maling List >> <linux-a...@vger.kernel.org>; Bob Moore <robert.mo...@intel.com>; >> Limonciello, Mario <mario_limoncie...@dell.com>; stable >> <sta...@vger.kernel.org> >> Subject: Re: [PATCH 08/15]

Re: [PATCH 08/15] ACPICA: Dispatcher: Update thread ID for recursive method calls

2016-05-04 Thread Rafael J. Wysocki
Wysocki >> ; Rafael J. Wysocki ; Len >> Brown ; Lv Zheng ; Linux >> Kernel Mailing List ; ACPI Devel Maling List >> ; Bob Moore ; >> Limonciello, Mario ; stable >> >> Subject: Re: [PATCH 08/15] ACPICA: Dispatcher: Update thread ID for >> re

RE: [PATCH 08/15] ACPICA: Dispatcher: Update thread ID for recursive method calls

2016-05-04 Thread Mario_Limonciello
ore <robert.mo...@intel.com>; > Limonciello, Mario <mario_limoncie...@dell.com>; stable > <sta...@vger.kernel.org> > Subject: Re: [PATCH 08/15] ACPICA: Dispatcher: Update thread ID for > recursive method calls > > On Wed, May 4, 2016 at 5:10 PM, Prarit Bhargav

RE: [PATCH 08/15] ACPICA: Dispatcher: Update thread ID for recursive method calls

2016-05-04 Thread Mario_Limonciello
ux > Kernel Mailing List ; ACPI Devel Maling List > ; Bob Moore ; > Limonciello, Mario ; stable > > Subject: Re: [PATCH 08/15] ACPICA: Dispatcher: Update thread ID for > recursive method calls > > On Wed, May 4, 2016 at 5:10 PM, Prarit Bhargava > wrote: > > > >

Re: [PATCH 08/15] ACPICA: Dispatcher: Update thread ID for recursive method calls

2016-05-04 Thread Rafael J. Wysocki
On Wed, May 4, 2016 at 5:10 PM, Prarit Bhargava wrote: > > > On 05/04/2016 01:48 AM, Lv Zheng wrote: >> From: Prarit Bhargava >> >> ACPICA commit 7a3bd2d962f221809f25ddb826c9e551b916eb25 >> >> Set the mutex owner thread ID. >> Original patch from: Prarit

Re: [PATCH 08/15] ACPICA: Dispatcher: Update thread ID for recursive method calls

2016-05-04 Thread Rafael J. Wysocki
On Wed, May 4, 2016 at 5:10 PM, Prarit Bhargava wrote: > > > On 05/04/2016 01:48 AM, Lv Zheng wrote: >> From: Prarit Bhargava >> >> ACPICA commit 7a3bd2d962f221809f25ddb826c9e551b916eb25 >> >> Set the mutex owner thread ID. >> Original patch from: Prarit Bhargava >> >> Link:

Re: [PATCH 08/15] ACPICA: Dispatcher: Update thread ID for recursive method calls

2016-05-04 Thread Prarit Bhargava
On 05/04/2016 01:48 AM, Lv Zheng wrote: > From: Prarit Bhargava > > ACPICA commit 7a3bd2d962f221809f25ddb826c9e551b916eb25 > > Set the mutex owner thread ID. > Original patch from: Prarit Bhargava > > Link:

Re: [PATCH 08/15] ACPICA: Dispatcher: Update thread ID for recursive method calls

2016-05-04 Thread Prarit Bhargava
On 05/04/2016 01:48 AM, Lv Zheng wrote: > From: Prarit Bhargava > > ACPICA commit 7a3bd2d962f221809f25ddb826c9e551b916eb25 > > Set the mutex owner thread ID. > Original patch from: Prarit Bhargava > > Link: https://github.com/acpica/acpica/commit/7a3bd2d9 > Signed-off-by: Prarit Bhargava >

[PATCH 08/15] ACPICA: Dispatcher: Update thread ID for recursive method calls

2016-05-03 Thread Lv Zheng
From: Prarit Bhargava ACPICA commit 7a3bd2d962f221809f25ddb826c9e551b916eb25 Set the mutex owner thread ID. Original patch from: Prarit Bhargava Link: https://github.com/acpica/acpica/commit/7a3bd2d9 Signed-off-by: Prarit Bhargava

[PATCH 08/15] ACPICA: Dispatcher: Update thread ID for recursive method calls

2016-05-03 Thread Lv Zheng
From: Prarit Bhargava ACPICA commit 7a3bd2d962f221809f25ddb826c9e551b916eb25 Set the mutex owner thread ID. Original patch from: Prarit Bhargava Link: https://github.com/acpica/acpica/commit/7a3bd2d9 Signed-off-by: Prarit Bhargava Signed-off-by: Bob Moore Signed-off-by: Lv Zheng ---