kernel-hacking-2024-linux-s.../net/ieee802154
Eric Dumazet 20e7c4e80d 6lowpan: fix lockdep splats
When a device ndo_start_xmit() calls again dev_queue_xmit(),
lockdep can complain because dev_queue_xmit() is re-entered and the
spinlocks protecting tx queues share a common lockdep class.

Same issue was fixed for bonding/l2tp/ppp in commits

0daa230302 ("[PATCH] bonding: lockdep annotation")
49ee49202b ("bonding: set qdisc_tx_busylock to avoid LOCKDEP splat")
23d3b8bfb8 ("net: qdisc busylock needs lockdep annotations ")
303c07db48 ("ppp: set qdisc_tx_busylock to avoid LOCKDEP splat ")

Reported-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Tested-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-02-10 17:51:29 -08:00
..
6lowpan.c 6lowpan: fix lockdep splats 2014-02-10 17:51:29 -08:00
6lowpan.h
6lowpan_iphc.c net: 6lowpan: fixup for code movement 2014-01-27 16:43:03 -08:00
af802154.h
af_ieee802154.c
dgram.c net: add build-time checks for msg->msg_name size 2014-01-18 23:04:16 -08:00
ieee802154.h
Kconfig net: move 6lowpan compression code to separate module 2014-01-15 15:36:38 -08:00
Makefile net: move 6lowpan compression code to separate module 2014-01-15 15:36:38 -08:00
netlink.c
nl-mac.c
nl-phy.c ieee802154: Fix memory leak in ieee802154_add_iface() 2014-01-14 15:40:56 -08:00
nl_policy.c
raw.c
wpan-class.c