diff options
author | 2022-01-25 16:20:01 +0300 | |
---|---|---|
committer | 2022-01-26 17:05:54 +0100 | |
commit | dfcf2e017f5bb928094952d5d56d3566d3d07ba7 (patch) | |
tree | 8a52cc0db08e9e858df46fd6e5bdb881c80faa41 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs (diff) | |
download | wireguard-linux-dfcf2e017f5bb928094952d5d56d3566d3d07ba7.tar.xz wireguard-linux-dfcf2e017f5bb928094952d5d56d3566d3d07ba7.zip |
swiotlb: do not zero buffer in set_memory_decrypted()
For larger TDX VM, memset() after set_memory_decrypted() in
swiotlb_update_mem_attributes() takes substantial portion of boot time.
Zeroing doesn't serve any functional purpose. Malicious VMM can mess
with decrypted/shared buffer at any point.
Remove the memset().
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Acked-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions