diff options
author | Eric Dumazet <[email protected]> | 2017-11-02 11:53:04 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-11-03 15:51:39 +0900 |
commit | 9eba9353388da7bfac9694dfe94c15365d49ebd6 (patch) | |
tree | 56d6e257cef00eff4bb0e2af027509011615e4fa /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 8c01c4f896aa3404af948880dcb29a2d51c833dc (diff) |
tcp: fix a lockdep issue in tcp_fastopen_reset_cipher()
icsk_accept_queue.fastopenq.lock is only fully initialized at listen()
time.
LOCKDEP is not happy if we attempt a spin_lock_bh() on it, because
of missing annotation. (Although kernel runs just fine)
Lets use net->ipv4.tcp_fastopen_ctx_lock to protect ctx access.
Fixes: 1fba70e5b6be ("tcp: socket option to set TCP fast open key")
Signed-off-by: Eric Dumazet <[email protected]>
Cc: Yuchung Cheng <[email protected]>
Cc: Christoph Paasch <[email protected]>
Reviewed-by: Christoph Paasch <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions