On Thu, Jul 18, 2024 at 9:37 PM <[email protected]> wrote: > > From: Malcolm Bumgardner <[email protected]> > > In the device event unregister code, it unconditionally remove all > callbacks which are registered with device_name set to NULL. This results > in many callbacks uncorrectly removed. > > Fix this by only removing callbacks with matching cb_fn and cb_arg. > > Fixes: a753e53d517b ("eal: add device event monitor framework") > Cc: [email protected] > > Signed-off-by: Malcolm Bumgardner <[email protected]> > Signed-off-by: Long Li <[email protected]> Reviewed-by: Stephen Hemminger <[email protected]>
Applied, thanks. -- David Marchand

