Re: [PATCH] siox: don't create a thread without starting it

2018-07-02 Thread Uwe Kleine-König
Hello, On Mon, Jul 02, 2018 at 09:34:04AM +1000, Stephen Rothwell wrote: > On Fri, 29 Jun 2018 09:38:58 +0200 Uwe Kleine-König > wrote: > > > > On Thu, Jun 28, 2018 at 09:57:42AM +0200, Uwe Kleine-König wrote: > > > Greg, you applied the initial patches creating drivers/siox. I assume > > > you

Re: [PATCH] siox: don't create a thread without starting it

2018-07-02 Thread Uwe Kleine-König
Hello, On Mon, Jul 02, 2018 at 09:34:04AM +1000, Stephen Rothwell wrote: > On Fri, 29 Jun 2018 09:38:58 +0200 Uwe Kleine-König > wrote: > > > > On Thu, Jun 28, 2018 at 09:57:42AM +0200, Uwe Kleine-König wrote: > > > Greg, you applied the initial patches creating drivers/siox. I assume > > > you

Re: [PATCH] siox: don't create a thread without starting it

2018-07-01 Thread Stephen Rothwell
Hi all, Just cc'ing a more recent address for Greg ... On Mon, 2 Jul 2018 09:34:04 +1000 Stephen Rothwell wrote: > > Hi Uwe, > > On Fri, 29 Jun 2018 09:38:58 +0200 Uwe Kleine-König > wrote: > > > > On Thu, Jun 28, 2018 at 09:57:42AM +0200, Uwe Kleine-König wrote: > > > Greg, you applied

Re: [PATCH] siox: don't create a thread without starting it

2018-07-01 Thread Stephen Rothwell
Hi all, Just cc'ing a more recent address for Greg ... On Mon, 2 Jul 2018 09:34:04 +1000 Stephen Rothwell wrote: > > Hi Uwe, > > On Fri, 29 Jun 2018 09:38:58 +0200 Uwe Kleine-König > wrote: > > > > On Thu, Jun 28, 2018 at 09:57:42AM +0200, Uwe Kleine-König wrote: > > > Greg, you applied

Re: [PATCH] siox: don't create a thread without starting it

2018-07-01 Thread Stephen Rothwell
Hi Uwe, On Fri, 29 Jun 2018 09:38:58 +0200 Uwe Kleine-König wrote: > > On Thu, Jun 28, 2018 at 09:57:42AM +0200, Uwe Kleine-König wrote: > > Greg, you applied the initial patches creating drivers/siox. I assume > > you will continue to apply siox patches and tell if I should search a > >

Re: [PATCH] siox: don't create a thread without starting it

2018-07-01 Thread Stephen Rothwell
Hi Uwe, On Fri, 29 Jun 2018 09:38:58 +0200 Uwe Kleine-König wrote: > > On Thu, Jun 28, 2018 at 09:57:42AM +0200, Uwe Kleine-König wrote: > > Greg, you applied the initial patches creating drivers/siox. I assume > > you will continue to apply siox patches and tell if I should search a > >

Re: [PATCH] siox: don't create a thread without starting it

2018-06-29 Thread Uwe Kleine-König
Hello Greg, Cc -= Peter Zijlstra Cc += Stephen Rothwell On Thu, Jun 28, 2018 at 09:57:42AM +0200, Uwe Kleine-König wrote: > Greg, you applied the initial patches creating drivers/siox. I assume > you will continue to apply siox patches and tell if I should search a > different path for these. I

Re: [PATCH] siox: don't create a thread without starting it

2018-06-29 Thread Uwe Kleine-König
Hello Greg, Cc -= Peter Zijlstra Cc += Stephen Rothwell On Thu, Jun 28, 2018 at 09:57:42AM +0200, Uwe Kleine-König wrote: > Greg, you applied the initial patches creating drivers/siox. I assume > you will continue to apply siox patches and tell if I should search a > different path for these. I

Re: [PATCH] siox: don't create a thread without starting it

2018-06-29 Thread Schenk, Gavin
On Thu, 2018-06-28 at 09:57 +0200, Uwe Kleine-König wrote: > When a siox master device is registered a kthread is created that is > only started when triggered by userspace. So this thread might be in > TASK_UNINTERRUPTIBLE state for long and trigger a warning > > [ 241.130465] INFO: task

Re: [PATCH] siox: don't create a thread without starting it

2018-06-29 Thread Schenk, Gavin
On Thu, 2018-06-28 at 09:57 +0200, Uwe Kleine-König wrote: > When a siox master device is registered a kthread is created that is > only started when triggered by userspace. So this thread might be in > TASK_UNINTERRUPTIBLE state for long and trigger a warning > > [ 241.130465] INFO: task

Re: [PATCH] siox: don't create a thread without starting it

2018-06-28 Thread Uwe Kleine-König
Hello, I sent the patch from a different machine than usual and there had an old email address from Greg in my aliases. I will bounce the original to the right address, please make sure to correct his address to @linuxfoundation.org when replying. Thanks and sorry, Uwe -- Pengutronix e.K.

Re: [PATCH] siox: don't create a thread without starting it

2018-06-28 Thread Uwe Kleine-König
Hello, I sent the patch from a different machine than usual and there had an old email address from Greg in my aliases. I will bounce the original to the right address, please make sure to correct his address to @linuxfoundation.org when replying. Thanks and sorry, Uwe -- Pengutronix e.K.

[PATCH] siox: don't create a thread without starting it

2018-06-28 Thread Uwe Kleine-König
When a siox master device is registered a kthread is created that is only started when triggered by userspace. So this thread might be in TASK_UNINTERRUPTIBLE state for long and trigger a warning [ 241.130465] INFO: task siox-0:626 blocked for more than 120 seconds. with the respective

[PATCH] siox: don't create a thread without starting it

2018-06-28 Thread Uwe Kleine-König
When a siox master device is registered a kthread is created that is only started when triggered by userspace. So this thread might be in TASK_UNINTERRUPTIBLE state for long and trigger a warning [ 241.130465] INFO: task siox-0:626 blocked for more than 120 seconds. with the respective