From: Jérémie Galarneau Date: Mon, 17 Aug 2020 20:55:39 +0000 (-0400) Subject: Fix: sessiond: missing rcu read lock on client in/out events X-Git-Tag: v2.13.0-rc1~492 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=98b5ff34df5d330fe139907ed77b4327ce9afa48;hp=98b5ff34df5d330fe139907ed77b4327ce9afa48 Fix: sessiond: missing rcu read lock on client in/out events Users of get_client_from_sock() must hold the RCU read lock for the duration of the use of the notification_client. Signed-off-by: Jérémie Galarneau Change-Id: I644e549187ee47c959eeb692e27be111343d8979 ---