Re: [PATCH] power: fix double free of opened files

2022-11-14 Thread David Marchand
On Mon, Nov 7, 2022 at 10:18 AM Pattan, Reshma wrote: > > Fix double free of f_min and f_max by reverting the flcose() for f_min and > > f_max. As f_min and f_max are stored for further use and closed in uncore > > deinitialization. > > > > Fixes: b127e74 ("power: fix open file descriptors leak")

RE: [PATCH] power: fix double free of opened files

2022-11-07 Thread Pattan, Reshma
> -Original Message- > From: Kearney, Tadhg > Subject: [PATCH] power: fix double free of opened files > > Fix double free of f_min and f_max by reverting the flcose() for f_min and > f_max. As f_min and f_max are stored for further use and closed in uncore > deinitialization. > > Fix