Re: [PATCH linux-3.10.y] ip6tnl: fix use after free of fb_tnl_dev

2013-12-19 Thread Nicolas Dichtel
Le 19/12/2013 11:07, Luis Henriques a écrit : On Tue, Dec 17, 2013 at 02:40:02PM -0500, David Miller wrote: From: Nicolas Dichtel Date: Fri, 13 Dec 2013 10:06:35 +0100 The upstream commit bb8140947a24 ("ip6tnl: allow to use rtnl ops on fb tunnel") (backported into linux-3.10.y) left a bug whi

Re: [PATCH linux-3.10.y] ip6tnl: fix use after free of fb_tnl_dev

2013-12-19 Thread Luis Henriques
On Tue, Dec 17, 2013 at 02:40:02PM -0500, David Miller wrote: > From: Nicolas Dichtel > Date: Fri, 13 Dec 2013 10:06:35 +0100 > > > The upstream commit bb8140947a24 ("ip6tnl: allow to use rtnl ops on fb > > tunnel") > > (backported into linux-3.10.y) left a bug which was fixed upstream by commit

[PATCH 3.10 73/78] [PATCH linux-3.10.y] ip6tnl: fix use after free of fb_tnl_dev

2013-12-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- The upstream commit bb8140947a24 ("ip6tnl: allow to use rtnl ops on fb tunnel") (backported into linux-3.10.y) left a bug which was fixed upstream by commit 1e9f3d6f1c40 ("ip6tnl: fix use after free o

Re: [PATCH linux-3.10.y] ip6tnl: fix use after free of fb_tnl_dev

2013-12-17 Thread Greg KH
On Tue, Dec 17, 2013 at 02:40:02PM -0500, David Miller wrote: > From: Nicolas Dichtel > Date: Fri, 13 Dec 2013 10:06:35 +0100 > > > The upstream commit bb8140947a24 ("ip6tnl: allow to use rtnl ops on fb > > tunnel") > > (backported into linux-3.10.y) left a bug which was fixed upstream by commit

Re: [PATCH linux-3.10.y] ip6tnl: fix use after free of fb_tnl_dev

2013-12-17 Thread David Miller
From: Nicolas Dichtel Date: Fri, 13 Dec 2013 10:06:35 +0100 > The upstream commit bb8140947a24 ("ip6tnl: allow to use rtnl ops on fb > tunnel") > (backported into linux-3.10.y) left a bug which was fixed upstream by commit > 1e9f3d6f1c40 ("ip6tnl: fix use after free of fb_tnl_dev"). > > The pro

[PATCH linux-3.10.y] ip6tnl: fix use after free of fb_tnl_dev

2013-12-13 Thread Nicolas Dichtel
The upstream commit bb8140947a24 ("ip6tnl: allow to use rtnl ops on fb tunnel") (backported into linux-3.10.y) left a bug which was fixed upstream by commit 1e9f3d6f1c40 ("ip6tnl: fix use after free of fb_tnl_dev"). The problem is a bit different in linux-3.10.y, because there is no x-netns suppor