Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754841AbZDPMNL (ORCPT ); Thu, 16 Apr 2009 08:13:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751644AbZDPMMw (ORCPT ); Thu, 16 Apr 2009 08:12:52 -0400 Received: from stinky.trash.net ([213.144.137.162]:54559 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751080AbZDPMMv (ORCPT ); Thu, 16 Apr 2009 08:12:51 -0400 Message-ID: <49E720BE.2000200@trash.net> Date: Thu, 16 Apr 2009 14:12:46 +0200 From: Patrick McHardy User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: Jan Engelhardt CC: Eric Dumazet , Stephen Hemminger , Jeff Chua , paulmck@linux.vnet.ibm.com, David Miller , paulus@samba.org, mingo@elte.hu, torvalds@linux-foundation.org, laijs@cn.fujitsu.com, r000n@r000n.net, linux-kernel@vger.kernel.org, netfilter-devel@vger.kernel.org, netdev@vger.kernel.org, benh@kernel.crashing.org Subject: Re: [PATCH] netfilter: use per-cpu spinlock rather than RCU (v3) References: <20090411174801.GG6822@linux.vnet.ibm.com> <18913.53699.544083.320542@cargo.ozlabs.ibm.com> <20090412173108.GO6822@linux.vnet.ibm.com> <20090412.181330.23529546.davem@davemloft.net> <20090413040413.GQ6822@linux.vnet.ibm.com> <20090413095309.631cf395@nehalam> <49E48136.5060700@trash.net> <49E49C65.8060808@cosmosbay.com> <20090414074554.7fa73e2f@nehalam> <49E4B0A5.70404@cosmosbay.com> <20090414111716.28585806@nehalam> <49E4E3E8.5090201@cosmosbay.com> <20090414141351.0f63ac98@nehalam> <49E502B5.7070700@cosmosbay.com> <49E5BDF7.8090502@trash.net> <20090415135526.2afc4d18@nehalam> <49E64C91.5020708@cosmosbay.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1645 Lines: 38 Jan Engelhardt wrote: > On Wednesday 2009-04-15 23:07, Eric Dumazet wrote: >> Stephen Hemminger a ?crit : >>> Looks like there is some recursive path into ip_tables that makes the >>> per-cpu spinlock break. I get lockup's with KVM networking. >>> >>> Suggestions? >> Well, it seems original patch was not so bad after all >> >> http://lists.netfilter.org/pipermail/netfilter-devel/2006-January/023175.html >> >> So change per-cpu spinlocks to per-cpu rwlocks >> >> and use read_lock() in ipt_do_table() to allow recursion... >> > iptables cannot quite recurse into itself due to the comefrom stuff. Actually it can by using the REJECT target: > [ 2106.068550] [] ? nf_hook_slow+0x89/0x104 > [ 2106.068552] [] ? dst_output+0x0/0xb > [ 2106.068555] [] ? _raw_spin_unlock+0x8b/0x92 > [ 2106.068557] [] ? __ip_local_out+0x98/0x9a > [ 2106.068559] [] ? ip_local_out+0x9/0x1f > [ 2106.068562] [] ? ip_push_pending_frames+0x2cc/0x33e > [ 2106.068566] [] ? icmp_send+0x559/0x588 > [ 2106.068569] [] ? task_rq_lock+0x46/0x79 > [ 2106.068571] [] ? enqueue_task_fair+0x23b/0x293 > [ 2106.068575] [] ? reject_tg+0x41/0x30e [ipt_REJECT] > [ 2106.068578] [] ? ipt_do_table+0x534/0x5f1 [ip_tables] -- 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/