Re: tc related lockdep warning.
From: Patrick McHardy <hidden>
Date: 2006-09-27 12:07:11
From: Patrick McHardy <hidden>
Date: 2006-09-27 12:07:11
Dave Jones wrote:
With this patch, I get no lockdep warnings, but the machine locks up completely.
I hooked up a serial console, and found this..
u32 classifier
Performance counters on
input device check on
Actions configured
BUG: warning at net/sched/sch_htb.c:395/htb_safe_rb_erase()
Call Trace:
[<ffffffff8026f79b>] show_trace+0xae/0x336
[<ffffffff8026fa38>] dump_stack+0x15/0x17
[<ffffffff8860a171>] :sch_htb:htb_safe_rb_erase+0x3b/0x55I found the reason for this, it was an unrelated bug. I've attached the latest version of the locking fixes and the fix for the HTB bug. Can you please try again?