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.12.0-rc1~663 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=763de384811082b26bafbce1c65d38032ef6ed30;hp=763de384811082b26bafbce1c65d38032ef6ed30 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 ---