diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2024-06-10 13:31:21 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-06-20 14:19:12 -0400 |
commit | f474092c6fe1e2154a35308a1a1aef3212c3ecf2 (patch) | |
tree | 7ca0bea9c81c710a28f2aeafcf02f18c4a8270c7 /tools/testing/selftests/bpf/prog_tests/stacktrace_map_skip.c | |
parent | b018589013d6db43fdc894c635d6590e0a7e3285 (diff) |
kvm: do not account temporary allocations to kmem
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: Alexey Dobriyan <adobriyan@gmail.com>
Message-ID: <c0122f66-f428-417e-a360-b25fc0f154a0@p183>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/stacktrace_map_skip.c')
0 files changed, 0 insertions, 0 deletions