[Devel] [PATCH RHEL7 COMMIT] ve/tty: Prevent iteration with NULL dev in device_destroy_namespace()

2015-05-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.4.10 -- commit b60174a217555f4bf9d0c37616fba4a4cb8561dd Author: Kirill Tkhai ktk...@odin.com Date: Wed May 6 18:14:24 2015 +0400 ve/tty:

Re: [Devel] [PATCH rh7] cgroups: Drop virtualization code, v3

2015-05-06 Thread Cyrill Gorcunov
On Wed, May 06, 2015 at 08:04:02PM +0300, Vladimir Davydov wrote: On Wed, May 06, 2015 at 11:57:08AM +0300, Cyrill Gorcunov wrote: Here we rip off all the virtualization code we introduced into kernel to behave close to rhel6. Because we're trying a new concept (bindmounting from the

[Devel] [PATCH RHEL7 COMMIT] ve/cgroup: devices -- Modify exception list for docker sake

2015-05-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.4.10 -- commit b41a8db9cdf3a598c9abe35cb968b0ab476e8eeb Author: Cyrill Gorcunov gorcu...@odin.com Date: Wed May 6 20:34:38 2015 +0400

Re: [Devel] [PATCH rh7] cgroups: Drop virtualization code, v3

2015-05-06 Thread Vladimir Davydov
On Wed, May 06, 2015 at 11:57:08AM +0300, Cyrill Gorcunov wrote: Here we rip off all the virtualization code we introduced into kernel to behave close to rhel6. Because we're trying a new concept (bindmounting from the node) it is no longer needed. Now some details: - drop

[Devel] [PATCH rh7 v4] cgroup: devices -- Modify exception list for docker sake

2015-05-06 Thread Cyrill Gorcunov
When docker runs up it modifies nested device cgroups. The devices it needs to operate with are almost the same we've had in our exception list already except: 1) Add ACC_MKNOD for every device we have This is harmless operation simply to make docker happy. 2) Add setting up ACC_MKNOD