From: Mathieu Desnoyers Date: Wed, 7 Sep 2016 21:26:25 +0000 (-0400) Subject: Fix: rcutorture should register thread using call_rcu X-Git-Tag: v0.8.10~4 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=5e92ab6295afc1c46500867c8911975b180561a1;hp=5e92ab6295afc1c46500867c8911975b180561a1;p=urcu.git Fix: rcutorture should register thread using call_rcu From rcu-api.txt: `call_rcu` should be called from registered RCU read-side threads. For the QSBR flavor, the caller should be online. Signed-off-by: Mathieu Desnoyers ---