[Devel] [PATCH VZ7 3/3] netlink: allow messages with family PF_BRIDGE type RTM_xxxNEIGH in CT

2016-10-27 Thread Pavel Tikhomirov
While reproducing the problem mentioned in patch 1 I found that we need it to be able to configure vxlan fdb https://jira.sw.ru/browse/PSBM-53629 Signed-off-by: Pavel Tikhomirov --- include/linux/ve.h | 4 ++-- kernel/ve/ve.c | 11 ++- net/core/rtnetlink.c | 4 ++-- net/socket.

Re: [Devel] [PATCH RH7 1/2] net/vxlan: enable support and autoload in a container

2016-10-27 Thread Pavel Tikhomirov
I managed to create reproducer for the mentioned problem, it fails as expected on 4.7.7-200.fc24.x86_64, so ifindex problem is indeed mainstream one. bridge_gatway_cidr='10.0.0.1/24' container1_ip_cidr='10.0.0.3/24' container1_mac_addr='02:42:0a:00:00:03' container2_ip='10.0.0.2' container2_mac

Re: [Devel] [PATCH RH7] ms/x86/signal: Remove bogus user_64bit_mode() check from sigaction_compat_abi()

2016-10-27 Thread Andrey Ryabinin
On 10/26/2016 07:15 PM, Dmitry Safonov wrote: > The recent introduction of SA_X32/IA32 sa_flags added a check for > user_64bit_mode() into sigaction_compat_abi(). user_64bit_mode() is true > for native 64-bit processes and x32 processes. > > Due to that the function returns w/o setting the SA_X32_

Re: [Devel] [PATCH RH7 0/4] do not rely on missing rtcache in vzprivnet_hook

2016-10-27 Thread Pavel Tikhomirov
On 10/26/2016 12:33 AM, Andrew Vagin wrote: On Wed, Oct 19, 2016 at 03:20:53PM +0300, Pavel Tikhomirov wrote: vzprivnet filter relies on dst.privnet_mark is per saddr+daddr pair. But rt_hash_table was removed in ms kernel v3.6, commit 89aef8921bfb ("ipv4: Delete routing cache."). And now diffe