From: Mathieu Desnoyers Date: Wed, 26 Dec 2012 17:18:06 +0000 (-0500) Subject: Discourage use of pthread_atfork() for call_rcu handlers X-Git-Tag: v0.8.0~118 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=07bd1a22e2ae42578d2a1854de8430cd1af13227;hp=07bd1a22e2ae42578d2a1854de8430cd1af13227;p=userspace-rcu.git Discourage use of pthread_atfork() for call_rcu handlers Discourage use of glibc pthread_atfork() for call_rcu handlers due to its inappropriate assumptions about single-threadedness while pthread atfork handlers are executing. This results in hangs within the glibc memory allocator. Reviewed-by: Paul E. McKenney Signed-off-by: Mathieu Desnoyers ---