Fix: add missing rcu lock for UST lookup
authorDavid Goulet <dgoulet@efficios.com>
Tue, 22 Jan 2013 17:13:13 +0000 (12:13 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 22 Jan 2013 17:46:12 +0000 (12:46 -0500)
commitd861c9074f19f590c4bd2bf6da482ab3968bf0ab
tree50fe8c4c11612008540794e22deb5e9c2bd11e7b
parent2219ef3594e0823721931a2ce1409b0d93eff663
Fix: add missing rcu lock for UST lookup

Trace UST channel and event were not protected by RCU lock when calling
their find function. Furthermore, the event lookup was not protected at
all during and after the lookup.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/context.c
src/bin/lttng-sessiond/trace-ust.c
This page took 0.024526 seconds and 4 git commands to generate.