summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-04-19 14:02:21 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2024-04-19 14:02:21 -0700
commit50a1317fd18acc2793edcb1d078909527c273a9e (patch)
tree9ae95efd33206146f586c2cc67efeb39e334f0a6 /drivers
parent2bf5dd7c735c837fcd847831f96e3239471363bc (diff)
parent2760c51b8040d7cffedc337939e7475a17cc4b19 (diff)
downloadlinux-stable-50a1317fd18acc2793edcb1d078909527c273a9e.tar.gz
linux-stable-50a1317fd18acc2793edcb1d078909527c273a9e.tar.bz2
linux-stable-50a1317fd18acc2793edcb1d078909527c273a9e.zip
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd
Pull iommufd fixes from Jason Gunthorpe: "Two fixes for the selftests: - CONFIG_IOMMUFD_TEST needs CONFIG_IOMMUFD_DRIVER to work - The kconfig fragment sshould include fault injection so the fault injection test can work" * tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd: iommufd: Add config needed for iommufd_fail_nth iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest
Diffstat (limited to 'drivers')
-rw-r--r--drivers/iommu/iommufd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/iommufd/Kconfig b/drivers/iommu/iommufd/Kconfig
index 99d4b075df49..76656fe0470d 100644
--- a/drivers/iommu/iommufd/Kconfig
+++ b/drivers/iommu/iommufd/Kconfig
@@ -37,6 +37,7 @@ config IOMMUFD_TEST
depends on DEBUG_KERNEL
depends on FAULT_INJECTION
depends on RUNTIME_TESTING_MENU
+ select IOMMUFD_DRIVER
default n
help
This is dangerous, do not enable unless running