Re: [PATCH V0 0/2] Redesign memory deposit logic

Mukesh R <[email protected]> Wed, 12 Aug 2026 10:07:04 -0700
Newsgroups org.kernel.vger.linux-hyperv,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
On 8/11/26 17:05, Mukesh R wrote:
> 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(-)
> 

Please ignore this V0 series in light of some new information from
the hypervisor team. Will send V1.

Thanks,
-Mukesh