Re: [PATCH v4 3/3] Bluetooth: hidp: fix possible might sleep error in hidp_session_thread

2017-06-12 Thread AL Yu-Chen Cho
n of: > https://lwn.net/Articles/628628/ > > Signed-off-by: Jeffy Chen > 1/ Fix could not wake up by wake attempts on original wait queues. > 2/ Remove unnecessary memory barrier before wake_up_* functions. > > 1/ Make hidp_session_wake_function static. > 2/ Remove unnec

Re: [PATCH v4 2/3] Bluetooth: cmtp: fix possible might sleep error in cmtp_session

2017-06-12 Thread AL Yu-Chen Cho
> https://lwn.net/Articles/628628/ > > Signed-off-by: Jeffy Chen > Reviewed-by: Brian Norris > Remove unnecessary memory barrier before wake_up_* functions. Reviewed-by: AL Yu-Chen Cho > > --- > > Changes in v3: > Add brian's Reviewed-by. > > Changes in v2

Re: [PATCH v4 1/3] Bluetooth: bnep: fix possible might sleep error in bnep_session

2017-06-12 Thread AL Yu-Chen Cho
> https://lwn.net/Articles/628628/ > > Signed-off-by: Jeffy Chen > Reviewed-by: Brian Norris Reviewed-by: AL Yu-Chen Cho > --- > > Changes in v3: > Add brian's Reviewed-by. > > Changes in v2: > Remove unnecessary memory barrier before wake_up_* functions. >

Re: [PATCH] Staging: add USB MTK bluetooth driver

2013-05-15 Thread AL Yu-Chen Cho
Hi Greg, On 二, 2013-05-14 at 15:27 -0400, Greg KH wrote: > On Thu, May 02, 2013 at 06:27:16PM +0800, Cho, Yu-Chen wrote: > > diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile > > index fa41b04..e33cfe0 100644 > > --- a/drivers/staging/Makefile > > +++ b/drivers/staging/Makefile > >