summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2014-03-13 11:23:38 +1030
committerRusty Russell <rusty@rustcorp.com.au>2014-03-13 11:27:55 +1030
commit1f74ef0f2d7d692fcd615621e0e734c3e7771413 (patch)
tree697a88da1944bc02ba82afd3758d01fb1b2f556a /drivers/net
parent5e37f67063a14450f1fff3baee81efe7c146592a (diff)
downloadtalos-op-linux-1f74ef0f2d7d692fcd615621e0e734c3e7771413.tar.gz
talos-op-linux-1f74ef0f2d7d692fcd615621e0e734c3e7771413.zip
virtio_balloon: don't softlockup on huge balloon changes.
When adding or removing 100G from a balloon: BUG: soft lockup - CPU#0 stuck for 22s! [vballoon:367] We have a wait_event_interruptible(), but the condition is always true (more ballooning to do) so we don't ever sleep. We also have a wait_event() for the host to ack, but that is also always true as QEMU is synchronous for balloon operations. Reported-by: Gopesh Kumar Chaudhary <gopchaud@in.ibm.com> Cc: stable@kernel.org Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud