Re: [patch 15/35] net: sfc: Replace in_interrupt() usage.

2020-09-28 Thread Edward Cree
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

[patch 15/35] net: sfc: Replace in_interrupt() usage.

2020-09-27 Thread Thomas Gleixner
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. -