From: Eric Dumazet <[email protected]> Date: Mon, 25 Apr 2016 06:34:09 -0700
> From: Eric Dumazet <[email protected]> > > 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]> Applied, thanks Eric.
