Re: Is dst cache leak/overflow fix included to the latest FC-kernels?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Monday 14 March 2005 23:53, Kimmo Koivisto wrote:
> Hello
>
> I have experienced dst cache overflow errors with three FC3 firewalls under
> medium load.
>
> It seems that the cache leak is now found
> (http://oss.sgi.com/archives/netdev/2005-01/msg01367.html) and there is a
> fix for that:
>
> ===== net/ipv4/ip_output.c 1.74 vs edited =====
> --- 1.74/net/ipv4/ip_output.c   2005-01-25 01:40:10 +01:00
> +++ edited/net/ipv4/ip_output.c 2005-01-30 18:54:43 +01:00
> @@ -389,6 +389,7 @@
>         to->priority = from->priority;
>         to->protocol = from->protocol;
>         to->security = from->security;
> +       dst_release(to->dst);
>         to->dst = dst_clone(from->dst);
>         to->dev = from->dev;
>
> I think that vanilla kernel 2.6.11 contains this fix, but does any
> FC-kernels have this fix included? If not, does anybody know is this fix
> going to be included to the new FC-kernels?
>

I just checked this, original 2.6.9 FC3-kernel did not have this patch, newest 
test update 2.6.11-1.7_FC3 has. 

Regards
Kimmo Koivisto


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux