Re: [PATCH char-misc 1/1] Drivers: hv: vmbus: Add hooks for per-CPU IRQ

From: Greg KH
Date: Mon Mar 12 2018 - 05:19:32 EST


On Sun, Mar 11, 2018 at 08:49:02PM -0700, Michael Kelley wrote:
> Add hooks to enable/disable a per-CPU IRQ for VMbus. These hooks
> are in the architecture independent setup and shutdown paths for
> Hyper-V. They are being added as staging for upcoming code for
> Linux guests on Hyper-V on ARM64. The x86/x64 implementation
> is null because VMbus interrupts on x86/x64 don't use an IRQ.

Please submit this _with_ the new code that uses this "hook". We don't
add new apis unless they are actually used.

thanks,

greg k-h