Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751948AbcDUHmP (ORCPT ); Thu, 21 Apr 2016 03:42:15 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:58489 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751369AbcDUHmO (ORCPT ); Thu, 21 Apr 2016 03:42:14 -0400 Message-Id: <1461224532.4101068.585250481.7A43E285@webmail.messagingengine.com> X-Sasl-Enc: Jo3oivsuDyIwQ/+3H0dCtxJr26argGyv2QHCSHdKl7S6 1461224532 From: Hannes Frederic Sowa To: Valdis Kletnieks , "David S. Miller" Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-71fd8077 Subject: Re: linux-next: zillions of lockdep whinges in include/net/sock.h:1408 Date: Thu, 21 Apr 2016 09:42:12 +0200 In-Reply-To: <66816.1461198639@turing-police.cc.vt.edu> References: <66816.1461198639@turing-police.cc.vt.edu> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 565 Lines: 16 Hi, On Thu, Apr 21, 2016, at 02:30, Valdis Kletnieks wrote: > linux-next 20160420 is whining at an incredible rate - in 20 minutes of > uptime, I piled up some 41,000 hits from all over the place (cleaned up > to skip the CPU and PID so the list isn't quite so long): Thanks for the report. Can you give me some more details: Is this an nfs socket? Do you by accident know if this socket went through xs_reclassify_socket at any point? We do hold the appropriate locks at that point but I fear that the lockdep reinitialization confused lockdep. Thanks, Hannes