Skip to content
Snippets Groups Projects
Forked from drm / msm
57101 commits behind the upstream repository.
user avatar
Alexey Dobriyan authored
Some allocations done by KVM are temporary, they are created as result
of program actions, but can't exists for arbitrary long times.

They should have been GFP_TEMPORARY (rip!).

OTOH, kvm-nx-lpage-recovery and kvm-pit kernel threads exist for as long
as VM exists but their task_struct memory is not accounted.
This is story for another day.

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Message-ID: <c0122f66-f428-417e-a360-b25fc0f154a0@p183>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
f474092c
History
Name Last commit Last update
..
kvm
lib
Makefile