Re: [PATCH 3/3] remoteproc: Force shutdown during device removal
Konrad Dybcio <[email protected]> Thu, 23 Jul 2026 11:59:46 +0200
| Newsgroups | org.kernel.vger.linux-remoteproc,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 7/23/26 5:52 AM, Bjorn Andersson wrote: > rproc_del() is subjected to the reference counted shutdown path, as such > a remoteproc with more than one reference will be left running as its > resources are released underneath it. > > Refactor the shutdown path such that the reference count value is > ignored when called from rproc_del(). > > Assisted-by: OpenCode:GPT-5.5 > Signed-off-by: Bjorn Andersson <[email protected]> > --- Reviewed-by: Konrad Dybcio <[email protected]> Konrad