Re: [PATCH] media: rc: refactor raw handler kthread

2016-12-27 Thread Sean Young
On Mon, Dec 26, 2016 at 02:01:31PM +0100, Heiner Kallweit wrote: > Am 02.08.2016 um 07:44 schrieb Heiner Kallweit: > > I think we can get rid of the spinlock protecting the kthread from being > > interrupted by a wakeup in certain parts. > > Even with the current implementation of the kthread the

Re: [PATCH] media: rc: refactor raw handler kthread

2016-12-26 Thread Heiner Kallweit
Am 02.08.2016 um 07:44 schrieb Heiner Kallweit: > I think we can get rid of the spinlock protecting the kthread from being > interrupted by a wakeup in certain parts. > Even with the current implementation of the kthread the only lost wakeup > scenario could happen if the wakeup occurs between the

Re: [PATCH] media: rc: refactor raw handler kthread

2016-11-25 Thread Sean Young
On Tue, Aug 02, 2016 at 07:44:07AM +0200, Heiner Kallweit wrote: > I think we can get rid of the spinlock protecting the kthread from being > interrupted by a wakeup in certain parts. > Even with the current implementation of the kthread the only lost wakeup > scenario could happen if the wakeup

[PATCH] media: rc: refactor raw handler kthread

2016-08-01 Thread Heiner Kallweit
I think we can get rid of the spinlock protecting the kthread from being interrupted by a wakeup in certain parts. Even with the current implementation of the kthread the only lost wakeup scenario could happen if the wakeup occurs between the kfifo_len check and setting the state to