Re: [Panic] 2.6.8 and ingress scheduling
From: Patrick McHardy <hidden>
Date: 2004-08-15 16:12:13
lkml@lazy.shacknet.nu wrote:
hello again,quoted
the last line (filter add) in the "wondershaper" script does sth. to the kernel, that lets it panic on receiving network packets.actually, the last _two_ commands set up the kernel for panic. please see attached script; running should produce this console message:
Fixed by this patch. qdisc_data was only aligned correctly in qdisc_create_dflt(), not qdisc_create() which resulted in memory corruption. Regards Patrick