diff options
author | Eric Dumazet <[email protected]> | 2016-04-25 06:34:09 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-04-25 11:49:53 -0400 |
commit | 5e91f6ce4c584d231763437a3ea3aded8e672363 (patch) | |
tree | 7d6d2b5bf826bdf6ca752bc8fd8991b410ea4694 /lib/net_utils.c | |
parent | 15cfd40771e18a4e9b788c64c9db2606f958b93d (diff) |
sock: relax WARN_ON() in sock_owned_by_user()
Valdis reported tons of stack dumps caused by WARN_ON() in
sock_owned_by_user()
This test needs to be relaxed if/when lockdep disables itself.
Note that other lockdep_sock_is_held() callers are all from
rcu_dereference_protected() sections which already are disabled
if/when lockdep has been disabled.
Fixes: fafc4e1ea1a4 ("sock: tigthen lockdep checks for sock_owned_by_user")
Reported-by: Valdis Kletnieks <[email protected]>
Signed-off-by: Eric Dumazet <[email protected]>
Acked-by: Hannes Frederic Sowa <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/net_utils.c')
0 files changed, 0 insertions, 0 deletions