Konrad Rzeszutek Wilk
2013-Nov-08 17:38 UTC
[PATCH] Fixes to Linux v3.13 - bugs.xenproject.org ones. (v1).
Hey, Two of these: [PATCH 2/4] xen/manage: Poweroff forcefully if user-space is not yet [PATCH 4/4] xen/xenbus: Avoid synchronous wait on XenBus stalling fix the bugs.xenproject.org outstanding bugs. The other ones are that were discovered on xen-devel and discussed. They should go in v3.13 and as the merge window is next week I am hoping they can be squeezed in then. drivers/xen/manage.c | 64 ++++++++++++++++++++++++++++++++++------- drivers/xen/pci.c | 47 ++++++++++++++++++++++++++++++ drivers/xen/xenbus/xenbus_xs.c | 24 ++++++++++++++-- include/xen/interface/physdev.h | 11 +++++++ Konrad Rzeszutek Wilk (4): xen/mcfg: Call PHYSDEVOP_pci_mmcfg_reserved for MCFG areas. xen/manage: Poweroff forcefully if user-space is not yet up. xen/manage: Guard against user-space initiated poweroff and XenBus. xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.