Re: [PATCH] rpmsg: glink: Remove channel decouple from rpdev release

2019-10-11 Thread Chris Lew
On 10/9/2019 10:04 PM, Stephen Boyd wrote: Quoting Chris Lew (2019-10-08 18:33:45) If a channel is being rapidly restarted and the kobj release worker is busy, there is a chance the the rpdev_release function will run after the channel struct itself has been released. There should not be a n

Re: [PATCH] rpmsg: glink: Remove channel decouple from rpdev release

2019-10-09 Thread Stephen Boyd
Quoting Chris Lew (2019-10-08 18:33:45) > If a channel is being rapidly restarted and the kobj release worker is > busy, there is a chance the the rpdev_release function will run after > the channel struct itself has been released. > > There should not be a need to decouple the channel from rpdev

[PATCH] rpmsg: glink: Remove channel decouple from rpdev release

2019-10-08 Thread Chris Lew
If a channel is being rapidly restarted and the kobj release worker is busy, there is a chance the the rpdev_release function will run after the channel struct itself has been released. There should not be a need to decouple the channel from rpdev in the rpdev release since that should only happen