commit | 958a93c15466c69e2ec531332e67011f549943bd | [log] [tgz] |
---|---|---|
author | Amol Grover <frextrite@gmail.com> | Fri Feb 21 20:45:38 2020 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 24 13:01:54 2020 -0800 |
tree | 76ac4e6dfd5994ff4ff1a90459ba36fdfdac4695 | |
parent | 27cf31dc20062b020453ea80b0dc95c46af766c1 [diff] |
tcp, ulp: Pass lockdep expression to RCU lists tcp_ulp_list is traversed using list_for_each_entry_rcu outside an RCU read-side critical section but under the protection of tcp_ulp_list_lock. Hence, add corresponding lockdep expression to silence false-positive warnings, and harden RCU lists.t Signed-off-by: Amol Grover <frextrite@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>