Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

vfio/fsl-mc: Mark for removal

The driver has been orphaned for more than a year, mark it for removal.

Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Link: https://lore.kernel.org/r/20250806170314.3768750-2-alex.williamson@redhat.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>

+7 -2
+1 -1
MAINTAINERS
··· 26443 26443 26444 26444 VFIO FSL-MC DRIVER 26445 26445 L: kvm@vger.kernel.org 26446 - S: Orphan 26446 + S: Obsolete 26447 26447 F: drivers/vfio/fsl-mc/ 26448 26448 26449 26449 VFIO HISILICON PCI DRIVER
+4 -1
drivers/vfio/fsl-mc/Kconfig
··· 2 2 depends on FSL_MC_BUS 3 3 4 4 config VFIO_FSL_MC 5 - tristate "VFIO support for QorIQ DPAA2 fsl-mc bus devices" 5 + tristate "VFIO support for QorIQ DPAA2 fsl-mc bus devices (DEPRECATED)" 6 6 select EVENTFD 7 7 help 8 + The vfio-fsl-mc driver is deprecated and will be removed in a 9 + future kernel release. 10 + 8 11 Driver to enable support for the VFIO QorIQ DPAA2 fsl-mc 9 12 (Management Complex) devices. This is required to passthrough 10 13 fsl-mc bus devices using the VFIO framework.
+2
drivers/vfio/fsl-mc/vfio_fsl_mc.c
··· 537 537 struct device *dev = &mc_dev->dev; 538 538 int ret; 539 539 540 + dev_err_once(dev, "DEPRECATION: vfio-fsl-mc is deprecated and will be removed in a future kernel release\n"); 541 + 540 542 vdev = vfio_alloc_device(vfio_fsl_mc_device, vdev, dev, 541 543 &vfio_fsl_mc_ops); 542 544 if (IS_ERR(vdev))