diff options
author | Sean Christopherson <[email protected]> | 2021-04-06 15:49:49 -0700 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2021-04-21 12:20:07 -0400 |
commit | e4a9af799e5539b0feb99571f0aaed5a3c81dc5a (patch) | |
tree | a0d0148a1741b5e20f7d895918be1a5bff6a4e90 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 8347b99473a313be6549a5b940bc3c56a71be81c (diff) |
crypto: ccp: Use the stack for small SEV command buffers
For commands with small input/output buffers, use the local stack to
"allocate" the structures used to communicate with the PSP. Now that
__sev_do_cmd_locked() gracefully handles vmalloc'd buffers, there's no
reason to avoid using the stack, e.g. CONFIG_VMAP_STACK=y will just work.
Signed-off-by: Sean Christopherson <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Brijesh Singh <[email protected]>
Acked-by: Tom Lendacky <[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