Re: [PATCH 01/24] net/axgbe: remove use of comm_owned field

2024-04-22 Thread Ferruh Yigit
On 4/12/2024 1:52 PM, Venkat Kumar Ande wrote: > The comm_owned field can hide logic where double locking is attempted > and prevent multiple threads for the same device from accessing the > mutex properly. Remove the comm_owned field and use the mutex API > exclusively for gaining ownership. > >

[PATCH 01/24] net/axgbe: remove use of comm_owned field

2024-04-12 Thread Venkat Kumar Ande
The comm_owned field can hide logic where double locking is attempted and prevent multiple threads for the same device from accessing the mutex properly. Remove the comm_owned field and use the mutex API exclusively for gaining ownership. Signed-off-by: Venkat Kumar Ande --- drivers/net/axgbe/a