]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
vfio/fsl-mc: add myself as maintainer
authorIoana Ciornei <ioana.ciornei@nxp.com>
Wed, 4 Feb 2026 10:09:12 +0000 (12:09 +0200)
committerAlex Williamson <alex@shazbot.org>
Fri, 6 Feb 2026 22:08:06 +0000 (15:08 -0700)
Add myself as maintainer of the vfio/fsl-mc driver. The driver is still
highly in use on Layerscape DPAA2 SoCs.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Link: https://lore.kernel.org/r/20260204100913.3197966-1-ioana.ciornei@nxp.com
Signed-off-by: Alex Williamson <alex@shazbot.org>
MAINTAINERS
drivers/vfio/fsl-mc/Kconfig
drivers/vfio/fsl-mc/vfio_fsl_mc.c

index da9dbc1a40194523a919ea0af7f53cf6fb3aad42..20c900b5c8259c9ae1c21f577f0e42cee6ee7257 100644 (file)
@@ -27361,8 +27361,9 @@ F:      include/uapi/linux/vfio.h
 F:     tools/testing/selftests/vfio/
 
 VFIO FSL-MC DRIVER
+M:     Ioana Ciornei <ioana.ciornei@nxp.com>
 L:     kvm@vger.kernel.org
-S:     Obsolete
+S:     Maintained
 F:     drivers/vfio/fsl-mc/
 
 VFIO HISILICON PCI DRIVER
index 43c145d179716f6e4c71efe864563a513447043f..7d1d690348f07c2f6dd1399e03e90c041a260dd0 100644 (file)
@@ -2,12 +2,9 @@ menu "VFIO support for FSL_MC bus devices"
        depends on FSL_MC_BUS
 
 config VFIO_FSL_MC
-       tristate "VFIO support for QorIQ DPAA2 fsl-mc bus devices (DEPRECATED)"
+       tristate "VFIO support for QorIQ DPAA2 fsl-mc bus devices"
        select EVENTFD
        help
-         The vfio-fsl-mc driver is deprecated and will be removed in a
-         future kernel release.
-
          Driver to enable support for the VFIO QorIQ DPAA2 fsl-mc
          (Management Complex) devices. This is required to passthrough
          fsl-mc bus devices using the VFIO framework.
index ba47100f28c1d0395e8540b83374da6eb9268f69..3985613e6830bb8214edba8841db78a09c9a9486 100644 (file)
@@ -531,8 +531,6 @@ static int vfio_fsl_mc_probe(struct fsl_mc_device *mc_dev)
        struct device *dev = &mc_dev->dev;
        int ret;
 
-       dev_err_once(dev, "DEPRECATION: vfio-fsl-mc is deprecated and will be removed in a future kernel release\n");
-
        vdev = vfio_alloc_device(vfio_fsl_mc_device, vdev, dev,
                                 &vfio_fsl_mc_ops);
        if (IS_ERR(vdev))