diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-02-26 08:40:33 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-02-26 12:05:00 -0500 |
commit | ab465cba10dd11d9e0e880686630a64b508c6587 (patch) | |
tree | 7afb3db7df542cebe1f4f459f958d9baca76c5b4 /taint-vbox.patch | |
parent | 52da9d6402618e9931343d426c0db4774ee197db (diff) | |
download | kernel-ab465cba10dd11d9e0e880686630a64b508c6587.tar.gz kernel-ab465cba10dd11d9e0e880686630a64b508c6587.tar.xz kernel-ab465cba10dd11d9e0e880686630a64b508c6587.zip |
Linux v3.8-8664-gc41b381
Diffstat (limited to 'taint-vbox.patch')
-rw-r--r-- | taint-vbox.patch | 10 |
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, |