On Sat, 6 Nov 2010, Boris Derzhavets wrote:
> ...
> [ 42.140012] Call Trace:
>
[ 42.140012] [<ffffffff810807a8>] ? print_irqtrace_events+0xa0/0xa4
> [ 42.140012] [<ffffffff81043256>] __might_sleep+0x103/0x108
> [ 42.140012] [<ffffffff814b0512>] mutex_lock_nested+0x25/0x43
> [ 42.140012] [<ffffffff8125ae02>] percpu_counter_destroy+0x3c/0x66
> [ 42.140012] [<ffffffff8125ae42>] percpu_counter_fixup_free+0x16/0x32
> [ 42.140012] [<ffffffff8125723b>] debug_object_fixup+0x1e/0x2b
> [ 42.140012] [<ffffffff81257c54>] debug_check_no_obj_freed+0xce/0x18a
> ...
This is probably a result of a percpu_counter bug in an IPv6 patch. As a temporary measure you can disable IPv6 (if you don't need it), eg. as suggested at
http://fedorasolved.org/network-solutions/disable-ipv6It was patched after rc1
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6-stable.git;a=commit;h=41bb78b4b9adb21cf2c395b6b880aaae99c788b7so should be fixed when I next do a build of 2.6.37 .
Michael Young