This small series redesigns the memory design logic when Linux runs on Hyper-V hypervisor as a privileged VM. It has many issues currently. It is split in two patches, the first patch stubs out the functions which makes the 2nd patch review much easier and nicer.
Thanks, -Mukesh Mukesh R (2): mshv: Stub out deposit memory functions mshv: Redesign hypervisor memory deposit logic drivers/hv/hv_proc.c | 240 ++++++++++++++++++++------------- drivers/hv/mshv_root_hv_call.c | 10 +- include/asm-generic/mshyperv.h | 5 - 3 files changed, 144 insertions(+), 111 deletions(-) -- 2.51.2.vfs.0.1

