summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2015-03-05 03:54:41 +0100
committerRusty Russell <rusty@rustcorp.com.au>2015-03-10 02:18:28 +0100
commit88660f7fb94cda1f8f63ee92bfcd0db39a6361e2 (patch)
treedb1aef23fcc5c191a3b4fc1255aee5d46b50558f /include
parentvirtio_console: avoid config access from irq (diff)
downloadlinux-88660f7fb94cda1f8f63ee92bfcd0db39a6361e2.tar.xz
linux-88660f7fb94cda1f8f63ee92bfcd0db39a6361e2.zip
virtio_balloon: set DRIVER_OK before using device
virtio spec requires that all drivers set DRIVER_OK before using devices. While balloon isn't yet included in the virtio 1 spec, previous spec versions also required this. virtio balloon might violate this rule: probe calls kthread_run before setting DRIVER_OK, which might run immediately and cause balloon to inflate/deflate. To fix, call virtio_device_ready before running the kthread. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: stable@kernel.org
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions