>>>>> kernel BUG at kernel/cgroup.c:392! >> In latest -mm, this BUG_ON is line 398, and before the below 2 fixlet >> patches, >> the BUG_ON is line 392, so I guess you were using older -mm: >> >> cgroups-add-inactive-subsystems-to-rootnodesubsys_list-fix.patch >> cgroups-introduce-link_css_set-to-remove-duplicate-code-fix.patch >> >> Could you try the latest -mm kernel, or apply >> cgroups-add-inactive-subsystems-to-rootnodesubsys_list-fix.patch ? >> >> diff -puN >> kernel/cgroup.c~cgroups-add-inactive-subsystems-to-rootnodesubsys_list-fix >> kernel/cgroup.c >> --- >> a/kernel/cgroup.c~cgroups-add-inactive-subsystems-to-rootnodesubsys_list-fix >> +++ a/kernel/cgroup.c >> @@ -2521,7 +2521,7 @@ static void __init cgroup_init_subsys(st >> printk(KERN_INFO "Initializing cgroup subsys %s\n", ss->name); >> >> /* Create the top cgroup state for this subsystem */ >> - list_add(&ss->sibling, &rootnode.root_list); >> + list_add(&ss->sibling, &rootnode.subsys_list); >> ss->root = &rootnode; >> css = ss->create(ss, dummytop); >> /* We don't handle early failures gracefully */ >> > > Yes, this fix does work for me, >
Thanks! And sorry for the silly mistake I made. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
