Commit 0d0b752
s390/qeth: move netif_napi_add_tx() and napi_enable() from under BH
Like other drivers qeth is calling local_bh_enable() after napi_schedule()
to kick-start softirqs [0].
Since netif_napi_add_tx() and napi_enable() now take the netdev_lock()
mutex [1], move them out from under the BH protection. Same solution as in
commit a605586 ("wifi: mt76: move napi_enable() from under BH")
Fixes: 1b23cdb ("net: protect netdev->napi_list with netdev_lock()")
Link: https://lore.kernel.org/netdev/20240612181900.4d9d18d0@kernel.org/ [0]
Link: https://lore.kernel.org/netdev/20250115035319.559603-1-kuba@kernel.org/ [1]
Signed-off-by: Alexandra Winter <wintera@linux.ibm.com>
Acked-by: Joe Damato <jdamato@fastly.com>
Link: https://patch.msgid.link/20250212163659.2287292-1-wintera@linux.ibm.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>1 parent fee5d68 commit 0d0b752
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7050 | 7050 | | |
7051 | 7051 | | |
7052 | 7052 | | |
7053 | | - | |
7054 | 7053 | | |
7055 | 7054 | | |
7056 | 7055 | | |
7057 | | - | |
7058 | 7056 | | |
7059 | | - | |
7060 | 7057 | | |
| 7058 | + | |
| 7059 | + | |
| 7060 | + | |
| 7061 | + | |
| 7062 | + | |
7061 | 7063 | | |
7062 | 7064 | | |
7063 | 7065 | | |
| |||
0 commit comments