Re: [PATCH v4 0/2] Drivers: hv: vmbus: Wait for boot-time offers and log missing offers

2024-12-23 Thread Wei Liu
On Sun, Nov 17, 2024 at 11:07:23PM -0800, Naman Jain wrote: [...] > John Starks (1): > Drivers: hv: vmbus: Log on missing offers if any > > Naman Jain (1): > Drivers: hv: vmbus: Wait for boot-time offers during boot and resume > > drivers/hv/channel_mgmt.c | 61 +-

Re: [PATCH 2/2] hyperv: Do not overlap the input and output hypercall areas in get_vtl(void)

2024-12-23 Thread Roman Kisel
On 12/20/2024 2:42 PM, Michael Kelley wrote: From: Roman Kisel Sent: Friday, December 20, 2024 11:14 AM [...] I will not object to your preferred path of allocating the hyperv_pcpu_output_arg when CONFIG_HYPERV_VTL_MODE is set. For me, it has been a worthwhile discussion to explore th