The patch titled cgroups-subsystem-module-unloading-fix has been added to the -mm tree. Its filename is cgroups-subsystem-module-unloading-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: cgroups-subsystem-module-unloading-fix From: Ben Blum <bblum@xxxxxxxxxxxxxx> Signed-off-by: Ben Blum <bblum@xxxxxxxxxxxxxx> Cc: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/cgroup.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN kernel/cgroup.c~cgroups-subsystem-module-unloading-fix kernel/cgroup.c --- a/kernel/cgroup.c~cgroups-subsystem-module-unloading-fix +++ a/kernel/cgroup.c @@ -962,7 +962,9 @@ static int rebind_subsystems(struct cgro * drop the extra reference. */ module_put(ss->module); +#ifdef CONFIG_MODULE_UNLOAD BUG_ON(ss->module && !module_refcount(ss->module)); +#endif } else { /* Subsystem state shouldn't exist */ BUG_ON(cgrp->subsys[i]); _ Patches currently in -mm which might be from bblum@xxxxxxxxxxxxxx are cgroups-revamp-subsys-array.patch cgroups-subsystem-module-loading-interface.patch cgroups-subsystem-module-loading-interface-fix.patch cgroups-subsystem-module-unloading.patch cgroups-subsystem-module-unloading-fix.patch cgroups-net_cls-as-module.patch cgroups-blkio-subsystem-as-module.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