summaryrefslogtreecommitdiffstats
path: root/taint-vbox.patch
diff options
context:
space:
mode:
Diffstat (limited to 'taint-vbox.patch')
-rw-r--r--taint-vbox.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/taint-vbox.patch b/taint-vbox.patch
index 5cb3e47c9..b0ab4f6e6 100644
--- a/taint-vbox.patch
+++ b/taint-vbox.patch
@@ -1,15 +1,15 @@
diff --git a/kernel/module.c b/kernel/module.c
-index 04379f92..d26c9a3 100644
+index 921bed4..382414e 100644
--- a/kernel/module.c
+++ b/kernel/module.c
-@@ -2653,6 +2653,10 @@ static int check_module_license_and_versions(struct module *mod)
+@@ -2873,6 +2873,10 @@ static int check_module_license_and_versions(struct module *mod)
if (strcmp(mod->name, "ndiswrapper") == 0)
- add_taint(TAINT_PROPRIETARY_MODULE);
+ add_taint(TAINT_PROPRIETARY_MODULE, LOCKDEP_NOW_UNRELIABLE);
+ /* vbox is garbage. */
+ if (strcmp(mod->name, "vboxdrv") == 0)
-+ add_taint(TAINT_CRAP);
++ add_taint(TAINT_CRAP, LOCKDEP_NOW_UNRELIABLE);
+
/* driverloader was caught wrongly pretending to be under GPL */
if (strcmp(mod->name, "driverloader") == 0)
- add_taint_module(mod, TAINT_PROPRIETARY_MODULE);
+ add_taint_module(mod, TAINT_PROPRIETARY_MODULE,