Patchew URL:
https://patchew.org/QEMU/20190718010456.4234-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 ===
#!/bin
On 18/07/19 03:45, Peter Xu wrote:
> On Thu, Jul 18, 2019 at 09:04:54AM +0800, Wei Yang wrote:
>> Patch 1 refine bitmap_set a little.
>> Patch 2 add related test case to bitmap_set.
>>
>> v3:
>> * free bmap
>> * all 1's set correctly
>> * expand range to 2 long
>> * check each possible of o
On Thu, Jul 18, 2019 at 09:04:54AM +0800, Wei Yang wrote:
> Patch 1 refine bitmap_set a little.
> Patch 2 add related test case to bitmap_set.
>
> v3:
> * free bmap
> * all 1's set correctly
> * expand range to 2 long
> * check each possible of offset
> * add a skeleton to test both bitm
Patch 1 refine bitmap_set a little.
Patch 2 add related test case to bitmap_set.
v3:
* free bmap
* all 1's set correctly
* expand range to 2 long
* check each possible of offset
* add a skeleton to test both bitmap_set and bitmap_set_atomic
v2:
* refine bitmap_set_atomic
* add a test