From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nbd.name (unknown [IPv6:2a01:4f8:131:30e2::2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 9D28721F11C for ; Sun, 13 Jan 2013 13:39:19 -0800 (PST) Message-ID: <50F32981.9080404@openwrt.org> Date: Sun, 13 Jan 2013 22:39:13 +0100 From: Felix Fietkau User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Eric Dumazet References: In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Jerry Chu , cerowrt-devel , Yuchung Cheng Subject: Re: [Cerowrt-devel] TFO crashes cerowrt 3.7.1-1 X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2013 21:39:19 -0000 On 2013-01-13 7:03 PM, Eric Dumazet wrote: > I suspect a bug in the spin_is_locked() implementation on your arch, as > he socket lock should be held at this point. I don't think this is an arch implementation bug, this probably happens on all !SMP systems. See this bit from include/linux/spinlock_up.h: #define arch_spin_is_locked(lock) ((void)(lock), 0) - Felix