[Devel] [PATCH RHEL8 COMMIT] ploop: Kill ITER_BVEC from arguments iov_iter_bvec()

2021-03-19 Thread Konstantin Khorenko
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh8-4.18.0-240.1.1.vz8.5.9 --> commit e11d32ca3b432032ad9bb4e67a2149c03c6d5cf4 Author: Kirill Tkhai Date: Fri Mar 19 19:03:17 2021 +0300 ploop: Kill ITER

[Devel] [PATCH RHEL8 COMMIT] ploop: Acquire mutex in ploop_preresume()

2021-03-19 Thread Konstantin Khorenko
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh8-4.18.0-240.1.1.vz8.5.9 --> commit 5bd9d4eeabe2a4b0d1584a1fd652cfa964a71e9d Author: Kirill Tkhai Date: Fri Mar 19 19:03:16 2021 +0300 ploop: Acquire m

[Devel] [PATCH RH8 1/2] ploop: Acquire mutex in ploop_preresume()

2021-03-19 Thread Kirill Tkhai
Close race between "set noresume" and resume. Also, add READ_ONCE() in ploop_status to underline we read unlocked. Signed-off-by: Kirill Tkhai --- drivers/md/dm-ploop-target.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/md/dm-ploop-target.c b/drivers/md/d

[Devel] [PATCH RH8 2/2] ploop: Kill ITER_BVEC from arguments iov_iter_bvec()

2021-03-19 Thread Kirill Tkhai
After some past-recent rebases iov_iter_bvec() does not require ITER_BVEC pointing. Kill it and stop warning message about that. Signed-off-by: Kirill Tkhai --- drivers/md/dm-ploop-bat.c |2 +- drivers/md/dm-ploop-map.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[Devel] [PATCH RHEL8 COMMIT] ve/fs/overlay: allow overlayfs to be used inside a Container

2021-03-19 Thread Konstantin Khorenko
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh8-4.18.0-240.1.1.vz8.5.8 --> commit 28a2e13d2c1ea43c2e4cdc1d60dfa3853cafb12d Author: Pavel Tikhomirov Date: Mon May 23 13:29:54 2016 +0400 ve/fs/overla

[Devel] [PATCH RHEL8 COMMIT] ve/fs: Allow to mount ext4 in top CT userns - cleanup

2021-03-19 Thread Konstantin Khorenko
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh8-4.18.0-240.1.1.vz8.5.8 --> commit 8d7ddfec0ae071b5a573c5386b30238c9fea121b Author: Konstantin Khorenko Date: Thu Mar 18 18:06:19 2021 +0300 ve/fs: Al

[Devel] [PATCH RHEL8 COMMIT] ve/fs/namespace: allow submounts in non-init userns

2021-03-19 Thread Konstantin Khorenko
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh8-4.18.0-240.1.1.vz8.5.8 --> commit 81a2b734416d18df45090b5185f137fd35598ab7 Author: Konstantin Khorenko Date: Tue Jul 3 13:28:43 2018 +0300 ve/fs/name

[Devel] [PATCH RHEL8 COMMIT] ve/fs/nfs: NFS containerization - allow to mount NFS in CT root userns

2021-03-19 Thread Konstantin Khorenko
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh8-4.18.0-240.1.1.vz8.5.8 --> commit 5c85dc5639298cf8a7b62bbfdb61a9f69e5a759e Author: Konstantin Khorenko Date: Wed Mar 17 20:06:30 2021 +0300 ve/fs/nfs

[Devel] [PATCH RHEL8 COMMIT] fs/ve: add new FS_VE_MOUNT flag to allow mount in container init userns

2021-03-19 Thread Konstantin Khorenko
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh8-4.18.0-240.1.1.vz8.5.8 --> commit d186104ce5ae848c94b70525629630cdd11dcdfc Author: Konstantin Khorenko Date: Thu Mar 18 14:51:56 2021 +0300 fs/ve: ad

Re: [Devel] [PATCH rh8 1/4] fs/ve: add new FS_VE_MOUNT flag to allow mount in container init userns

2021-03-19 Thread Konstantin Khorenko
On 03/19/2021 10:57 AM, Pavel Tikhomirov wrote: Reviewed-by: Pavel Tikhomirov Everything looks good. Though note that probably we have some more fs-es except nfs and ext4 which need the same change in future: devtmpfs, autofs, binfmt_misc, devpts, fuse, nfsd, proc, ramfs, sysfs, xfs, mqueue, sh

Re: [Devel] [PATCH rh8 1/4] fs/ve: add new FS_VE_MOUNT flag to allow mount in container init userns

2021-03-19 Thread Pavel Tikhomirov
Reviewed-by: Pavel Tikhomirov Everything looks good. Though note that probably we have some more fs-es except nfs and ext4 which need the same change in future: devtmpfs, autofs, binfmt_misc, devpts, fuse, nfsd, proc, ramfs, sysfs, xfs, mqueue, shmem and rpcpipefs (At least all of them need t