Hello,
The bug you are speaking about was fixed at 27 Jan 2003
and is included in 2.4.21pre (I hope ;-).
I'm attaching diff from 2.4.20 version to my current one.
regards,
-------------------------------
Martin Devera aka devik
Linux kernel QoS/HTB maintainer
http://luxik.cdi.cz/~devik/
On Wed, 16 Apr 2003, Julian Anastasov wrote:
>
> Hello,
>
> May be this is not the right fix:
>
> > - sch = kmalloc(size, GFP_KERNEL);
> > + sch = kmalloc(size, GFP_ATOMIC);
>
> better Devik to provide fix for htb_change_class that will not
> call qdisc_create_dflt under bh lock (sch_tree_lock).
>
> Regards
>
> --
> Julian Anastasov <ja@xxxxxx>
>
>
htb_2.4.20_1.19.diff
Description: Text document
|