aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/vmalloc.py
diff options
context:
space:
mode:
authorShay Drory <[email protected]>2022-12-14 22:16:23 +0200
committerSaeed Mahameed <[email protected]>2023-02-07 19:01:07 -0800
commit8f0d1451ecf7b3bd5a06ffc866c753d0f3ab4683 (patch)
tree07435905964a0a1acdb66a94e726ffbcf08d16cc /scripts/gdb/linux/vmalloc.py
parent184e1e4474dbcfebc4dbd1fa823a329978f25506 (diff)
net/mlx5: Serialize module cleanup with reload and remove
Currently, remove and reload flows can run in parallel to module cleanup. This design is error prone. For example: aux_drivers callbacks are called from both cleanup and remove flows with different lockings, which can cause a deadlock[1]. Hence, serialize module cleanup with reload and remove. [1] cleanup remove ------- ------ auxiliary_driver_unregister(); devl_lock() auxiliary_device_delete(mlx5e_aux) device_lock(mlx5e_aux) devl_lock() device_lock(mlx5e_aux) Fixes: 912cebf420c2 ("net/mlx5e: Connect ethernet part to auxiliary bus") Signed-off-by: Shay Drory <[email protected]> Reviewed-by: Moshe Shemesh <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/vmalloc.py')
0 files changed, 0 insertions, 0 deletions