]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
UBUNTU: SAUCE: kvm: Add helper function for creating VM worker threads
authorJunaid Shahid <junaids@google.com>
Thu, 31 Oct 2019 23:33:46 +0000 (00:33 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 4 Nov 2019 17:13:16 +0000 (18:13 +0100)
commit78ac6e20823af4e3c515e0aa0101f2947a638565
treed6ee7a8f666bca522d1de611cd985583b9230674
parent81ee22032428bad93682b02d3a97c2b322144b9e
UBUNTU: SAUCE: kvm: Add helper function for creating VM worker threads

This adds a function to create a kernel thread associated with a given
VM. In particular, it ensures that the worker thread inherits the
priority and cgroups of the calling thread.

Signed-off-by: Junaid Shahid <junaids@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
CVE-2018-12207

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
include/linux/kvm_host.h
virt/kvm/kvm_main.c