diff options
author | 2010-12-11 11:06:50 +0000 | |
---|---|---|
committer | 2010-12-12 15:02:57 -0800 | |
commit | 4d7b6b5d247aa71ea27709b9eac1ba6e752fbe87 (patch) | |
tree | 0af7a055a47899bd8a6475e182628b5fb1daa5b2 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost (diff) | |
download | wireguard-linux-4d7b6b5d247aa71ea27709b9eac1ba6e752fbe87.tar.xz wireguard-linux-4d7b6b5d247aa71ea27709b9eac1ba6e752fbe87.zip |
qlge: Fix deadlock when cancelling worker.
Removing usage of rtnl_lock() to protect firmware interface registers.
These registers are accessed in some worker threads and can create a
deadlock if rtnl_lock is taken by upper layers while the worker is still
pending.
We remove rtnl_lock and use a driver mutex just while mailboxes are
accessed.
Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions