On Thu, Apr 25, 2024 at 03:10:06PM -0700, Doug Berger wrote:
The ndo_set_rx_mode function is synchronized with the netif_addr_lock spinlock and BHs disabled. Since this function is also invoked directly from the driver the same synchronization should be applied.
Fixes: 72f96347628e ("net: bcmgenet: set Rx mode before starting netif") Cc: stable@vger.kernel.org Signed-off-by: Doug Berger opendmb@gmail.com
Reviewed-by: Simon Horman horms@kernel.org