lkml@lazy.shacknet.nu wrote: >hello again, > > > >>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