Re: [PATCH v3 0/2] Replaced locks with lock guard macros

2020-03-20 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200320120456.1931482-1-dnbrd...@gmail.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash ex

[PATCH v3 0/2] Replaced locks with lock guard macros

2020-03-20 Thread dnbrdsky
From: Daniel Brodsky This patch set adds: - a fix for lock guard macros so they can be used multiple times in the same function - replacement of locks with lock guards where appropriate v2 -> v3: - added __COUNTER__ fix for additional lock guard macro - added missing include header in platform.c