From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932389AbYB1Vau (ORCPT ); Thu, 28 Feb 2008 16:30:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762176AbYB1V36 (ORCPT ); Thu, 28 Feb 2008 16:29:58 -0500 Received: from mu-out-0910.google.com ([209.85.134.189]:6319 "EHLO mu-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757624AbYB1V34 (ORCPT ); Thu, 28 Feb 2008 16:29:56 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=H6TnDV9JdMpMNwBU9vnHWtJ1Fx84j7HMam6efd0w6Nk0zq10u+v+OJd1E2iLTlHLZ6Ig/+y0e1PvmrxM2VY9YaO0h3AQXp6TqJRkzwBDCQgpqH3NtHBTPySuZP5GHKdnDXYfc9/JfWKaCe52o6SRbmMRu1U4wW0JrxKREN40Ci8= Date: Thu, 28 Feb 2008 22:34:57 +0100 From: Jarek Poplawski To: bugme-daemon@bugzilla.kernel.org Cc: Yannick Dirou , "Paul E. McKenney" , linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [Bug 10071] kernel hang in inet_init (PREEMPT_RCU problem) Message-ID: <20080228213457.GA2770@ami.dom.local> References: <20080228205303.261D311D108@picon.linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080228205303.261D311D108@picon.linux-foundation.org> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 28, 2008 at 12:53:03PM -0800, bugme-daemon@bugzilla.kernel.org wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=10071 ... > ------- Comment #17 from yannick.dirou@axetic.com 2008-02-28 12:53 ------- > bingo with classic rcu Congratulations Yannick! So, it seems mainly RCU vs. timer(?) problem. I send CC of this message to RCU author, linux-kernel and netdev lists. I'm not sure how much time you could/will to offer for this debugging. Anyway, if it's possible I think it would be interesting to check with CONFIG_PREEMPT_RCU = y again, but CONFIG_HOTPLUG_CPU = n ("Processor type and features --> Support for suspend on SMP and ...") in the meantime. Many thanks, Jarek P. > [ 0.770854] NET: Registered protocol family 2 > [ 0.770868] 4294668327 net/ipv4/af_inet.c 1387 > [ 0.770884] 4294668327 net/ipv4/af_inet.c 1390 > [ 0.770888] 4294668327 net/ipv4/af_inet.c 1393 > [ 0.770891] 4294668327 net/ipv4/af_inet.c 1402 > [ 0.770893] 4294668327 net/ipv4/af_inet.c 1407 > [ 0.773078] 0 4294668328l > [ 0.774036] 0 4294668329l > [ 0.775037] 0 4294668330l > [ 0.775040] 4294668330 net/ipv4/af_inet.c 1419 > [ 0.775077] 4294668330 net/ipv4/af_inet.c 1426 > [ 0.775077] 4294668330 net/ipv4/route.c 2998 > [ 0.775077] 4294668330 net/ipv4/route.c 3009 > [ 0.775077] 4294668330 net/ipv4/route.c 3016 > [ 0.775077] IP route cache hash table entries: 32768 (order: 5, 131072 > bytes) > [ 0.775077] 4294668330 net/ipv4/route.c 3027 > [ 0.775492] TCP established hash table entries: 131072 (order: 8, 1048576 > bytes) > [ 0.776318] TCP bind hash table entries: 65536 (order: 9, 2359296 bytes) > [ 0.785670] TCP: Hash tables configured (established 131072 bind 65536) > [ 0.785715] TCP reno registered > > > -- > Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are on the CC list for the bug, or are watching someone who is. > You are the assignee for the bug, or are watching the assignee.