Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752318AbdHAUE2 (ORCPT ); Tue, 1 Aug 2017 16:04:28 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:33756 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752109AbdHAUE1 (ORCPT ); Tue, 1 Aug 2017 16:04:27 -0400 Date: Tue, 1 Aug 2017 22:04:22 +0200 From: Simon Horman To: Florian Fainelli Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com, Jakub Kicinski , Daniel Borkmann , "open list:NETRONOME ETHERNET DRIVERS" , open list Subject: Re: [PATCH net 4/7] nfp: Initialize RX and TX ring 64-bit stats seqcounts Message-ID: <20170801200421.GB9845@vergenet.net> References: <20170801191113.8754-1-f.fainelli@gmail.com> <20170801191113.8754-5-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170801191113.8754-5-f.fainelli@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 453 Lines: 11 On Tue, Aug 01, 2017 at 12:11:09PM -0700, Florian Fainelli wrote: > On 32-bit hosts and with CONFIG_DEBUG_LOCK_ALLOC we should be seeing a > lockdep splat indicating this seqcount is not correctly initialized, fix > that. > > Fixes: 4c3523623dc0 ("net: add driver for Netronome NFP4000/NFP6000 NIC VFs") > Signed-off-by: Florian Fainelli Reviewed-by: Simon Horman FYI, Jakub is on leave this week.