Fix: perform TLS fixup of nest count outside of UST mutex
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 13 Jun 2012 08:46:44 +0000 (04:46 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 13 Jun 2012 08:48:25 +0000 (04:48 -0400)
commite38c8fc1be27964f9a87afca4db5ae164fe09371
tree64b747e758db8de189ca15096f5a13062fb596cd
parent3b8b68e73ec9b2b3cf550048046d3f7f69050688
Fix: perform TLS fixup of nest count outside of UST mutex

Could otherwise lead to a deadlock between the dynamic linker, TLS
fixup, and the UST mutex due to reversed lock acquisition order.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ust-comm.c
This page took 0.024382 seconds and 4 git commands to generate.