From: Jérémie Galarneau Date: Wed, 23 Jan 2019 20:29:14 +0000 (-0500) Subject: Fix: missing rcu read locking in trigger "unregister all" command X-Git-Tag: v2.10.7~28 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=6bfc8da05c035890b24a6563647ad35afeee0ed8;hp=6bfc8da05c035890b24a6563647ad35afeee0ed8;p=lttng-tools.git Fix: missing rcu read locking in trigger "unregister all" command While the notification subsystem all runs within a single thread, the iteration over the triggers hash table must be protected using the RCU read-side lock since the RCU worker may resize the hash table while the iteration is performed. Signed-off-by: Jérémie Galarneau ---