[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130127.192638.2227792070943381785.davem@davemloft.net>
Date: Sun, 27 Jan 2013 19:26:38 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: greearb@...delatech.com, netdev@...r.kernel.org
Subject: Re: [PATCH] net: loopback: fix a dst refcounting issue
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Sun, 27 Jan 2013 09:25:08 -0800
> On Sun, 2013-01-27 at 01:32 -0500, David Miller wrote:
>
>> Applied, I suspect we need to tree wide audit for other instances of
>> this situation. Probably greps for skb_orphan() would be a good
>> start.
>
> I highly suspect macvlan needs a skb_dst_drop(), but couldnt trigger
> a case to trigger the fault.
I completely agree, when we hit the ->forward() or ->receive() method
we are leaving the RCU safety zone for the cached dst.
Even if you can't trigger it, this seems clear enough to me that we
should put those skb_dst_drop() calls in, so please formally submit
that patch you posted for Ben as an RFC last week.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists