Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758503AbZFKOkb (ORCPT ); Thu, 11 Jun 2009 10:40:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753961AbZFKOkY (ORCPT ); Thu, 11 Jun 2009 10:40:24 -0400 Received: from mail-bw0-f213.google.com ([209.85.218.213]:40940 "EHLO mail-bw0-f213.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753547AbZFKOkX (ORCPT ); Thu, 11 Jun 2009 10:40:23 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:newsgroups:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; b=uxQIuR/l5tZg5LUeebPIqdJj5Bp/0kYozWw4tuLn7q2mEd5LY3PNi8lECagB/i0ebA f84LKaep9iiRL87Rh7LaVmslQi7vfKA96aIAT5On/FHfl5aMOq90RiWxy0NqSwCbztoy k6Y5/jBM4CuQNR9xn0tWHOBu8dJjf+sL2F1OA= Message-ID: <4A31173D.6010504@gmail.com> Date: Thu, 11 Jun 2009 16:39:57 +0200 From: Jarek Poplawski User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 Newsgroups: gmane.linux.kernel To: Yan Zheng CC: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Robert Olsson Subject: Re: [BUG] fib_tries related Oops in 2.6.30 References: <3d0408630906100905l5750a20aq781780fe38fccf6e@mail.gmail.com> In-Reply-To: <3d0408630906100905l5750a20aq781780fe38fccf6e@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2955 Lines: 78 Cc Robert Olsson. Jarek P. Yan Zheng wrote, On 06/10/2009 06:05 PM: > Hello, > > I pull linux-2.6.30 from linus-2.6 git tree. I got following oops > immediately after boot. > > # uname -a > Linux zhyan-cn 2.6.30 #1 SMP PREEMPT Wed Jun 10 23:37:22 CST 2009 i686 > i686 i386 GNU/Linux > > --- > BUG: sleeping function called from invalid context at > /mnt/sda7/linux-2.6/mm/slub.c:1598 > in_atomic(): 1, irqs_disabled(): 0, pid: 2286, name: NetworkManager > Pid: 2286, comm: NetworkManager Not tainted 2.6.30 #1 > Call Trace: > [] __might_sleep+0xfc/0x103 > [] __kmalloc+0x7c/0x132 > [] ? tnode_new+0x27/0x69 > [] tnode_new+0x27/0x69 > [] resize+0x94/0x666 > [] ? __slab_alloc+0xc2/0x4b3 > [] ? tnode_new+0x27/0x69 > [] ? __kmalloc+0x126/0x132 > [] trie_rebalance+0x7c/0xde > [] fn_trie_insert+0x644/0x6d6 > [] ? try_to_wake_up+0x2c4/0x2ce > [] ? default_wake_function+0xb/0xd > [] fib_magic+0x99/0xa8 > [] fib_add_ifaddr+0xef/0x111 > [] fib_inetaddr_event+0x2a/0x1a9 > [] notifier_call_chain+0x2b/0x4a > [] __blocking_notifier_call_chain+0x37/0x4c > [] blocking_notifier_call_chain+0xc/0xe > [] __inet_insert_ifa+0xf9/0x104 > [] inet_rtm_newaddr+0x16f/0x177 > [] ? inet_rtm_newaddr+0x0/0x177 > [] rtnetlink_rcv_msg+0x196/0x1b0 > [] ? rtnetlink_rcv_msg+0x0/0x1b0 > [] netlink_rcv_skb+0x30/0x78 > [] rtnetlink_rcv+0x1c/0x24 > [] netlink_unicast+0xee/0x144 > [] netlink_sendmsg+0x243/0x250 > [] __sock_sendmsg+0x45/0x4e > [] sock_sendmsg+0xb8/0xce > [] ? autoremove_wake_function+0x0/0x33 > [] ? autoremove_wake_function+0x0/0x33 > [] ? autoremove_wake_function+0x0/0x33 > [] ? copy_from_user+0x34/0x11b > [] ? verify_iovec+0x40/0x70 > [] sys_sendmsg+0x13f/0x192 > [] ? sys_recvmsg+0x16d/0x17a > [] ? kunmap_atomic+0x8b/0xa3 > [] ? do_wp_page+0x515/0x5ac > [] ? autoremove_wake_function+0x0/0x33 > [] ? paravirt_get_lazy_mode+0xe/0x1b > [] ? arch_flush_lazy_mmu_mode+0x47/0x5b > [] ? kmap_atomic_prot+0xcd/0xeb > [] ? handle_mm_fault+0x58d/0x5e8 > [] sys_socketcall+0x153/0x183 > [] sysenter_do_call+0x12/0x2d > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- 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/