aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/hyperv
diff options
context:
space:
mode:
authorMichael Kelley <mikelley@microsoft.com>2023-03-26 06:52:04 -0700
committerWei Liu <wei.liu@kernel.org>2023-04-17 19:19:04 +0000
commitbb862397f48fc79a1ea31b83a0bd8f1f913b4ab6 (patch)
tree93464a5986ed2172ca6beb597c9df784a1034f3b /drivers/net/hyperv
parentDrivers: hv: vmbus: Remove second mapping of VMBus monitor pages (diff)
downloadwireguard-linux-bb862397f48fc79a1ea31b83a0bd8f1f913b4ab6.tar.xz
wireguard-linux-bb862397f48fc79a1ea31b83a0bd8f1f913b4ab6.zip
Drivers: hv: vmbus: Remove second way of mapping ring buffers
With changes to how Hyper-V guest VMs flip memory between private (encrypted) and shared (decrypted), it's no longer necessary to have separate code paths for mapping VMBus ring buffers for for normal VMs and for Confidential VMs. As such, remove the code path that uses vmap_pfn(), and set the protection flags argument to vmap() to account for the difference between normal and Confidential VMs. Signed-off-by: Michael Kelley <mikelley@microsoft.com> Reviewed-by: Tianyu Lan <Tianyu.Lan@microsoft.com> Link: https://lore.kernel.org/r/1679838727-87310-10-git-send-email-mikelley@microsoft.com Signed-off-by: Wei Liu <wei.liu@kernel.org>
Diffstat (limited to 'drivers/net/hyperv')
0 files changed, 0 insertions, 0 deletions