On 27/09/2020 20:49, Thomas Gleixner wrote:
> Note, that the fixes tag is empty as it is unclear which of the commits to
> blame.
Seems like it should be
Fixes: f00bf2305cab("sfc: don't update stats on VF when called in atomic
context")
since that adds the in_interrupt() check and the code concer
From: Sebastian Andrzej Siewior
efx_ef10_try_update_nic_stats_vf() uses in_interrupt() to figure out
whether it is safe to sleep or not.
The following callers are involved:
- efx_start_all() and efx_stop_all() are fully preemptible because a
mutex is acquired near by.
- efx_ethtool_get_stats
2 matches
Mail list logo