Re: [EXTERNAL] [PATCH 1/1] Drivers: hv: vmbus: Simplify allocation of vmbus_evt

From: Wei Liu

Date: Wed Feb 18 2026 - 18:48:05 EST


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.

Wei