updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / linux-fedora / taint-vbox.patch
blob5cb3e47c91e639693df593d5e2b340f9e83f0cbd
1 diff --git a/kernel/module.c b/kernel/module.c
2 index 04379f92..d26c9a3 100644
3 --- a/kernel/module.c
4 +++ b/kernel/module.c
5 @@ -2653,6 +2653,10 @@ static int check_module_license_and_versions(struct module *mod)
6 if (strcmp(mod->name, "ndiswrapper") == 0)
7 add_taint(TAINT_PROPRIETARY_MODULE);
9 + /* vbox is garbage. */
10 + if (strcmp(mod->name, "vboxdrv") == 0)
11 + add_taint(TAINT_CRAP);
13 /* driverloader was caught wrongly pretending to be under GPL */
14 if (strcmp(mod->name, "driverloader") == 0)
15 add_taint_module(mod, TAINT_PROPRIETARY_MODULE);