kernel: vfio: remove unneeded enable_unsafe_noiommu_mode parameter
authorMathew McBride <matt@traverse.com.au>
Fri, 25 Aug 2023 06:00:40 +0000 (06:00 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 16 Sep 2023 19:00:38 +0000 (21:00 +0200)
commitc79854e9fc8bb3e20c0f22116bbe76ff353a9322
tree3f9cd7f2487f98759b29bdf86ece560975d29cfb
parentc90005c58a90337454a4a1796f5f1d7065c45a7b
kernel: vfio: remove unneeded enable_unsafe_noiommu_mode parameter

The vfio module only exposes the enable_unsafe_noiommu_mode parameter
if CONFIG_VFIO_NOIOMMU is enabled. When it isn't, the module
will complain about an unknown parameter:

vfio: unknown parameter 'enable_unsafe_noiommu_mode' ignored

As CONFIG_VFIO_NOIOMMU is disabled by the module package,
we can remove the module loading parameter.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
(cherry picked from commit 7ad8612a23add071608815e3c78a477c4fbad0d3)
package/kernel/linux/modules/virt.mk