aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorBorislav Petkov <[email protected]>2020-04-11 18:09:27 +0200
committerPaolo Bonzini <[email protected]>2020-04-15 12:08:37 -0400
commitb2bce0a589cafcf1a8755627b932c80621aef575 (patch)
tree03a1c49b6e8e6502308bb39cdab520d6767f6374 /tools/perf/scripts/python/export-to-postgresql.py
parentb4fd630812a08092ab965b08e70a3078be0ee967 (diff)
KVM: SVM: Fix build error due to missing release_pages() include
Fix: arch/x86/kvm/svm/sev.c: In function ‘sev_pin_memory’: arch/x86/kvm/svm/sev.c:360:3: error: implicit declaration of function ‘release_pages’;\ did you mean ‘reclaim_pages’? [-Werror=implicit-function-declaration] 360 | release_pages(pages, npinned); | ^~~~~~~~~~~~~ | reclaim_pages because svm.c includes pagemap.h but the carved out sev.c needs it too. Triggered by a randconfig build. Fixes: eaf78265a4ab ("KVM: SVM: Move SEV code to separate file") Signed-off-by: Borislav Petkov <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions