[Devel] [PATCH rh7] ve: Add a ability to show ve.mount_opts

2015-07-06 Thread Kirill Tkhai
A user may want to see allowed mount options. This patch allows that. Signed-off-by: Kirill Tkhai --- kernel/ve/ve.c | 82 1 file changed, 82 insertions(+) diff --git a/kernel/ve/ve.c b/kernel/ve/ve.c index 6496727..4cd1f8b 100644 --- a

[Devel] [PATCH] tty: call device_destroy_namespace only for containerized drivers

2015-07-06 Thread Andrew Vagin
Containerized drivers save ve in drvdata, but other drivers can use drvdata for own needs. For example, uart_add_one_port calls tty_port_register_device_attr with non-zero drvdata https://jira.sw.ru/browse/PSBM-33971 Cc: Cyrill Gorcunov Signed-off-by: Andrew Vagin --- drivers/tty/tty_io.c |

Re: [Devel] [PATCH] tty: call device_destroy_namespace only for containerized drivers

2015-07-06 Thread Cyrill Gorcunov
On Mon, Jul 06, 2015 at 04:02:54PM +0400, Andrew Vagin wrote: > Containerized drivers save ve in drvdata, but other drivers can use > drvdata for own needs. For example, uart_add_one_port calls > tty_port_register_device_attr with non-zero drvdata > > https://jira.sw.ru/browse/PSBM-33971 > > Cc:

[Devel] [PATCH RHEL7 COMMIT] ve/vfs: allow mount/umount, pivot_root with CAP_VE_SYS_ADMIN

2015-07-06 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-123.1.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-123.1.2.vz7.5.24 --> commit b84f628152b50a89e8e1023bb78963fadfdc7026 Author: Pavel Tikhomirov Date: Mon Jul 6 17:27:37 2015 +0400 ve/vfs: allow mount/

[Devel] [PATCH RHEL7 COMMIT] ve/rtnl: allow move network devices into network namespace in CT

2015-07-06 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-123.1.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-123.1.2.vz7.5.24 --> commit 7faab5defae09da23fd3b18410dd47f7b48fe61f Author: Pavel Tikhomirov Date: Mon Jul 6 17:27:44 2015 +0400 ve/rtnl: allow move

[Devel] [PATCH RHEL7 COMMIT] ve/proc/ipc: allow mount proc and mqueue inside container

2015-07-06 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-123.1.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-123.1.2.vz7.5.24 --> commit e3d038561b5b594109630410803c3b537da5b4a7 Author: Pavel Tikhomirov Date: Mon Jul 6 17:27:54 2015 +0400 ve/proc/ipc: allow m

[Devel] [PATCH RHEL7 COMMIT] ve/tty: call device_destroy_namespace only for containerized drivers

2015-07-06 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-123.1.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-123.1.2.vz7.5.24 --> commit 79fe58e2cb26c691c0bc5b40d2a1c1894af6932d Author: Andrew Vagin Date: Mon Jul 6 17:34:33 2015 +0400 ve/tty: call device_dest

[Devel] [PATCH RHEL7 COMMIT] tcache: teach tcache_get_node() to handle cleancache_get_page/cleancache_invalidate_inode races

2015-07-06 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-123.1.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-123.1.2.vz7.5.24 --> commit aaa1d051161262d1507712a6e7aa6c01051502f1 Author: Vladimir Davydov Date: Mon Jul 6 17:38:03 2015 +0400 tcache: teach tcache

Re: [Devel] [PATCH rh7] net: netfilter: clear xt_table on net exit

2015-07-06 Thread Konstantin Khorenko
Volodya, and what about ip6table_nat_net_exit()? Lost hunk? -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 07/03/2015 02:16 PM, Vladimir Davydov wrote: > We use net->ipv[46].{ip,ip6,nat_}table* as a mark if the corresponding > netfilter is enabled for the network namespace

[Devel] [PATCH RHEL7 COMMIT] ve/sysfs: do not inherit ve permissions from parent

2015-07-06 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-123.1.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-123.1.2.vz7.5.24 --> commit f134351a30bb0bd2641cb9a2bbc3ef1ec120d674 Author: Vladimir Davydov Date: Mon Jul 6 17:50:03 2015 +0400 ve/sysfs: do not inh

Re: [Devel] [PATCH rh7] net: netfilter: clear xt_table on net exit

2015-07-06 Thread Vladimir Davydov
On Mon, Jul 06, 2015 at 04:41:23PM +0300, Konstantin Khorenko wrote: > and what about ip6table_nat_net_exit()? > Lost hunk? We never disabled ip6 nat. Perhaps, this is because there is no such in PCS6. Anyway, it is not affected. ___ Devel mailing list D

[Devel] (no subject)

2015-07-06 Thread Konstantin Khorenko
<143462-3815-11-git-send-email-dmonak...@openvz.org> Subject: [PATCH RHEL7 COMMIT] ext4: ext4_ext_drop_refs ignode null path The commit is pushed to "branch-rh7-3.10.0-123.1.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-123.1.2.vz7.5.24 --> commit

[Devel] [PATCH RHEL7 COMMIT] ve/net: netfilter: clear xt_table on net exit

2015-07-06 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-123.1.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-123.1.2.vz7.5.24 --> commit d8b82fbb9f8a3a75f95a5d8652c32bf2226d905a Author: Vladimir Davydov Date: Tue Jul 7 00:15:02 2015 +0400 ve/net: netfilter: c