On Tue, 26 Aug 2025 10:08:52 +0530 Nipun Gupta <nipun.gupta@xxxxxxx> wrote: > Define dummy MSI related APIs in VFIO CDX driver to build the > driver without enabling CONFIG_GENERIC_MSI_IRQ flag. > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Closes: https://lore.kernel.org/oe-kbuild-all/202508070308.opy5dIFX-lkp@xxxxxxxxx/ > Reviewed-by: Nikhil Agarwal <nikhil.agarwal@xxxxxxx> > Reviewed-by: Alex Williamson <alex.williamson@xxxxxxxxxx> > Signed-off-by: Nipun Gupta <nipun.gupta@xxxxxxx> > --- > > Changes v1->v2: > - fix linking intr.c file in Makefile > Changes v2->v3: > - return error from vfio_cdx_set_irqs_ioctl() when CONFIG_GENERIC_MSI_IRQ > is disabled > Changes v3->v4: > - changed the return value to -EINVAL from -ENODEV What are your intentions for merging this series, char-misc or vfio? Thanks, Alex