On Wed, 21 Aug 2024 19:27:37 +0800, Yongqiang Liu wrote: > 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. > > Applied to kvm-x86 svm, thanks! [1/1] KVM: SVM: Remove unnecessary GFP_KERNEL_ACCOUNT in svm_set_nested_state() https://github.com/kvm-x86/linux/commit/c501062bb22b -- https://github.com/kvm-x86/linux/tree/next