Re: [linux-yocto] [PATCH v2] ipv4: net namespace does not inherit network configurations

2018-10-29 Thread Bruce Ashfield
On 2018-10-28 11:30 PM, He Zhe wrote: On 2018/10/29 10:52, Bruce Ashfield wrote: Looks fine to me. And to confirm, this is for 4.18, correct ? This is for linux-yocto-dev standard/base, linux-yocto v4.18/standard/base. Sounds good. It is merged to those kernels now, and I've queued the

Re: [linux-yocto] [PATCH v2] ipv4: net namespace does not inherit network configurations

2018-10-28 Thread He Zhe
On 2018/10/29 10:52, Bruce Ashfield wrote: > Looks fine to me. > > And to confirm, this is for 4.18, correct ? This is for linux-yocto-dev standard/base, linux-yocto v4.18/standard/base. Zhe > > Bruce > > On 2018-10-28 10:24 PM, zhe...@windriver.com wrote: >> From: He Zhe >> >> patch from

Re: [linux-yocto] [PATCH v2] ipv4: net namespace does not inherit network configurations

2018-10-28 Thread Bruce Ashfield
Looks fine to me. And to confirm, this is for 4.18, correct ? Bruce On 2018-10-28 10:24 PM, zhe...@windriver.com wrote: From: He Zhe patch from https://lkml.org/lkml/2014/7/29/119 Ipv4 net namespace requires a similar logic change as commit a79ca223e029 [ipv6: fix bad free of

[linux-yocto] [PATCH v2] ipv4: net namespace does not inherit network configurations

2018-10-28 Thread zhe.he
From: He Zhe patch from https://lkml.org/lkml/2014/7/29/119 Ipv4 net namespace requires a similar logic change as commit a79ca223e029 [ipv6: fix bad free of addrconf_init_net] introduces for newer kernels. Since a net namespace is independent to another. That is, there is no any relationship