Displaying 1 result from an estimated 1 matches for "c682ae7a1722".
2006 Sep 13
0
[PATCH] fix xenconsoled race
# HG changeset patch
# User max.zhen@sun.com
# Node ID db465ecb164e6d89290ae3d4fcc029e29305ae7d
# Parent c682ae7a17224dc5576ba3c5db47766b2a7dc159
Shouldn''t call domain_create_ring() for a domU which is shutting down.
There is a race condition between domain_create_ring() and the removal of the do
mU entry from xenstore. If the removal of the domU entry from xenstore comes lat
er than the first xs_gather()...