linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bluetooth: might sleep error in hidp_session_thread
@ 2017-06-12 18:31 Rohit Vaswani
  2017-06-23 12:38 ` jeffy
  0 siblings, 1 reply; 4+ messages in thread
From: Rohit Vaswani @ 2017-06-12 18:31 UTC (permalink / raw)
  To: Jeffy Chen, linux-bluetooth
  Cc: Brian Norris, Douglas Anderson, Johan Hedberg, Peter Hurley,
	Jeffy Chen, Johan Hedberg, netdev, linux-kernel, David S. Miller,
	Marcel Holtmann, Gustavo Padovan

Hi Jeffy,

I was looking into the patch from Jeffy Chen from February 14 2017  : 
 [v4,3/3] Bluetooth: hidp: fix possible might sleep error in hidp_session_thread: https://patchwork.kernel.org/patch/9570931/

We faced a similar issue and this patch seems to fix the problem in our preliminary test.
I am trying to check if there was a reason this wasn't merged earlier ?

Thanks,
Rohit

nvpublic

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

* Re: Bluetooth: might sleep error in hidp_session_thread
  2017-06-12 18:31 Bluetooth: might sleep error in hidp_session_thread Rohit Vaswani
@ 2017-06-23 12:38 ` jeffy
  2017-06-23 18:00   ` Rohit Vaswani
  0 siblings, 1 reply; 4+ messages in thread
From: jeffy @ 2017-06-23 12:38 UTC (permalink / raw)
  To: Rohit Vaswani, linux-bluetooth
  Cc: Brian Norris, Douglas Anderson, Johan Hedberg, Peter Hurley,
	Johan Hedberg, netdev, linux-kernel, David S. Miller,
	Marcel Holtmann, Gustavo Padovan

Hi Rohit,

Thanx for your reply, and sorry to the delay, somehow your mail was 
marked as spam by the mail server :(

On 06/13/2017 02:31 AM, Rohit Vaswani wrote:
> Hi Jeffy,
>
> I was looking into the patch from Jeffy Chen from February 14 2017  :
>   [v4,3/3] Bluetooth: hidp: fix possible might sleep error in hidp_session_thread: https://patchwork.kernel.org/patch/9570931/
>
> We faced a similar issue and this patch seems to fix the problem in our preliminary test.
> I am trying to check if there was a reason this wasn't merged earlier ?

hmm, i'm not sure why, but please feel free to add your test-by~
>
> Thanks,
> Rohit
>
> nvpublic
>
>
>

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

* RE: Bluetooth: might sleep error in hidp_session_thread
  2017-06-23 12:38 ` jeffy
@ 2017-06-23 18:00   ` Rohit Vaswani
  2017-06-27  9:43     ` jeffy
  0 siblings, 1 reply; 4+ messages in thread
From: Rohit Vaswani @ 2017-06-23 18:00 UTC (permalink / raw)
  To: jeffy, linux-bluetooth
  Cc: Brian Norris, Douglas Anderson, Johan Hedberg, Peter Hurley,
	Johan Hedberg, netdev, linux-kernel, David S. Miller,
	Marcel Holtmann, Gustavo Padovan

I don't have a way to reply back to the older message; but you can use by tested-by for the below patch and re-send:

For patch: [v4,3/3] Bluetooth: hidp: fix possible might sleep error in hidp_session_thread

Tested-by: Rohit Vaswani <rvaswani@nvidia.com>

-Rohit

-----Original Message-----
From: jeffy [mailto:jeffy.chen@rock-chips.com] 
Sent: Friday, June 23, 2017 05:39
To: Rohit Vaswani; linux-bluetooth@vger.kernel.org
Cc: Brian Norris; Douglas Anderson; Johan Hedberg; Peter Hurley; Johan Hedberg; netdev@vger.kernel.org; linux-kernel@vger.kernel.org; David S. Miller; Marcel Holtmann; Gustavo Padovan
Subject: Re: Bluetooth: might sleep error in hidp_session_thread

