diff options
author | Vinay Kumar Yadav <[email protected]> | 2020-10-26 01:05:39 +0530 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2020-10-27 16:48:03 -0700 |
commit | 28e9dcd9172028263c8225c15c4e329e08475e89 (patch) | |
tree | db13cc573418d2e66fe9fdd2505df456c17d8548 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | e3364c5ff3ff975b943a7bf47e21a2a4bf20f3fe (diff) |
chelsio/chtls: fix deadlock issue
In chtls_pass_establish() we hold child socket lock using bh_lock_sock
and we are again trying bh_lock_sock in add_to_reap_list, causing deadlock.
Remove bh_lock_sock in add_to_reap_list() as lock is already held.
Fixes: cc35c88ae4db ("crypto : chtls - CPL handler definition")
Signed-off-by: Vinay Kumar Yadav <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions