On Thu, Jul 18, 2024 at 9:37 PM wrote:
>
> From: Malcolm Bumgardner
>
> 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 w
On Thu, 18 Jul 2024 12:37:28 -0700
lon...@linuxonhyperv.com wrote:
> From: Malcolm Bumgardner
>
> 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
From: Malcolm Bumgardner
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.
Signed-off-by: Malcolm
3 matches
Mail list logo