linux-stable/drivers/net
Sebastian Andrzej Siewior 3250aa8a29 ath9k: Use tasklet_disable_in_atomic()
All callers of ath9k_beacon_ensure_primary_slot() are preemptible /
acquire a mutex except for this callchain:

  spin_lock_bh(&sc->sc_pcu_lock);
  ath_complete_reset()
  -> ath9k_calculate_summary_state()
     -> ath9k_beacon_ensure_primary_slot()

It's unclear how that can be distangled, so use tasklet_disable_in_atomic()
for now. This allows tasklet_disable() to become sleepable once the
remaining atomic users are cleaned up.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Kalle Valo <kvalo@codeaurora.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20210309084242.313899703@linutronix.de
2021-03-17 16:34:02 +01:00
..
appletalk
arcnet
bonding
caif TTY/Serial driver changes for 5.12-rc1 2021-02-20 21:28:04 -08:00
can Networking fixes for 5.12-rc1. Rather small batch this time. 2021-02-25 12:06:25 -08:00
dsa net: dsa: sja1105: Remove unneeded cast in sja1105_crc32() 2021-02-25 09:41:32 -08:00
ethernet net: sundance: Use tasklet_disable_in_atomic(). 2021-03-17 16:34:00 +01:00
fddi
fjes
hamradio
hippi
hyperv hyperv-next for 5.12 2021-02-21 13:24:39 -08:00
ieee802154
ipa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2021-02-16 17:51:13 -08:00
ipvlan
mdio net: mdio: Remove of_phy_attach() 2021-02-17 13:17:49 -08:00
mhi
netdevsim
pcs
phy net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8081 2021-02-25 09:51:31 -08:00
plip
ppp TTY/Serial driver changes for 5.12-rc1 2021-02-20 21:28:04 -08:00
slip
team
usb net: usb: qmi_wwan: support ZTE P685M modem 2021-02-24 10:00:05 -08:00
vmxnet3
wan Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2021-02-16 17:51:13 -08:00
wireguard wireguard: queueing: get rid of per-peer ring buffers 2021-02-23 15:59:34 -08:00
wireless ath9k: Use tasklet_disable_in_atomic() 2021-03-17 16:34:02 +01:00
xen-netback xen-netback: respect gnttab_map_refs()'s return value 2021-03-03 08:32:11 +01:00
bareudp.c
dummy.c
eql.c
geneve.c
gtp.c net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending 2021-02-23 11:29:52 -08:00
ifb.c
Kconfig Networking fixes for 5.12-rc1. Rather small batch this time. 2021-02-25 12:06:25 -08:00
LICENSE.SRC
loopback.c
macsec.c
macvlan.c
macvtap.c
Makefile
mdio.c
mii.c
net_failover.c
netconsole.c
nlmon.c
ntb_netdev.c
rionet.c
sb1000.c
Space.c
sungem_phy.c
tap.c
thunderbolt.c
tun.c
veth.c
virtio_net.c virtio: features, fixes 2021-02-25 12:21:08 -08:00
vrf.c
vsockmon.c
vxlan.c vxlan: move debug check after netdev unregister 2021-02-23 13:03:02 -08:00
xen-netfront.c