On Sat, 30 Jul 2016 23:42:18 +0200[...]
Vegard Nossum <vegard.nossum@xxxxxxxxxx> wrote:
Hi,
With fault injection triggering an allocation failure for the
alloc_indirect() call in virtqueue_add() I'm seeing a hang in
p9_virtio_zc_request() -- it seems to be waiting here indefinitely
(i.e. at least 120 seconds):
What happens is that the code falls back to direct virtio addressing
(after indirect addressing failed) - and this should work.
I'm more inclined to suspect a qemu instead of a kernel bug, as your
qemu version is quite old and there have been fixes in the virtio
buffer handling and virtio-9p in the meantime. (I'm suspecting
"virtio-9p: fix any_layout".)
Could you retry with a more recent qemu (at least version 2.4)?