Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760711AbZFJQF6 (ORCPT ); Wed, 10 Jun 2009 12:05:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760196AbZFJQFr (ORCPT ); Wed, 10 Jun 2009 12:05:47 -0400 Received: from rv-out-0506.google.com ([209.85.198.238]:29295 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757782AbZFJQFq (ORCPT ); Wed, 10 Jun 2009 12:05:46 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=W7F3ieBH5+5+L1/YvYdGQG9pjiP0czq/x4NvIVoG8dDCrZI0Mh4xfd9rvndPu9aEMn F/ySRJEinw4EARLmvdF8jo/p/Kf8UzDd889zXzn/g25w7P2TotbDtxmuxgAuzGnq1Z5U oBnG76n0z8u7/OqFj1waHv1EYrb3tirsaqMIw= MIME-Version: 1.0 Date: Thu, 11 Jun 2009 00:05:48 +0800 X-Google-Sender-Auth: 4dc81869558212ba Message-ID: <3d0408630906100905l5750a20aq781780fe38fccf6e@mail.gmail.com> Subject: [BUG] fib_tries related Oops in 2.6.30 From: Yan Zheng To: linux-kernel@vger.kernel.org, netdev@vger.kernel.org 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: 2561 Lines: 65 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 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/