Skip to content

Commit 2760c51

Browse files
musamaanjumjgunthorpe
authored andcommitted
iommufd: Add config needed for iommufd_fail_nth
Add FAULT_INJECTION_DEBUG_FS and FAILSLAB configurations to the kconfig fragment for the iommfd selftests. These kconfigs are needed by the iommufd_fail_nth test. Fixes: a9af47e ("iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Muhammad Usama Anjum <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 8541323 commit 2760c51

File tree

1 file changed

+2
-0
lines changed
  • tools/testing/selftests/iommu

1 file changed

+2
-0
lines changed

tools/testing/selftests/iommu/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
CONFIG_IOMMUFD=y
2+
CONFIG_FAULT_INJECTION_DEBUG_FS=y
23
CONFIG_FAULT_INJECTION=y
34
CONFIG_IOMMUFD_TEST=y
5+
CONFIG_FAILSLAB=y

0 commit comments

Comments
 (0)