Re: [PATCH] vmw_balloon: Fix offline page marking with compaction

2019-08-26 Thread Nadav Amit
> On Aug 21, 2019, at 1:30 AM, David Hildenbrand wrote: > > On 20.08.19 18:01, Nadav Amit wrote: >> The compaction code already marks pages as offline when it enqueues >> pages in the ballooned page list, and removes the mapping when the pages >> are removed from the list. VMware balloon also

Re: [PATCH] vmw_balloon: Fix offline page marking with compaction

2019-08-21 Thread David Hildenbrand
On 20.08.19 18:01, Nadav Amit wrote: > The compaction code already marks pages as offline when it enqueues > pages in the ballooned page list, and removes the mapping when the pages > are removed from the list. VMware balloon also updates the flags, > instead of letting the balloon-compaction

[PATCH] vmw_balloon: Fix offline page marking with compaction

2019-08-20 Thread Nadav Amit
The compaction code already marks pages as offline when it enqueues pages in the ballooned page list, and removes the mapping when the pages are removed from the list. VMware balloon also updates the flags, instead of letting the balloon-compaction logic handle it, which causes the assertion