Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

Wei Liu edd20cb6 622d6877

-2
-1
drivers/hv/mshv_root_main.c
··· 120 120 HVCALL_SET_VP_REGISTERS, 121 121 HVCALL_TRANSLATE_VIRTUAL_ADDRESS, 122 122 HVCALL_CLEAR_VIRTUAL_INTERRUPT, 123 - HVCALL_SCRUB_PARTITION, 124 123 HVCALL_REGISTER_INTERCEPT_RESULT, 125 124 HVCALL_ASSERT_VIRTUAL_INTERRUPT, 126 125 HVCALL_GET_GPA_PAGES_ACCESS_STATES,
-1
include/hyperv/hvgdk_mini.h
··· 477 477 #define HVCALL_NOTIFY_PARTITION_EVENT 0x0087 478 478 #define HVCALL_ENTER_SLEEP_STATE 0x0084 479 479 #define HVCALL_NOTIFY_PORT_RING_EMPTY 0x008b 480 - #define HVCALL_SCRUB_PARTITION 0x008d 481 480 #define HVCALL_REGISTER_INTERCEPT_RESULT 0x0091 482 481 #define HVCALL_ASSERT_VIRTUAL_INTERRUPT 0x0094 483 482 #define HVCALL_CREATE_PORT 0x0095