All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] xenbus: Fix S3 frontend resume when xenstored is not running
@ 2013-05-08 14:32 Aurelien Chartier
  2013-05-08 14:32 ` [PATCH V2 1/2] xenbus: save xenstore local status for later use Aurelien Chartier
  2013-05-08 14:32 ` [PATCH V2 2/2] xenbus: defer xenbus frontend resume if xenstored is not running Aurelien Chartier
  0 siblings, 2 replies; 6+ messages in thread
From: Aurelien Chartier @ 2013-05-08 14:32 UTC (permalink / raw)
  To: xen-devel
  Cc: Aurelien Chartier, stefano.stabellini, ian.campbell, JBeulich,
	konrad.wilk

Hi,

This patch series fixes the S3 resume of a domain running xenstored running
a frontend over xenbus (xen-netfront in my use case).

As device resume is happening before process resume, the xenbus frontend
resume is hanging if xenstored is not running, thus causing a deadlock.
This patch series is fixing that issue by deferring the xenbus frontend
resume when we are running xenstored in that same domain.

Aurelien Chartier (2):
  xenbus: save xenstore local status for later use
  xenbus: defer xenbus frontend resume if xenstored is not running

 drivers/xen/xenbus/xenbus_comms.h          |    1 +
 drivers/xen/xenbus/xenbus_probe.c          |   27 ++++++++++------------
 drivers/xen/xenbus/xenbus_probe.h          |   12 ++++++++++
 drivers/xen/xenbus/xenbus_probe_frontend.c |   34 +++++++++++++++++++++++++++-
 4 files changed, 58 insertions(+), 16 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-05-08 16:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08 14:32 [PATCH V2 0/2] xenbus: Fix S3 frontend resume when xenstored is not running Aurelien Chartier
2013-05-08 14:32 ` [PATCH V2 1/2] xenbus: save xenstore local status for later use Aurelien Chartier
2013-05-08 14:32 ` [PATCH V2 2/2] xenbus: defer xenbus frontend resume if xenstored is not running Aurelien Chartier
2013-05-08 14:40   ` Aurelien Chartier
2013-05-08 14:50   ` Jan Beulich
2013-05-08 16:23     ` Aurelien Chartier

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.