> -----Original Message-----
> From: Phil Yang <[email protected]>
> Sent: Monday, February 24, 2020 12:42 AM
> To: [email protected]; Carrillo, Erik G <[email protected]>;
> [email protected]
> Cc: [email protected]; Burakov, Anatoly
> <[email protected]>; [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected]; [email protected]; Honnappa
> Nagarahalli <[email protected]>; [email protected]
> Subject: [PATCH 1/2] lib/timer: protect timer subsystem initialized with lock
> 
> From: Honnappa Nagarahalli <[email protected]>
> 
> rte_timer_subsystem_initialized is a global variable that can be accessed by
> multiple processes simultaneously. Hence, any access to
> rte_timer_subsystem_initialized should be protected by
> rte_mcfg_timer_lock.
> 
> Fixes: f9d6cd8bfe9e ("timer: fix resource leak in finalize")
> Cc: [email protected]
> 
> Signed-off-by: Honnappa Nagarahalli <[email protected]>
> Reviewed-by: Gavin Hu <[email protected]>
> Reviewed-by: Phil Yang <[email protected]>
Acked-by: Erik Gabriel Carrillo <[email protected]>

Reply via email to