Re: [PATCH v1 2/2] Drivers: hv: Make CONFIG_HYPERV bool

2025-09-08 Thread Mukesh R
On 9/6/25 04:36, Greg KH wrote: > On Fri, Sep 05, 2025 at 06:09:52PM -0700, Mukesh Rathor wrote: >> With CONFIG_HYPERV and CONFIG_HYPERV_VMBUS separated, change CONFIG_HYPERV >> to bool from tristate. CONFIG_HYPERV now becomes the core Hyper-V >> hypervisor support, such as hypercalls, clocks/timer

Re: [PATCH V0 0/2] Fix CONFIG_HYPERV and vmbus related anamoly

2025-09-05 Thread Mukesh R
On 9/5/25 14:41, Mukesh R wrote: > On 9/5/25 13:08, Nuno Das Neves wrote: >> On 9/4/2025 11:18 AM, Mukesh R wrote: >>> On 9/4/25 09:26, Michael Kelley wrote: >>>> From: Mukesh R Sent: Wednesday, September 3, >>>> 2025 7:17 PM >>>>> >>

Re: [PATCH V0 0/2] Fix CONFIG_HYPERV and vmbus related anamoly

2025-09-05 Thread Mukesh R
On 9/5/25 13:08, Nuno Das Neves wrote: > On 9/4/2025 11:18 AM, Mukesh R wrote: >> On 9/4/25 09:26, Michael Kelley wrote: >>> From: Mukesh R Sent: Wednesday, September 3, >>> 2025 7:17 PM >>>> >>>> On 9/2/25 07:42, Michael Kelley wrote: >>&

Re: [PATCH V0 0/2] Fix CONFIG_HYPERV and vmbus related anamoly

2025-09-04 Thread Mukesh R
On 9/4/25 09:26, Michael Kelley wrote: > From: Mukesh R Sent: Wednesday, September 3, > 2025 7:17 PM >> >> On 9/2/25 07:42, Michael Kelley wrote: >>> From: Mukesh Rathor Sent: Wednesday, August >>> 27, 2025 6:00 PM >>>> >>>> At pre

Re: [PATCH V0 0/2] Fix CONFIG_HYPERV and vmbus related anamoly

2025-09-03 Thread Mukesh R
On 9/2/25 07:42, Michael Kelley wrote: > From: Mukesh Rathor Sent: Wednesday, August 27, > 2025 6:00 PM >> >> At present, drivers/Makefile will subst =m to =y for CONFIG_HYPERV for hv >> subdir. Also, drivers/hv/Makefile replaces =m to =y to build in >> hv_common.c that is needed for the drivers.

Re: [PATCH V0 1/2] hyper-v: Add CONFIG_HYPERV_VMBUS option

2025-08-29 Thread Mukesh R
On 8/28/25 17:29, Nuno Das Neves wrote: > On 8/27/2025 5:59 PM, Mukesh Rathor wrote: >> Somehow vmbus driver is hinged on CONFIG_HYPERV. It appears this is initial >> code that did not get addressed when the scope of CONFIG_HYPERV went beyond >> vmbus. This commit creates a fine grained HYPERV_VMBU