Re: [Qemu-devel] [PATCH 0/3] rcu: missing thread registration

2015-07-13 Thread Fam Zheng
On Mon, 07/13 13:31, Paolo Bonzini wrote: > Patch 2 fixes the problem, whereby threads were not being registered > but still happily used RCU. Patch 1 simplifies the registration by > making rcu_unregister_thread automatic. Patch 3 avoids having the > same bug in the future. Reviewed-by: Fam Zhe

[Qemu-devel] [PATCH 0/3] rcu: missing thread registration

2015-07-13 Thread Paolo Bonzini
Patch 2 fixes the problem, whereby threads were not being registered but still happily used RCU. Patch 1 simplifies the registration by making rcu_unregister_thread automatic. Patch 3 avoids having the same bug in the future. Paolo Paolo Bonzini (3): rcu: automatically unregister threads when