The patch titled ndiswrapper: don't set the module->taints flags has been removed from the -mm tree. Its filename was ndiswrapper-dont-set-the-module-taints-flags.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ndiswrapper: don't set the module->taints flags From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> For ndiswrapper, don't set the module->taints flags, just set the kernel global tainted flag. This should allow ndiswrapper to continue to use GPL symbols. Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Florin Malita <fmalita@xxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/module.c~ndiswrapper-dont-set-the-module-taints-flags kernel/module.c --- a/kernel/module.c~ndiswrapper-dont-set-the-module-taints-flags +++ a/kernel/module.c @@ -1718,7 +1718,7 @@ static struct module *load_module(void _ set_license(mod, get_modinfo(sechdrs, infoindex, "license")); if (strcmp(mod->name, "ndiswrapper") == 0) - add_taint_module(mod, TAINT_PROPRIETARY_MODULE); + add_taint(TAINT_PROPRIETARY_MODULE); if (strcmp(mod->name, "driverloader") == 0) add_taint_module(mod, TAINT_PROPRIETARY_MODULE); _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are git-acpi.patch git-dvb.patch git-ieee1394.patch mtd-fix-printk-format-warning.patch git-net.patch com20020-build-fix.patch parisc-fix-module_param-iommu-permission.patch pci-i386-style-cleanups.patch tifm-fix-null-ptr-and-style.patch kconfig-printk_time-depends-on-printk.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html