Re: [Devel] [PATCH criu 2/6] action-scripts: Add "pre-resume" stage

2017-02-09 Thread Andrey Vagin
On Thu, Feb 09, 2017 at 12:01:20AM +0300, Cyrill Gorcunov wrote: > On Wed, Feb 08, 2017 at 12:37:18PM -0800, Andrey Vagin wrote: > > On Wed, Feb 08, 2017 at 12:05:37AM +0300, Cyrill Gorcunov wrote: > > > The main idea is to be able to operate with container > > > at the moment where its processess

[Devel] [PATCH RH7] ms/ovl: fix d_real() for stacked fs

2017-02-09 Thread Pavel Tikhomirov
From: Miklos Szeredi Handling of recursion in d_real() is completely broken. Recursion is only done in the 'inode != NULL' case. But when opening the file we have 'inode == NULL' hence d_real() will return an overlay dentry. This won't work since overlayfs doesn't define its own file operation

Re: [Devel] [PATCH RH7] ioctl: use sb from file inode when make FIGETBSZ check

2017-02-09 Thread Pavel Tikhomirov
On 02/09/2017 07:11 PM, Pavel Tikhomirov wrote: On overlayfs blocksize on super_block is not set, and FIGETBSZ returns blocksize of an underlying fs, so we also need to do our check for underlying sb. Rebase commit a3ee37c28983 ("rh7: import RHEL7 kernel-3.10.0-514.el7") brought ms commit 4bac

[Devel] [PATCH RH7] ioctl: use sb from file inode when make FIGETBSZ check

2017-02-09 Thread Pavel Tikhomirov
On overlayfs blocksize on super_block is not set, and FIGETBSZ returns blocksize of an underlying fs, so we also need to do our check for underlying sb. Rebase commit a3ee37c28983 ("rh7: import RHEL7 kernel-3.10.0-514.el7") brought ms commit 4bacc9c9234c ("overlayfs: Make f_path always point to th

Re: [Devel] [PATCH RHEL7 COMMIT] ve/net, netfilter: Adjust REDIRECT target on venet device

2017-02-09 Thread Konstantin Khorenko
Please consider to prepare a ReadyKernel patch for it. -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 02/09/2017 06:26 PM, Konstantin Khorenko wrote: The commit is pushed to "branch-rh7-3.10.0-514.6.1.vz7.28.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkern

[Devel] [PATCH RHEL7 COMMIT] ve/net, netfilter: Adjust REDIRECT target on venet device

2017-02-09 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-514.6.1.vz7.28.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-514.6.1.vz7.28.5 --> commit c4830e4a3076841c4544c022d06ad060b322a800 Author: Cyrill Gorcunov Date: Thu Feb 9 19:26:44 2017 +0400 ve/net,netfi

[Devel] [PATCH RHEL7 COMMIT] ve/sched: sched_show_task: call task_ve_name() under RCU lock

2017-02-09 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-514.6.1.vz7.28.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-514.6.1.vz7.28.5 --> commit 1504fad026cef27546a781c13de46ea6b862b93a Author: Andrey Ryabinin Date: Thu Feb 9 18:32:53 2017 +0400 ve/sched: sc

[Devel] [PATCH RHEL7 COMMIT] cgroup/ve: fix possible circular locking dependency

2017-02-09 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-514.6.1.vz7.28.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-514.6.1.vz7.28.5 --> commit a0dd95a9880700d4e5d68ec4490725c60f8b5dd0 Author: Andrey Ryabinin Date: Thu Feb 9 16:57:14 2017 +0400 cgroup/ve: f

[Devel] [PATCH rh7] ploop: drop obsolete code related to old kernels

2017-02-09 Thread Konstantin Khorenko
https://jira.sw.ru/browse/PSBM-51358 To be merged into initial ploop patch: 25e20b3 ("ploop: add ploop to the tree") Signed-off-by: Konstantin Khorenko --- drivers/block/ploop/dev.c | 43 --- drivers/block/ploop/io_direct.c | 8 - drivers/block/ploop/io_di