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.9.3~2 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=fcb81146d096d63d39adde4f790465a5c52999bb;hp=fcb81146d096d63d39adde4f790465a5c52999bb;p=userspace-rcu.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 ---