>> @@ -1175,6 +1258,8 @@ static void free_heap_pages(
>>          if ( page_state_is(&pg[i], offlined) )
>>              tainted = 1;
>>  
>> +        pg[i].u.free.scrub_state = 0;
> Is this really needed for every page in the buddy?
>

The concern here is that is we break the buddy (in alloc_heap_pages(),
for example) this may still be set. But perhaps I just should be careful
about clearing this on the head when a (sub-)buddy is added to the heap.

-boris

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to