summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorWei Liu <wei.liu@kernel.org>2026-03-11 19:51:00 +0300
committerWei Liu <wei.liu@kernel.org>2026-03-11 19:54:24 +0300
commitedd20cb693d9cb5e3d6fcecd858093dab4e2b0aa (patch)
treef130696b23755669b910fb16201db9123df6118d /drivers
parent622d68772ddf07573cf88e833afe8ba6c70ac748 (diff)
downloadlinux-edd20cb693d9cb5e3d6fcecd858093dab4e2b0aa.tar.xz
Revert "mshv: expose the scrub partition hypercall"
This reverts commit 36d6cbb62133fc6eea28f380409e0fb190f3dfbe. Calling this as a passthrough hypercall leaves the VM in an inconsistent state. Revert before it is released. Signed-off-by: Wei Liu <wei.liu@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/hv/mshv_root_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hv/mshv_root_main.c b/drivers/hv/mshv_root_main.c
index 54c3e44d24ee..9d1b881764ed 100644
--- a/drivers/hv/mshv_root_main.c
+++ b/drivers/hv/mshv_root_main.c
@@ -120,7 +120,6 @@ static u16 mshv_passthru_hvcalls[] = {
HVCALL_SET_VP_REGISTERS,
HVCALL_TRANSLATE_VIRTUAL_ADDRESS,
HVCALL_CLEAR_VIRTUAL_INTERRUPT,
- HVCALL_SCRUB_PARTITION,
HVCALL_REGISTER_INTERCEPT_RESULT,
HVCALL_ASSERT_VIRTUAL_INTERRUPT,
HVCALL_GET_GPA_PAGES_ACCESS_STATES,