Re: [PATCH] drivercore: fix a corner case for deferred probe

2014-05-05 Thread Greg KH
On Mon, May 05, 2014 at 04:47:17PM +0800, Wei Yang wrote: > On Sun, May 04, 2014 at 08:04:32PM -0700, Greg KH wrote: > >On Mon, May 05, 2014 at 10:28:05AM +0800, Wei Yang wrote: > >> Hi, all > >> > >> Anyone has some comment on this? > > > >Did you miss the patch from Grant that is now in Linus's

Re: [PATCH] drivercore: fix a corner case for deferred probe

2014-05-05 Thread Wei Yang
On Sun, May 04, 2014 at 08:04:32PM -0700, Greg KH wrote: >On Mon, May 05, 2014 at 10:28:05AM +0800, Wei Yang wrote: >> Hi, all >> >> Anyone has some comment on this? > >Did you miss the patch from Grant that is now in Linus's tree that >should resolve this issue? Hi, Greg, Nice to hear from you.

Re: [PATCH] drivercore: fix a corner case for deferred probe

2014-05-04 Thread Greg KH
On Mon, May 05, 2014 at 10:28:05AM +0800, Wei Yang wrote: > Hi, all > > Anyone has some comment on this? Did you miss the patch from Grant that is now in Linus's tree that should resolve this issue? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

Re: [PATCH] drivercore: fix a corner case for deferred probe

2014-05-04 Thread Wei Yang
Hi, all Anyone has some comment on this? On Mon, Apr 21, 2014 at 09:53:22AM +0800, Wei Yang wrote: >There is one corner case in deferred probe which will lead a device in >"dream" in the deferred_probe_pending_list. > >Suppose we have three devices, Tom, Jerry and Spike. Tom and Jerry have a >clo

[PATCH] drivercore: fix a corner case for deferred probe

2014-04-20 Thread Wei Yang
There is one corner case in deferred probe which will lead a device in "dream" in the deferred_probe_pending_list. Suppose we have three devices, Tom, Jerry and Spike. Tom and Jerry have a close relationship, Tom could be up until Jerry is up. Spike is an independent device. Device probe sequence