Re: linux-next: zillions of lockdep whinges in include/net/sock.h:1408

From: Hannes Frederic Sowa
Date: Mon Apr 25 2016 - 09:26:32 EST


On Sun, Apr 24, 2016, at 23:25, Eric Dumazet wrote:
> #ifdef CONFIG_LOCKDEP
> - WARN_ON(!lockdep_sock_is_held(sk));
> + WARN_ON_ONCE(!lockdep_sock_is_held(sk) && !debug_locks);
> #endif

Eric, could you resend this patch without the negation and also add my
acked-by (I came finally around to test it).

Thanks,
Hannes