From: Mathieu Desnoyers Date: Sun, 23 Aug 2015 05:01:36 +0000 (-0700) Subject: Fix: sessiond consumer thread should register as RCU thread X-Git-Tag: v2.8.0-rc1~425 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=34c1e15a80239977ba300668f5736620938fea36;hp=34c1e15a80239977ba300668f5736620938fea36;p=lttng-tools.git Fix: sessiond consumer thread should register as RCU thread Fixes RCU race where objects are accessed by this thread under RCU read-side lock after free. Since this thread is not a registered RCU reader, the read-side lock has no effect. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---