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.

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

+3
+1
drivers/iommu/iommufd/Kconfig
··· 37 37 depends on DEBUG_KERNEL 38 38 depends on FAULT_INJECTION 39 39 depends on RUNTIME_TESTING_MENU 40 + select IOMMUFD_DRIVER 40 41 default n 41 42 help 42 43 This is dangerous, do not enable unless running
+2
tools/testing/selftests/iommu/config
··· 1 1 CONFIG_IOMMUFD=y 2 + CONFIG_FAULT_INJECTION_DEBUG_FS=y 2 3 CONFIG_FAULT_INJECTION=y 3 4 CONFIG_IOMMUFD_TEST=y 5 + CONFIG_FAILSLAB=y