All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] A few race conditions in E1000 device fixed
@ 2012-10-15 16:48 Dmitry Fleytman
  2012-10-15 16:48 ` [Qemu-devel] [PATCH 1/2] Fix a race condition in E1000 device implementation: Dmitry Fleytman
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Dmitry Fleytman @ 2012-10-15 16:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: Yan Vugenfirer, Dmitry Fleytman, Chris Webb, Richard Davies

Following patches fix a few race conditions in E1000 code:

  1st patch fixes race condition between driver shutdown and device shutdown (see patch comment)
  It also work-arounds race condition in e1000 Linux driver between RX enable and RX rings init
  (Separate patch for the second problem sent to e1000-devel/linux/kernel and accepted by maintainers, see
   http://sourceforge.net/mailarchive/forum.php?thread_name=1350280341.2152.12.camel%40jtkirshe-mobl&forum_name=e1000-devel)

  2nd patch is pretty trivial and adds forgotten field into live migration list thus fixing another race condition.

Dmitry Fleytman (2):
  Fix a race condition in E1000 device implementation:
  Fix a race condition in E1000 device live migration.     One of
    data-transfer related flags not in migrated fields list.

 hw/e1000.c | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

-- 
1.7.11.4

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

end of thread, other threads:[~2012-10-16  9:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 16:48 [Qemu-devel] [PATCH 0/2] A few race conditions in E1000 device fixed Dmitry Fleytman
2012-10-15 16:48 ` [Qemu-devel] [PATCH 1/2] Fix a race condition in E1000 device implementation: Dmitry Fleytman
2012-10-15 16:48 ` [Qemu-devel] [PATCH 2/2] Fix a race condition in E1000 device live migration. One of data-transfer related flags not in migrated fields list Dmitry Fleytman
2012-10-16  8:32   ` Stefan Hajnoczi
2012-10-16  9:43     ` Kevin Wolf
2012-10-15 20:30 ` [Qemu-devel] [PATCH 0/2] A few race conditions in E1000 device fixed Dmitry Fleytman

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.