Comment 9 for bug 1354114

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

And 2)

commit af4fd6d4efc5dbd13daaf4117c4a95fc7a99eafb
Author: Hannes Reinecke <email address hidden>
Date: Tue Jan 8 14:54:08 2013 +0100

    Fix race condition in stop_waiter_thread()

    The signal handler might run before we had a chance to
    set the 'waiter' context to '0', so better do it previously.

    Signed-off-by: Hannes Reinecke <email address hidden>

Fixing the 1) race condition (introduced).

After all these commits we have other commits simplifying way multipath signal handlers work that might not be suitable for SRU. Since these commits are "fixing" this issue during multipath development now I'll separate wether all these changes are suitable for a SRU for Precise, Trusty and Utopic.