Re: [Qemu-devel] [PATCH v2 0/2] bitmap: refine bitmap_set

2019-07-17 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190717071114.14772-1-richardw.y...@linux.intel.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 === #!/bi

[Qemu-devel] [PATCH v2 0/2] bitmap: refine bitmap_set

2019-07-17 Thread Wei Yang
Patch 1 refine bitmap_set a little. Patch 2 add related test case to bitmap_set. v2: * refine bitmap_set_atomic * add a test case Wei Yang (2): bitmap: get last word mask from nr directly test-bitmap: add test for bitmap_set tests/test-bitmap.c | 33 + ut