On Sun, Feb 04, 2024 at 01:38:02PM -0300, Ricardo B. Marliere wrote:
> Now that the driver core can properly handle constant struct bus_type,
> move the hv_bus variable to be a constant structure as well,
> placing it into read-only memory which can not be modified at runtime.
>
> Cc: Greg Kroah-H
Hi Michael,
On 5 Feb 16:40, Michael Kelley wrote:
> From: Ricardo B. Marliere Sent: Sunday, February 4,
> 2024 8:38 AM
> >
>
> NIT: For consistency, we try to use "Drivers: hv: vmbus:" as the prefix on
> the
> Subject line for patches to vmbus_drv.c.
Thanks for the feedback, I'll keep that
From: Ricardo B. Marliere Sent: Sunday, February 4, 2024
8:38 AM
>
NIT: For consistency, we try to use "Drivers: hv: vmbus:" as the prefix on the
Subject line for patches to vmbus_drv.c.
Otherwise,
Reviewed-by: Michael Kelley
> Now that the driver core can properly handle constant struct b
From: Saurabh Sengar Sent: Thursday, February 1,
2024 11:13 PM
>
> Currently, the secondary CPUs in Hyper-V VTL context lack support for
> parallel startup. Therefore, relying on the single initial_stack fetched
> from the current task structure suffices for all vCPUs.
>
> However, common initi