[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130127.013241.1524448507498580112.davem@davemloft.net>
Date: Sun, 27 Jan 2013 01:32:41 -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: Fri, 25 Jan 2013 09:44:41 -0800
> From: Eric Dumazet <edumazet@...gle.com>
>
> Ben Greear reported crashes in ip_rcv_finish() on a stress
> test involving many macvlans.
>
> We tracked the bug to a dst use after free. ip_rcv_finish()
> was calling dst->input() and got garbage for dst->input value.
>
> It appears the bug is in loopback driver, lacking
> a skb_dst_force() before calling netif_rx().
>
> As a result, a non refcounted dst, normally protected by a
> RCU read_lock section, was escaping this section and could
> be freed before the packet being processed.
...
> This bug was introduced in linux-2.6.35, in commit
> 7fee226ad2397b (net: add a noref bit on skb dst)
>
> skb_dst_force() is enforced in dev_queue_xmit() for devices having a
> qdisc.
>
> Reported-by: Ben Greear <greearb@...delatech.com>
> Signed-off-by: Eric Dumazet <edumazet@...gle.com>
> Tested-by: Ben Greear <greearb@...delatech.com>
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.
--
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