All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Devel] [PATCH] ACPICA: fix Thunderbolt hotplug
@ 2016-04-07 20:12 Moore, Robert
  0 siblings, 0 replies; 3+ messages in thread
From: Moore, Robert @ 2016-04-07 20:12 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 679 bytes --]

I'll give the change a try here.


> -----Original Message-----
> From: Prarit Bhargava [mailto:prarit(a)redhat.com]
> Sent: Thursday, April 07, 2016 6:51 AM
> To: devel(a)acpica.org; Zheng, Lv
> Cc: Moore, Robert
> Subject: Re: [PATCH] ACPICA: fix Thunderbolt hotplug
> 
> 
> 
> On 03/30/2016 05:10 PM, Moore, Robert wrote:
> > This patch looks familiar, we may have it fixed already.
> >
> > Lv should know.
> 
> Lv?  Second ping on this ...
> 
> BTW:  https://bugzilla.kernel.org/show_bug.cgi?id=115121
> 
> shows three users with positive results.  Additionally I'm testing on two
> Thunderbolt platforms here and both show positive results.
> 
> P.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Devel] [PATCH] ACPICA: fix Thunderbolt hotplug
@ 2016-04-14 14:31 Moore, Robert
  0 siblings, 0 replies; 3+ messages in thread
From: Moore, Robert @ 2016-04-14 14:31 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1286 bytes --]

Lv is currently looking at this.
Bob


> -----Original Message-----
> From: Prarit Bhargava [mailto:prarit(a)redhat.com]
> Sent: Thursday, April 14, 2016 4:45 AM
> To: Moore, Robert; devel(a)acpica.org; Zheng, Lv; Wysocki, Rafael J
> Subject: Re: [PATCH] ACPICA: fix Thunderbolt hotplug
> 
> 
> 
> On 04/07/2016 04:12 PM, Moore, Robert wrote:
> > I'll give the change a try here.
> 
> Hi Robert, any luck?  We have several reports of this patch resolving some
> hotplug issues on TB ports:
> 
> https://bugzilla.kernel.org/show_bug.cgi?id=115121
> 
> P.
> 
> >
> >
> >> -----Original Message-----
> >> From: Prarit Bhargava [mailto:prarit(a)redhat.com]
> >> Sent: Thursday, April 07, 2016 6:51 AM
> >> To: devel(a)acpica.org; Zheng, Lv
> >> Cc: Moore, Robert
> >> Subject: Re: [PATCH] ACPICA: fix Thunderbolt hotplug
> >>
> >>
> >>
> >> On 03/30/2016 05:10 PM, Moore, Robert wrote:
> >>> This patch looks familiar, we may have it fixed already.
> >>>
> >>> Lv should know.
> >>
> >> Lv?  Second ping on this ...
> >>
> >> BTW:  https://bugzilla.kernel.org/show_bug.cgi?id=115121
> >>
> >> shows three users with positive results.  Additionally I'm testing on
> >> two Thunderbolt platforms here and both show positive results.
> >>
> >> P.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Devel] [PATCH] ACPICA: fix Thunderbolt hotplug
@ 2016-03-30 21:10 Moore, Robert
  0 siblings, 0 replies; 3+ messages in thread
From: Moore, Robert @ 2016-03-30 21:10 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 932 bytes --]

This patch looks familiar, we may have it fixed already.

Lv should know.
Bob

> 
> Cc: Robert Moore <robert.moore(a)intel.com>
> Cc: Lv Zheng <lv.zheng(a)intel.com>
> Signed-off-by: Prarit Bhargava <prarit(a)redhat.com>
> ---
>  source/components/dispatcher/dsmethod.c |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/source/components/dispatcher/dsmethod.c
> b/source/components/dispatcher/dsmethod.c
> index a861838..ceb6c75 100644
> --- a/source/components/dispatcher/dsmethod.c
> +++ b/source/components/dispatcher/dsmethod.c
> @@ -532,6 +532,9 @@ AcpiDsBeginMethodExecution (
>              {
>                  ObjDesc->Method.Mutex->Mutex.OriginalSyncLevel =
>                      ObjDesc->Method.Mutex->Mutex.SyncLevel;
> +
> +                ObjDesc->Method.Mutex->Mutex.ThreadId =
> +                    AcpiOsGetThreadId();
>              }
>          }
> 
> --
> 1.7.9.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-14 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-07 20:12 [Devel] [PATCH] ACPICA: fix Thunderbolt hotplug Moore, Robert
  -- strict thread matches above, loose matches on Subject: below --
2016-04-14 14:31 Moore, Robert
2016-03-30 21:10 Moore, Robert

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.