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/[email protected]/ [0]
Link: https://lore.kernel.org/netdev/[email protected]/ [1]
Signed-off-by: Alexandra Winter <[email protected]>
Acked-by: Joe Damato <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>1 parent fee5d68 commit 0d0b752
1 file changed
+5
-3
lines changed| 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