Prev: [PATCH 3/3] cgroup_freezer: update_freezer_state does incorrect state transactions
Next: [PATCH 1/3] cgroup_freezer: Unnecessary test in cgroup_freezing_or_frozen
From: Tomasz Buchert on 12 Aug 2010 05:50 These patches fixes two bugs I discovered when working with the cgroup freezer. These patches fix them (and probably also some other variations of them) and now the kernel passes testcases that uncovered the bugs in the first place. Please review. Tomasz Tomasz Buchert (3): cgroup_freezer: Unnecessary test in cgroup_freezing_or_frozen cgroup_freezer: Fix can_attach to prohibit moving from/to freezing/frozen cgroups cgroup_freezer: update_freezer_state does incorrect state transactions kernel/cgroup_freezer.c | 74 +++++++++++++++++++++------------------------- 1 files changed, 34 insertions(+), 40 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |