Skip to content

Commit 96ca4ca

Browse files
IoanaCiorneiawilliam
authored andcommitted
vfio/fsl-mc: add myself as maintainer
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>
1 parent a55d4bb commit 96ca4ca

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

MAINTAINERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27361,8 +27361,9 @@ F: include/uapi/linux/vfio.h
2736127361
F: tools/testing/selftests/vfio/
2736227362

2736327363
VFIO FSL-MC DRIVER
27364+
M: Ioana Ciornei <ioana.ciornei@nxp.com>
2736427365
L: kvm@vger.kernel.org
27365-
S: Obsolete
27366+
S: Maintained
2736627367
F: drivers/vfio/fsl-mc/
2736727368

2736827369
VFIO HISILICON PCI DRIVER

drivers/vfio/fsl-mc/Kconfig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ menu "VFIO support for FSL_MC bus devices"
22
depends on FSL_MC_BUS
33

44
config VFIO_FSL_MC
5-
tristate "VFIO support for QorIQ DPAA2 fsl-mc bus devices (DEPRECATED)"
5+
tristate "VFIO support for QorIQ DPAA2 fsl-mc bus devices"
66
select EVENTFD
77
help
8-
The vfio-fsl-mc driver is deprecated and will be removed in a
9-
future kernel release.
10-
118
Driver to enable support for the VFIO QorIQ DPAA2 fsl-mc
129
(Management Complex) devices. This is required to passthrough
1310
fsl-mc bus devices using the VFIO framework.

drivers/vfio/fsl-mc/vfio_fsl_mc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,6 @@ static int vfio_fsl_mc_probe(struct fsl_mc_device *mc_dev)
531531
struct device *dev = &mc_dev->dev;
532532
int ret;
533533

534-
dev_err_once(dev, "DEPRECATION: vfio-fsl-mc is deprecated and will be removed in a future kernel release\n");
535-
536534
vdev = vfio_alloc_device(vfio_fsl_mc_device, vdev, dev,
537535
&vfio_fsl_mc_ops);
538536
if (IS_ERR(vdev))

0 commit comments

Comments
 (0)