Skip to content
Commit 87d6a412 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

vhost: fix attach to cgroups regression



Since 2.6.36-rc1, non-root users of vhost-net fail to attach
if they are in any cgroups.

The reason is that when qemu uses vhost, vhost wants to attach
its thread to all cgroups that qemu has.  But we got the API backwards,
so a non-priveledged process (Qemu) tried to control
the priveledged one (vhost), which fails.

Fix this by switching to the new cgroup_attach_task_all,
and running it from the vhost thread.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 73457f0f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment