David Hildenbrand david@redhat.com writes:
Let's properly adjust BALLOON_MIGRATE like the other drivers.
Note that the INFLATE/DEFLATE events are triggered from the core when enqueueing/dequeueing pages.
Not completely sure whether really is stable material, but the fix is trivial so let's just CC stable.
This was found by code inspection.
Fixes: fe030c9b85e6 ("powerpc/pseries/cmm: Implement balloon compaction") Cc: stable@vger.kernel.org Signed-off-by: David Hildenbrand david@redhat.com
arch/powerpc/platforms/pseries/cmm.c | 1 + 1 file changed, 1 insertion(+)
Make sense to add vmstat counter for BALLOON_MIGRATE as well. The changes looks good to me. Please feel free to add:
Reviewed-by: Ritesh Harjani (IBM) ritesh.list@gmail.com