Prev: [tip:perf/core] perf probe: Fix --line syntax help and document
Next: [tip:sched/urgent] sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlock
From: Rafael J. Wysocki on 2 Apr 2010 15:10 Hi Linus, Please pull two freezer fixes for 2.6.34 from: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6.git pm-fixes The first one fixes the problem that processes frozen by the cgroup freezer are thawed during resume, although they shouldn't, and the second one makes the freezer avoid showing the state of the tasks that didn't refuse to freeze. include/linux/freezer.h | 7 +++++-- kernel/cgroup_freezer.c | 9 ++++++--- kernel/power/process.c | 5 ++--- 3 files changed, 13 insertions(+), 8 deletions(-) --------------- Matt Helsley (1): Freezer: Fix buggy resume test for tasks frozen with cgroup freezer Xiaotian Feng (1): Freezer: Only show the state of tasks refusing to freeze -- 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/ |