[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200805280259.30931.opurdila@ixiacom.com>
Date: Wed, 28 May 2008 02:59:30 +0300
From: Octavian Purdila <opurdila@...acom.com>
To: Evgeniy Polyakov <johnpol@....mipt.ru>
Cc: Ben Hutchings <bhutchings@...arflare.com>, netdev@...r.kernel.org,
davem@...emloft.net
Subject: Re: race in skb_splice_bits?
On Tuesday 27 May 2008, Evgeniy Polyakov wrote:
>
> Please try attached patch on top of vanilla tree.
> It does not use skb after socket was dropped, but instead search it
> again when socket is locked, so if socket is alive, it will find it and
> clean otherwise it will exit.
>
This fixes the crash, thanks.
One doubt though: suppose that while we drop the lock the skb gets aggregated
with the one after it. If the original skb is fully consumed in the receive
actor, then the we will eat the new, aggregated skb, loosing data.
Here is a patch, based on your idea, which tries to cope with the above
scenario. The !skb check was added for the case in which the actor does not
consume anything in the current interration.
tavi
View attachment "a.diff" of type "text/x-diff" (1041 bytes)
Powered by blists - more mailing lists