From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH/RFC net-next 1/5] ravb: fix inconsistent lock state at enabling tx timestamp Date: Tue, 17 Apr 2018 10:13:53 -0400 (EDT) Message-ID: <20180417.101353.1090312853623596858.davem@davemloft.net> References: <20180417085030.32650-1-horms+renesas@verge.net.au> <20180417085030.32650-2-horms+renesas@verge.net.au> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: sergei.shtylyov@cogentembedded.com, magnus.damm@gmail.com, netdev@vger.kernel.org, linux-renesas-soc@vger.kernel.org, wsa+renesas@sang-engineering.com, masaru.nagai.vx@renesas.com, kazuya.mizuguchi.ks@renesas.com To: horms+renesas@verge.net.au Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:55768 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751865AbeDQON4 (ORCPT ); Tue, 17 Apr 2018 10:13:56 -0400 In-Reply-To: <20180417085030.32650-2-horms+renesas@verge.net.au> Sender: netdev-owner@vger.kernel.org List-ID: From: Simon Horman Date: Tue, 17 Apr 2018 10:50:26 +0200 > From: Masaru Nagai > > [ 58.490829] ================================= > [ 58.495205] [ INFO: inconsistent lock state ] > [ 58.499583] 4.9.0-yocto-standard-00007-g2ef7caf #57 Not tainted ... > Fixes: f51bdc236b6c ("ravb: Add dma queue interrupt support") > Signed-off-by: Masaru Nagai > Signed-off-by: Kazuya Mizuguchi > Signed-off-by: Simon Horman This really needs more than the lockdep dump in the commit message, explaining what the problem is and how it was corrected. Are the wrong interrupt types enabled? Are they handled improperly? It definitely isn't clear from just reading the patch.