Re: [char-misc-next] mei: me: release irq in mei_me_pci_resume error path

From: Greg Kroah-Hartman
Date: Tue Jun 04 2024 - 02:00:12 EST


On Tue, Jun 04, 2024 at 05:45:56AM +0000, Winkler, Tomas wrote:
> >
> > On Mon, Jun 03, 2024 at 04:29:28PM +0300, Tomas Winkler wrote:
> > > The mei_me_pci_resume doesn't release irq on the error path, in case
> > > mei_start() fails.
> > >
> > > Signed-off-by: Tomas Winkler <tomas.winkler@xxxxxxxxx>
> > > ---
> > > drivers/misc/mei/pci-me.c | 4 +++-
> > > 1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > What commit does this fix?
>
> I would say 33ec0826314734fc4f3c9bf37 , kernel version 3.13, it's very old. I can respin with the comment, if you wish.

As it's a memory-leak fix, that would be good, thanks.

greg k-h