Hi Rohit,

Thanx for your reply, and sorry to the delay, somehow your mail was marked as spam by the mail server :(

On 06/13/2017 02:31 AM, Rohit Vaswani wrote:
> Hi Jeffy,
>
> I was looking into the patch from Jeffy Chen from February 14 2017  :
>   [v4,3/3] Bluetooth: hidp: fix possible might sleep error in 
> hidp_session_thread: https://patchwork.kernel.org/patch/9570931/
>
> We faced a similar issue and this patch seems to fix the problem in our preliminary test.
> I am trying to check if there was a reason this wasn't merged earlier ?

hmm, i'm not sure why, but please feel free to add your test-by~
>
> Thanks,
> Rohit
>
> nvpublic
>
>
>

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

* Re: Bluetooth: might sleep error in hidp_session_thread
  2017-06-23 18:00   ` Rohit Vaswani
@ 2017-06-27  9:43     ` jeffy
  0 siblings, 0 replies; 4+ messages in thread
From: jeffy @ 2017-06-27  9:43 UTC (permalink / raw)
  To: Rohit Vaswani, linux-bluetooth
  Cc: Brian Norris, Douglas Anderson, Johan Hedberg, Peter Hurley,
	Johan Hedberg, netdev, linux-kernel, David S. Miller,
	Marcel Holtmann, Gustavo Padovan

Hi Rohit,

On 06/24/2017 02:00 AM, Rohit Vaswani wrote:
> I don't have a way to reply back to the older message; but you can use by tested-by for the below patch and re-send:
>
ok, i've resent it, thanks for your test by~

and for replying to an old message, i've figured it out when i tried to 
do that recently:

1/ download the mbox file from the patchwork 
link(https://patchwork.kernel.org/patch/***)
2/ rename it to .mbox
3/ import into thunerbird(using ImportExportTools)

hope that helps ;)

> For patch: [v4,3/3] Bluetooth: hidp: fix possible might sleep error in hidp_session_thread
>
> Tested-by: Rohit Vaswani <rvaswani@nvidia.com>
>
> -Rohit
>
> -----Original Message-----
> From: jeffy [mailto:jeffy.chen@rock-chips.com]
> Sent: Friday, June 23, 2017 05:39
> To: Rohit Vaswani; linux-bluetooth@vger.kernel.org
> Cc: Brian Norris; Douglas Anderson; Johan Hedberg; Peter Hurley; Johan Hedberg; netdev@vger.kernel.org; linux-kernel@vger.kernel.org; David S. Miller; Marcel Holtmann; Gustavo Padovan
> Subject: Re: Bluetooth: might sleep error in hidp_session_thread
>
> Hi Rohit,
>
> Thanx for your reply, and sorry to the delay, somehow your mail was marked as spam by the mail server :(
>
> On 06/13/2017 02:31 AM, Rohit Vaswani wrote:
>> Hi Jeffy,
>>
>> I was looking into the patch from Jeffy Chen from February 14 2017  :
>>    [v4,3/3] Bluetooth: hidp: fix possible might sleep error in
>> hidp_session_thread: https://patchwork.kernel.org/patch/9570931/
>>
>> We faced a similar issue and this patch seems to fix the problem in our preliminary test.
>> I am trying to check if there was a reason this wasn't merged earlier ?
>
> hmm, i'm not sure why, but please feel free to add your test-by~
>>
>> Thanks,
>> Rohit
>>
>> nvpublic
>>
>>
>>
>
>

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

end of thread, other threads:[~2017-06-27  9:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-12 18:31 Bluetooth: might sleep error in hidp_session_thread Rohit Vaswani
2017-06-23 12:38 ` jeffy
2017-06-23 18:00   ` Rohit Vaswani
2017-06-27  9:43     ` jeffy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).