[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1461590784.1178151.588791921.6E503291@webmail.messagingengine.com>
Date: Mon, 25 Apr 2016 15:26:24 +0200
From: Hannes Frederic Sowa <hannes@...essinduktion.org>
To: Eric Dumazet <eric.dumazet@...il.com>, Valdis.Kletnieks@...edu
Cc: David Miller <davem@...emloft.net>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: linux-next: zillions of lockdep whinges in include/net/sock.h:1408
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
Powered by blists - more mailing lists