Re: [PATCH 4.4 002/193] net: replace dst_cache ip6_tunnel implementation with the generic one

2018-02-27 Thread Greg Kroah-Hartman
On Tue, Feb 27, 2018 at 09:05:01AM +0100, Michal Kubecek wrote: > On Fri, Feb 23, 2018 at 07:23:55PM +0100, Greg Kroah-Hartman wrote: > > 4.4-stable review patch. If anyone has any objections, please let me know. > > > > -- > > > > From: Paolo Abeni > > > > commit 607f725f6f7d5

Re: [PATCH 4.4 002/193] net: replace dst_cache ip6_tunnel implementation with the generic one

2018-02-27 Thread Michal Kubecek
On Fri, Feb 23, 2018 at 07:23:55PM +0100, Greg Kroah-Hartman wrote: > 4.4-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Paolo Abeni > > commit 607f725f6f7d5ec3759fbc16224afb60e2152a5b upstream. > > This also fix a potential race into t

Re: [PATCH 4.4 002/193] net: replace dst_cache ip6_tunnel implementation with the generic one

2018-02-26 Thread Nathan Chancellor
On Mon, Feb 26, 2018 at 01:59:01PM +0100, Greg Kroah-Hartman wrote: > On Fri, Feb 23, 2018 at 04:00:08PM -0700, Nathan Chancellor wrote: > > It may also be wise to take these two commits from mainline, as they > > are along the same lines as this one: > > > > 09acddf873b ("ip_tunnel: replace dst_c

Re: [PATCH 4.4 002/193] net: replace dst_cache ip6_tunnel implementation with the generic one

2018-02-26 Thread Greg Kroah-Hartman
On Fri, Feb 23, 2018 at 04:00:08PM -0700, Nathan Chancellor wrote: > On Fri, Feb 23, 2018 at 07:23:55PM +0100, Greg Kroah-Hartman wrote: > > 4.4-stable review patch. If anyone has any objections, please let me know. > > > > -- > > > > From: Paolo Abeni > > > > commit 607f725f6f

Re: [PATCH 4.4 002/193] net: replace dst_cache ip6_tunnel implementation with the generic one

2018-02-24 Thread Nathan Chancellor
On Sat, Feb 24, 2018 at 09:35:39AM +0100, Greg Kroah-Hartman wrote: > On Fri, Feb 23, 2018 at 04:00:08PM -0700, Nathan Chancellor wrote: > > On Fri, Feb 23, 2018 at 07:23:55PM +0100, Greg Kroah-Hartman wrote: > > > 4.4-stable review patch. If anyone has any objections, please let me > > > know. >

Re: [PATCH 4.4 002/193] net: replace dst_cache ip6_tunnel implementation with the generic one

2018-02-24 Thread Greg Kroah-Hartman
On Fri, Feb 23, 2018 at 04:00:08PM -0700, Nathan Chancellor wrote: > On Fri, Feb 23, 2018 at 07:23:55PM +0100, Greg Kroah-Hartman wrote: > > 4.4-stable review patch. If anyone has any objections, please let me know. > > > > -- > > > > From: Paolo Abeni > > > > commit 607f725f6f

Re: [PATCH 4.4 002/193] net: replace dst_cache ip6_tunnel implementation with the generic one

2018-02-23 Thread Nathan Chancellor
On Fri, Feb 23, 2018 at 07:23:55PM +0100, Greg Kroah-Hartman wrote: > 4.4-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Paolo Abeni > > commit 607f725f6f7d5ec3759fbc16224afb60e2152a5b upstream. > > This also fix a potential race into t

[PATCH 4.4 002/193] net: replace dst_cache ip6_tunnel implementation with the generic one

2018-02-23 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Paolo Abeni commit 607f725f6f7d5ec3759fbc16224afb60e2152a5b upstream. This also fix a potential race into the existing tunnel code, which could lead to the wrong dst to be permanenty cached: C