Re: [Qemu-devel] [PATCH v2 00/11] convert CPU list to RCU

2018-08-31 Thread Emilio G. Cota
On Mon, Aug 20, 2018 at 11:30:07 +0200, Paolo Bonzini wrote: > On 19/08/2018 11:13, Emilio G. Cota wrote: > > - Add some fixes for test-rcu-list. I wanted to be able to get no > > races with ThreadSanitizer, but it still warns about two races. > > I'm appending the report just in case, but I th

Re: [Qemu-devel] [PATCH v2 00/11] convert CPU list to RCU

2018-08-20 Thread Paolo Bonzini
On 19/08/2018 11:13, Emilio G. Cota wrote: > - Add some fixes for test-rcu-list. I wanted to be able to get no > races with ThreadSanitizer, but it still warns about two races. > I'm appending the report just in case, but I think tsan is getting > confused. I cannot understand the first. Th

[Qemu-devel] [PATCH v2 00/11] convert CPU list to RCU

2018-08-19 Thread Emilio G. Cota
v1: https://lists.gnu.org/archive/html/qemu-devel/2018-08/msg02179.html Changes since v1: - Rebase on master - Add David's Acked-by tag to the spapr patch - Add 2 patches on QLIST_{EMPTY,REMOVE}_RCU - Add some fixes for test-rcu-list. I wanted to be able to get no races with ThreadSanitizer, bu