From: "Bhogavilli, Suresh" <[EMAIL PROTECTED]>
Date: Tue, 21 Feb 2006 11:38:06 -0500

> When garbage collecting route cache entries of multipath routes
> in rt_garbage_collect(), entries were deleted from the hash bucket
> 'i' while holding a spin lock on bucket 'k' resulting in a system
> hang.  Delete entries, if any, from bucket 'k' instead.
> 
> Signed-off-by: Suresh Bhogavilli <[EMAIL PROTECTED]>

Your patch is still corrupted.

> --- linux-2.6.16-rc4.orig/net/ipv4/route.c    2006-02-17
> 17:23:45.000000000 -0500
> +++ linux-2.6.16-rc4/net/ipv4/route.c 2006-02-20 14:31:37.000000000
> -0500

See the newlines added there by your mail client?  That should
be two long lines, instead there are 4 lines which are chopped
up copies of the original two.

Here is a hint to everyone in the world who is having trouble
sending patches out.  Email your patch to _yourself_ and try
to apply the patch.

Otherwise, like here, you're going to send it out 2 or 3 times
wasting everyone's time.  Please don't do that.

Thanks.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to