Re: [PATCH] drivercore: refine commit 58b116b "drivercore: deferral race condition fix"

2014-06-24 Thread Wei Yang
On Wed, May 28, 2014 at 01:52:45PM -0700, Greg KH wrote: >On Wed, May 21, 2014 at 11:21:43AM +0800, Wei Yang wrote: >> Hi~ >> >> Is this fix reasonable? > >I'll leave this up to Grant... Hmm... not sure this is missed or Grant's mail address is not correct? -- Richard Yang Help you, Help me --

Re: [PATCH] drivercore: refine commit 58b116b "drivercore: deferral race condition fix"

2014-06-10 Thread Wei Yang
On Wed, May 28, 2014 at 01:52:45PM -0700, Greg KH wrote: >On Wed, May 21, 2014 at 11:21:43AM +0800, Wei Yang wrote: >> Hi~ >> >> Is this fix reasonable? > >I'll leave this up to Grant... Grant, Do you have some comment? -- Richard Yang Help you, Help me -- To unsubscribe from this list: send

Re: [PATCH] drivercore: refine commit 58b116b "drivercore: deferral race condition fix"

2014-05-28 Thread Greg KH
On Wed, May 21, 2014 at 11:21:43AM +0800, Wei Yang wrote: > Hi~ > > Is this fix reasonable? I'll leave this up to Grant... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.o

Re: [PATCH] drivercore: refine commit 58b116b "drivercore: deferral race condition fix"

2014-05-20 Thread Wei Yang
Hi~ Is this fix reasonable? On Fri, May 09, 2014 at 01:19:59PM +0800, Wei Yang wrote: >The commit 58b116b fixs a race condition in which some driver will stuck in the >deferred list, while introduces another case "probe flood". The root cause is >in commit 58b116b, deferred_trigger_count will be

[PATCH] drivercore: refine commit 58b116b "drivercore: deferral race condition fix"

2014-05-08 Thread Wei Yang
The commit 58b116b fixs a race condition in which some driver will stuck in the deferred list, while introduces another case "probe flood". The root cause is in commit 58b116b, deferred_trigger_count will be increased even a probe failure happens. The driver_deferred_probe_trigger() is invoked whe