Re: [PATCH 0/7] Generic Process Containers (+ ResGroups/BeanCounters)

From: Paul Menage
Date: Thu Nov 30 2006 - 03:51:57 EST


On 11/29/06, Paul Jackson <pj@xxxxxxx> wrote:

2) I wedged the kernel on the container_lock, doing a removal of a cpuset
using notify_on_release.

I couldn't reproduce this, with a /sbin/cpuset_release_agent that does:

#!/bin/bash
logger cpuset_release_agent $1
rmdir /dev/cpuset/$1

and running the commands:

while true; do
mkdir -p /dev/cpuset/bar/foo
echo 1 > /dev/cpuset/bar/notify_on_release
rmdir /dev/cpuset/bar/foo
usleep 1000
done

Is it actually reproducible for you? If so, could you get a fuller backtrace?

Thanks,

Paul
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/