Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753366Ab0HPJxb (ORCPT ); Mon, 16 Aug 2010 05:53:31 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:55293 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751313Ab0HPJxa (ORCPT ); Mon, 16 Aug 2010 05:53:30 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:content-transfer-encoding:in-reply-to :user-agent; b=bIWEaQQ62C2PGzMQVGaTqmYnitk9aux+jd58XuEsi6OZ1pwrWWd5oHB2hKWSv63t+K l46NJdeQc/NaaMpX7LslpTQTiJexo79WH6n20rUhzrhfeq6fsG8+codUtPljEymawEvi Im7RvFfjPYtYQE+1nHezO52Nldx/TBzVcBU30= Date: Mon, 16 Aug 2010 09:53:25 +0000 From: Jarek Poplawski To: Eric Dumazet Cc: David Miller , torvalds@linux-foundation.org, akpm@linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Patrick McHardy Subject: Re: [GIT] Networking Message-ID: <20100816095325.GA8547@ff.dom.local> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1281883637.2942.42.camel@edumazet-laptop> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 813 Lines: 20 Eric Dumazet wrote: > Le dimanche 15 aou^t 2010 a` 12:55 +0200, Eric Dumazet a ?crit : ... > [PATCH] netfilter: {ip,ip6,arp}_tables: avoid lockdep false positive > > After commit 24b36f019 (netfilter: {ip,ip6,arp}_tables: dont block > bottom half more than necessary), lockdep can raise a warning > because we attempt to lock a spinlock with BH enabled, while > the same lock is usually locked by another cpu in a softirq context. Btw, could you remind us how get_counters() are serialized (I guess you can't have them on 2 cpus at the same time)? Thanks, Jarek P. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/