We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf22c6 commit d9aa56eCopy full SHA for d9aa56e
arch/x86/kvm/vmx/sgx.c
@@ -274,7 +274,7 @@ static int handle_encls_ecreate(struct kvm_vcpu *vcpu)
274
* simultaneously set SGX_ATTR_PROVISIONKEY to bypass the check to
275
* enforce restriction of access to the PROVISIONKEY.
276
*/
277
- contents = (struct sgx_secs *)__get_free_page(GFP_KERNEL_ACCOUNT);
+ contents = (struct sgx_secs *)__get_free_page(GFP_KERNEL);
278
if (!contents)
279
return -ENOMEM;
280
0 commit comments