Searched hist:341977 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.cdiff 341977 Wed Dec 12 13:15:15 MST 2018 hselasky MFC r341582:
mlx5en: Fix race in mlx5e_ethtool_debug_stats().

Writing to the debug stats variable must be locked,
else serialization will be lost which might cause
various kernel panics due to creating and destroying
sysctls out of order.

Make sure the sysctl context is initialized after freeing
the sysctl nodes, else they can be freed twice.

Sponsored by: Mellanox Technologies
H A Den.hdiff 341977 Wed Dec 12 13:15:15 MST 2018 hselasky MFC r341582:
mlx5en: Fix race in mlx5e_ethtool_debug_stats().

Writing to the debug stats variable must be locked,
else serialization will be lost which might cause
various kernel panics due to creating and destroying
sysctls out of order.

Make sure the sysctl context is initialized after freeing
the sysctl nodes, else they can be freed twice.

Sponsored by: Mellanox Technologies
H A Dmlx5_en_main.cdiff 341977 Wed Dec 12 13:15:15 MST 2018 hselasky MFC r341582:
mlx5en: Fix race in mlx5e_ethtool_debug_stats().

Writing to the debug stats variable must be locked,
else serialization will be lost which might cause
various kernel panics due to creating and destroying
sysctls out of order.

Make sure the sysctl context is initialized after freeing
the sysctl nodes, else they can be freed twice.

Sponsored by: Mellanox Technologies

Completed in 88 milliseconds