Re: [PATCH 3/3] remoteproc: Force shutdown during device removal
From: Pradnya Dahiwale
Date: Mon Jul 27 2026 - 14:47:32 EST
On Thu, Jul 23, 2026 at 03:52:29AM +0000, 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().
Reviewed-by: Pradnya Dahiwale <pradnya.dahiwale@xxxxxxxxxxxxxxxx>