hv_balloon: do adjust_managed_page_count() when ballooning/un-ballooning
authorVitaly Kuznetsov <vkuznets@redhat.com>
Wed, 2 Dec 2020 16:12:45 +0000 (17:12 +0100)
committerWei Liu <wei.liu@kernel.org>
Sun, 13 Dec 2020 15:06:10 +0000 (15:06 +0000)
commitd1df458cbfdb0c3384c03c7fbcb1689bc02a746c
treebeb19693f61322a53297b89b64210a17f142213e
parent7f3f227b41e81f8669e906c49a240c1678c65cfe
hv_balloon: do adjust_managed_page_count() when ballooning/un-ballooning

Unlike virtio_balloon/virtio_mem/xen balloon drivers, Hyper-V balloon driver
does not adjust managed pages count when ballooning/un-ballooning and this leads
to incorrect stats being reported, e.g. unexpected 'free' output.

Note, the calculation in post_status() seems to remain correct: ballooned out
pages are never 'available' and we manually add dm->num_pages_ballooned to
'commited'.

Suggested-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Link: https://lore.kernel.org/r/20201202161245.2406143-3-vkuznets@redhat.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/hv_balloon.c