diff options
author | 2020-09-07 15:15:02 +0200 | |
---|---|---|
committer | 2020-09-07 19:45:24 +0200 | |
commit | 6ccbd29ade0d159ee1be398dc9defaae567c253d (patch) | |
tree | e540f0bb187d40f5e19e47d153c8d82ecc54c5aa /arch/x86/lib/insn-eval.c | |
parent | Merge 'x86/cpu' to pick up dependent bits (diff) | |
download | wireguard-linux-6ccbd29ade0d159ee1be398dc9defaae567c253d.tar.xz wireguard-linux-6ccbd29ade0d159ee1be398dc9defaae567c253d.zip |
KVM: SVM: nested: Don't allocate VMCB structures on stack
Do not allocate a vmcb_control_area and a vmcb_save_area on the stack,
as these structures will become larger with future extenstions of
SVM and thus the svm_set_nested_state() function will become a too large
stack frame.
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200907131613.12703-2-joro@8bytes.org
Diffstat (limited to 'arch/x86/lib/insn-eval.c')
0 files changed, 0 insertions, 0 deletions