]> Git Repo - linux.git/commit - drivers/vfio/container.c
vfio: Move container related MODULE_ALIAS statements into container.c
authorJason Gunthorpe <[email protected]>
Tue, 29 Nov 2022 20:31:53 +0000 (16:31 -0400)
committerJason Gunthorpe <[email protected]>
Fri, 2 Dec 2022 15:52:04 +0000 (11:52 -0400)
commit81ab9890da97e07862476bf635c80adee9b1c515
tree294c1028059b2eae2352b9478e31779f56360605
parent4741f2e941298ad7553b65e66624435e14793391
vfio: Move container related MODULE_ALIAS statements into container.c

The miscdev is in container.c, so should these related MODULE_ALIAS
statements. This is necessary for the next patch to be able to fully
disable /dev/vfio/vfio.

Fixes: cdc71fe4ecbf ("vfio: Move container code into drivers/vfio/container.c")
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Kevin Tian <[email protected]>
Reviewed-by: Yi Liu <[email protected]>
Reviewed-by: Alex Williamson <[email protected]>
Tested-by: Alex Williamson <[email protected]>
Tested-by: Yi Liu <[email protected]>
Tested-by: Lixiao Yang <[email protected]>
Tested-by: Matthew Rosato <[email protected]>
Tested-by: Yu He <[email protected]>
Reported-by: Yi Liu <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
drivers/vfio/container.c
drivers/vfio/vfio_main.c
This page took 0.053869 seconds and 4 git commands to generate.