patches and low-level development discussion
 help / color / mirror / code / Atom feed
* [PATCH crosvm 0/2] Fix deadlock on early VmRequest
@ 2020-06-14 11:43 Alyssa Ross
  2020-06-14 11:43 ` [PATCH crosvm 1/2] msg_socket: introduce UnixSeqpacketExt Alyssa Ross
  2020-06-14 11:43 ` [PATCH crosvm 2/2] crosvm: fix deadlock on early VmRequest Alyssa Ross
  0 siblings, 2 replies; 11+ messages in thread
From: Alyssa Ross @ 2020-06-14 11:43 UTC (permalink / raw)
  To: devel

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-07-09 13:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-14 11:43 [PATCH crosvm 0/2] Fix deadlock on early VmRequest Alyssa Ross
2020-06-14 11:43 ` [PATCH crosvm 1/2] msg_socket: introduce UnixSeqpacketExt Alyssa Ross
2020-06-16  0:17   ` Cole Helbling
2020-06-16  9:32     ` Alyssa Ross
2020-06-22 22:06       ` Cole Helbling
2020-06-23  2:32         ` Alyssa Ross
2020-06-25  1:54       ` impaqt
2020-07-09 13:24         ` Alyssa Ross
2020-06-14 11:43 ` [PATCH crosvm 2/2] crosvm: fix deadlock on early VmRequest Alyssa Ross
2020-06-16  1:08   ` Cole Helbling
2020-06-16  9:39     ` Alyssa Ross

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).