[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xen: fix frontend driver disconnected from xenbus on removal
From: Oleksandr Andrushchenko <oleksandr_andrushchenko@xxxxxxxx> Hi, all! While working on DRM PV frontend driver I faced an issue with driver removal, e.g. when driver's .remove callback is called the driver is already disconnected form the xenbus and it is not possible to synchronize the process of removal with the backend. Backend in my case is a user-space application, so this may explain why backends which are kernel modules do not suffer from this: it seems that user-space is clumsy and its states are not delivered through xenbus fast enough. The obvious way to fix this behavior is to disconnect frontend drivers from xenbus _after_ their .remove callback is called. Thank you, Oleksandr Andrushchenko Oleksandr Andrushchenko (1): xen: fix frontend driver disconnected from xenbus on removal drivers/xen/xenbus/xenbus_probe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.7.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |