All of lore.kernel.org
 help / color / mirror / Atom feed
* virtio config access races
@ 2012-07-12 22:59 Michael S. Tsirkin
  2012-07-13  3:55 ` Rusty Russell
  2012-07-13  3:55 ` Rusty Russell
  0 siblings, 2 replies; 3+ messages in thread
From: Michael S. Tsirkin @ 2012-07-12 22:59 UTC (permalink / raw)
  To: Rusty Russell; +Cc: kvm, virtualization

It looks like there's a problem in the way virtio config currently
works: if driver reads config in probe routine, config
subsequently can change before core sets DRIVER_OK.
This will not cause an interrupt and so this event is lost.
Maybe we should document that devices should delay such
events until after DRIVER_OK?

-- 
MST

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

end of thread, other threads:[~2012-07-13  4:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-12 22:59 virtio config access races Michael S. Tsirkin
2012-07-13  3:55 ` Rusty Russell
2012-07-13  3:55 ` Rusty Russell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.