]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: 6lowpan: Fix lockdep splats
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Tue, 28 Oct 2014 15:16:48 +0000 (17:16 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 28 Oct 2014 16:04:39 +0000 (17:04 +0100)
commit464cb19cd0dba794592478aa8483eb0ae6aa6376
tree06e34b0b35e6cd6111e3371e640338e1af84a0d9
parentcc7428a626f6b377ef062a16356f4749fcf7fde9
Bluetooth: 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 ieee802154 in commit "ecda4070a73e"

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/6lowpan.c