> -----Original Message-----
> From: David Marchand <[email protected]>
> Sent: Thursday, May 6, 2021 17:45
> To: [email protected]
> Cc: [email protected]; Yang, Qiming <[email protected]>; Zhang, Qi Z 
> <[email protected]>; Wang,
> Haiyue <[email protected]>
> Subject: [PATCH 2/2] net/ice: fix leak on thread termination
> 
> A terminated pthread should be joined or detached so that its associated
> resources are released.
> 
> The "ice-reset-<vf_id>" threads are used to service some reset task in the
> background, but they are never joined by the thread that created them.
> The easiest solution is to detach new threads.
> 
> Fixes: 3b3757bda3c3 ("net/ice: get VF hardware index in DCF")
> Cc: [email protected]
> 
> Signed-off-by: David Marchand <[email protected]>
> ---
>  drivers/net/ice/ice_dcf_parent.c | 2 ++
>  1 file changed, 2 insertions(+)
> 

Got it, thanks!

Acked-by: Haiyue Wang <[email protected]>

> --
> 2.23.0

Reply via email to