aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJoerg Roedel <[email protected]>2009-02-18 14:08:58 +0100
committerAvi Kivity <[email protected]>2009-03-24 11:03:09 +0200
commitfc5659c8c6b6c4e02ac354b369017c1bf231f347 (patch)
tree2bb99ec223f50f7a92e4b7db8262e7c83b4fa78e /tools/perf/scripts/python
parentc807660407a695f390034e402edfe544a1d2e40c (diff)
KVM: MMU: handle compound pages in kvm_is_mmio_pfn
The function kvm_is_mmio_pfn is called before put_page is called on a page by KVM. This is a problem when when this function is called on some struct page which is part of a compund page. It does not test the reserved flag of the compound page but of the struct page within the compount page. This is a problem when KVM works with hugepages allocated at boot time. These pages have the reserved bit set in all tail pages. Only the flag in the compount head is cleared. KVM would not put such a page which results in a memory leak. Signed-off-by: Joerg Roedel <[email protected]> Acked-by: Marcelo Tosatti <[email protected]> Signed-off-by: Avi Kivity <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions