RE: [EXTERNAL] [PATCH 1/1] Drivers: hv: vmbus: Simplify allocation of vmbus_evt
From: Michael Kelley
Date: Wed Feb 18 2026 - 19:33:51 EST
From: Wei Liu <wei.liu@xxxxxxxxxx>
>
> On Wed, Feb 18, 2026 at 09:52:41PM +0000, Long Li wrote:
> > > From: Michael Kelley <mhklinux@xxxxxxxxxxx>
> > >
> > > The per-cpu variable vmbus_evt is currently dynamically allocated. It's only 8
> > > bytes, so just allocate it statically to simplify and save a few lines of code.
> > >
> > > Signed-off-by: Michael Kelley <mhklinux@xxxxxxxxxxx>
> >
> > Reviewed-by: Long Li <longli@xxxxxxxxxxxxx>
>
> Applied to hyperv-next.
>
> This has a conflict with Jan Kiszka's patch. It is easy to resolve.
> Please check and shout if something is off.
>
Thanks. The conflict resolution looks good to me.
Michael