summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorLinus Torvalds2015-12-10 01:52:12 +0100
committerLinus Torvalds2015-12-10 01:52:12 +0100
commit6764e5ebd5c62236d082f9ae030674467d0b2779 (patch)
tree8bdaff91e3a463d9c84337eb614d336f17fe6d33 /include/uapi
parentMerge tag 'devicetree-fixes-for-4.4-rc4' of git://git.kernel.org/pub/scm/linu... (diff)
parentRevert: "vfio: Include No-IOMMU mode" (diff)
downloadkernel-qcow2-linux-6764e5ebd5c62236d082f9ae030674467d0b2779.tar.gz
kernel-qcow2-linux-6764e5ebd5c62236d082f9ae030674467d0b2779.tar.xz
kernel-qcow2-linux-6764e5ebd5c62236d082f9ae030674467d0b2779.zip
Merge tag 'vfio-v4.4-rc5' of git://github.com/awilliam/linux-vfio
Pull VFIO fixes from Alex Williamson: - Various fixes for removing redundancy, const'ifying structs, avoiding stack usage, fixing WARN usage (Krzysztof Kozlowski, Julia Lawall, Kees Cook, Dan Carpenter) - Revert No-IOMMU mode as the intended user has not emerged (Alex Williamson) * tag 'vfio-v4.4-rc5' of git://github.com/awilliam/linux-vfio: Revert: "vfio: Include No-IOMMU mode" vfio: fix a warning message vfio: platform: remove needless stack usage vfio-pci: constify pci_error_handlers structures vfio: Drop owner assignment from platform_driver
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/vfio.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/uapi/linux/vfio.h b/include/uapi/linux/vfio.h
index 751b69f858c8..9fd7b5d8df2f 100644
--- a/include/uapi/linux/vfio.h
+++ b/include/uapi/linux/vfio.h
@@ -39,13 +39,6 @@
#define VFIO_SPAPR_TCE_v2_IOMMU 7
/*
- * The No-IOMMU IOMMU offers no translation or isolation for devices and
- * supports no ioctls outside of VFIO_CHECK_EXTENSION. Use of VFIO's No-IOMMU
- * code will taint the host kernel and should be used with extreme caution.
- */
-#define VFIO_NOIOMMU_IOMMU 8
-
-/*
* The IOCTL interface is designed for extensibility by embedding the
* structure length (argsz) and flags into structures passed between
* kernel and userspace. We therefore use the _IO() macro for these