Discourage use of pthread_atfork() for call_rcu handlers
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 26 Dec 2012 17:18:06 +0000 (12:18 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Jan 2013 18:10:11 +0000 (13:10 -0500)
commit073b42da0335223bc1b83105e4b169181f792097
tree0f278542eff41607c8e42e5f81bc70e9daf5f8b7
parent483c853e4227f9d0b3ad03f7a4bd8038fe26da89
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 <paulmck@linux.vnet.ibm.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
README
This page took 0.024612 seconds and 4 git commands to generate.