14 Jun
2020
14 Jun
'20
11:43 a.m.
This is the problem you might have seen me complaining about on IRC a couple of days ago. A detailed explanation of the issue and the fix can be found in the second patch message. The fix consists of two patches. The first just adds an API that's needed by the refactored, fixed code. The actual bug fix is in the second patch. Alyssa Ross (2): msg_socket: introduce UnixSeqpacketExt crosvm: fix deadlock on early VmRequest devices/src/virtio/block.rs | 5 + msg_socket/src/lib.rs | 52 ++++++---- src/linux.rs | 201 ++++++++++++++++++++++++++++++------ vm_control/src/lib.rs | 57 +++++++--- 4 files changed, 245 insertions(+), 70 deletions(-) -- 2.26.2