Commit c501062b authored by Yongqiang Liu's avatar Yongqiang Liu Committed by Sean Christopherson
Browse files

KVM: SVM: Remove unnecessary GFP_KERNEL_ACCOUNT in svm_set_nested_state()



The fixed size temporary variables vmcb_control_area and vmcb_save_area
allocated in svm_set_nested_state() are released when the function exits.
Meanwhile, svm_set_nested_state() also have vcpu mutex held to avoid
massive concurrency allocation, so we don't need to set GFP_KERNEL_ACCOUNT.

Signed-off-by: default avatarYongqiang Liu <liuyongqiang13@huawei.com>
Link: https://lore.kernel.org/r/20240821112737.3649937-1-liuyongqiang13@huawei.com


Signed-off-by: default avatarSean Christopherson <seanjc@google.com>
parent 47ac09b9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment