summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2021-12-13 10:15:18 -0800
committerAaron Plattner <aplattner@nvidia.com>2021-12-13 10:15:18 -0800
commit952ae60ba9e36ee71c7e3f19c5f46eff6f1f063f (patch)
tree7d3347add89b2d0b03dd2b9ff258706e71c55971
parent14ecd5f21d0e75eb000268678f73fc83fc1c6ed0 (diff)
470.94470.94470
-rw-r--r--kernel.c2
-rw-r--r--version.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/kernel.c b/kernel.c
index 1f6440f..3f1229f 100644
--- a/kernel.c
+++ b/kernel.c
@@ -1282,7 +1282,7 @@ int test_kernel_modules(Options *op, Package *p)
{
char *cmd = NULL, *data = NULL;
int ret = FALSE, i;
- const char *depmods[] = { "i2c-core", "drm", "drm-kms-helper", "vfio_mdev" };
+ const char *depmods[] = { "i2c-core", "drm", "drm-kms-helper", "vfio_mdev", "vfio", "mdev", "vfio_iommu_type1" };
/*
* If we're building/installing for a different kernel, then we
diff --git a/version.mk b/version.mk
index cdf641f..d801b09 100644
--- a/version.mk
+++ b/version.mk
@@ -1,4 +1,4 @@
-NVIDIA_VERSION = 470.86
+NVIDIA_VERSION = 470.94
# This file.
VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST))