Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422918AbWJOWxV (ORCPT ); Sun, 15 Oct 2006 18:53:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422921AbWJOWxV (ORCPT ); Sun, 15 Oct 2006 18:53:21 -0400 Received: from mtiwmhc11.worldnet.att.net ([204.127.131.115]:18148 "EHLO mtiwmhc11.worldnet.att.net") by vger.kernel.org with ESMTP id S1422918AbWJOWxV (ORCPT ); Sun, 15 Oct 2006 18:53:21 -0400 Message-ID: <4532BBDF.9010800@lwfinger.net> Date: Sun, 15 Oct 2006 17:53:19 -0500 From: Larry Finger User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: LKML Subject: BUG in 2.6.18.1? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 8264 Lines: 116 Running 2.6.18.1, I got the following warning in my log: Oct 15 16:24:38 larrylap kernel: BUG: warning at kernel/lockdep.c:565/print_infinite_recursion_bug() Oct 15 16:24:38 larrylap kernel: [] show_trace_log_lvl+0x1af/0x1d0 Oct 15 16:24:38 larrylap kernel: [] show_trace+0x1b/0x20 Oct 15 16:24:38 larrylap kernel: [] dump_stack+0x26/0x30 Oct 15 16:24:38 larrylap kernel: [] print_infinite_recursion_bug+0x49/0x50 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0x65/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] check_usage+0x27/0x280 Oct 15 16:24:38 larrylap kernel: [] __lock_acquire+0xac0/0xdc0 Oct 15 16:24:38 larrylap kernel: [] lock_acquire+0x68/0x90 Oct 15 16:24:38 larrylap kernel: [] _spin_lock_irqsave+0x48/0x60 Oct 15 16:24:38 larrylap kernel: [] change_page_attr+0x13/0x260 Oct 15 16:24:38 larrylap kernel: [] kernel_map_pages+0x36/0xa0 Oct 15 16:24:38 larrylap kernel: [] free_hot_cold_page+0x98/0x130 Oct 15 16:24:38 larrylap kernel: [] free_hot_page+0xa/0x10 Oct 15 16:24:38 larrylap kernel: [] __free_pages+0x2a/0x40 Oct 15 16:24:38 larrylap kernel: [] free_pages+0x2e/0x40 Oct 15 16:24:38 larrylap kernel: [] kmem_freepages+0x79/0xa0 Oct 15 16:24:38 larrylap kernel: [] slab_destroy+0x112/0x1a0 Oct 15 16:24:38 larrylap kernel: [] free_block+0x154/0x1a0 Oct 15 16:24:38 larrylap kernel: [] cache_flusharray+0x72/0x150 Oct 15 16:24:38 larrylap kernel: [] kmem_cache_free+0xb6/0xe0 Oct 15 16:24:38 larrylap kernel: [] slab_destroy+0x147/0x1a0 Oct 15 16:24:38 larrylap kernel: [] free_block+0x154/0x1a0 Oct 15 16:24:38 larrylap kernel: [] cache_flusharray+0x72/0x150 Oct 15 16:24:38 larrylap kernel: [] kmem_cache_free+0xb6/0xe0 Oct 15 16:24:38 larrylap kernel: [] ext3_destroy_inode+0x1f/0x30 Oct 15 16:24:38 larrylap kernel: [] destroy_inode+0x2b/0x60 Oct 15 16:24:38 larrylap kernel: [] dispose_list+0x81/0x100 Oct 15 16:24:38 larrylap kernel: [] shrink_icache_memory+0x1f0/0x230 Oct 15 16:24:38 larrylap kernel: [] shrink_slab+0x122/0x190 Oct 15 16:24:38 larrylap kernel: [] kswapd+0x297/0x420 Oct 15 16:24:38 larrylap kernel: [] kthread+0xe9/0xf0 Oct 15 16:24:38 larrylap kernel: [] kernel_thread_helper+0x5/0x10 Oct 15 16:24:38 larrylap kernel: DWARF2 unwinder stuck at kernel_thread_helper+0x5/0x10 Oct 15 16:24:38 larrylap kernel: Leftover inexact backtrace: Oct 15 16:24:38 larrylap kernel: [] show_trace+0x1b/0x20 Oct 15 16:24:38 larrylap kernel: [] dump_stack+0x26/0x30 Oct 15 16:24:38 larrylap kernel: [] print_infinite_recursion_bug+0x49/0x50 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0x65/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] find_usage_backwards+0xa0/0xd0 Oct 15 16:24:38 larrylap kernel: [] check_usage+0x27/0x280 Oct 15 16:24:38 larrylap kernel: [] __lock_acquire+0xac0/0xdc0 Oct 15 16:24:38 larrylap kernel: [] lock_acquire+0x68/0x90 Oct 15 16:24:38 larrylap kernel: [] _spin_lock_irqsave+0x48/0x60 Oct 15 16:24:38 larrylap kernel: [] change_page_attr+0x13/0x260 Oct 15 16:24:38 larrylap kernel: [] kernel_map_pages+0x36/0xa0 Oct 15 16:24:38 larrylap kernel: [] free_hot_cold_page+0x98/0x130 Oct 15 16:24:38 larrylap kernel: [] free_hot_page+0xa/0x10 Oct 15 16:24:38 larrylap kernel: [] __free_pages+0x2a/0x40 Oct 15 16:24:38 larrylap kernel: [] free_pages+0x2e/0x40 Oct 15 16:24:38 larrylap kernel: [] kmem_freepages+0x79/0xa0 Oct 15 16:24:38 larrylap kernel: [] slab_destroy+0x112/0x1a0 Oct 15 16:24:38 larrylap kernel: [] free_block+0x154/0x1a0 Oct 15 16:24:38 larrylap kernel: [] cache_flusharray+0x72/0x150 Oct 15 16:24:38 larrylap kernel: [] kmem_cache_free+0xb6/0xe0 Oct 15 16:24:38 larrylap kernel: [] slab_destroy+0x147/0x1a0 Oct 15 16:24:38 larrylap kernel: [] free_block+0x154/0x1a0 Oct 15 16:24:38 larrylap kernel: [] cache_flusharray+0x72/0x150 Oct 15 16:24:38 larrylap kernel: [] kmem_cache_free+0xb6/0xe0 Oct 15 16:24:38 larrylap kernel: [] ext3_destroy_inode+0x1f/0x30 Oct 15 16:24:38 larrylap kernel: [] destroy_inode+0x2b/0x60 Oct 15 16:24:38 larrylap kernel: [] dispose_list+0x81/0x100 Oct 15 16:24:38 larrylap kernel: [] shrink_icache_memory+0x1f0/0x230 Oct 15 16:24:38 larrylap kernel: [] shrink_slab+0x122/0x190 Oct 15 16:24:38 larrylap kernel: [] kswapd+0x297/0x420 Oct 15 16:24:38 larrylap kernel: [] kthread+0xe9/0xf0 Oct 15 16:24:38 larrylap kernel: [] kernel_thread_helper+0x5/0x10 Larry - 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/