> -----Original Message----- > From: Stephen Hemminger <[email protected]> > Sent: Tuesday, June 16, 2026 2:50 AM > To: Wei Hu <[email protected]> > Cc: [email protected]; Long Li <[email protected]>; Wei Hu > <[email protected]> > Subject: [EXTERNAL] Re: [PATCH v9 0/1] net/mana: add device reset support > > > One small thing in mp.c: in the RESET_EXIT secondary handler the received fd > is > only closed on the branch that maps it. If proc_priv->db_page is already non- > NULL the fd from the message is leaked. Close it whenever num_fds >= 1, > outside the if/else. > --- > I can merge it as is, or you can send a revision to close that minor leak.
I will send a revision to close this leak. Thanks Stephen! Wei

