Re: [RFC][PATCH 5/5] Add a Signal Control Group Subsystem

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Matt Helsley
Date: Wednesday, April 30, 2008 - 11:44 am

On Fri, 2008-04-25 at 13:41 +0200, Cedric Le Goater wrote:

Assuming we did this, isn't it still possible to send SIGSTOP to every
task in the cgroup yet still appear to have not stopped every task in
the cgroup:

	Task A						Task B
echo 19 > signal.send
	record signal
	return -EBUSY from can_attach
	send signals to all the tasks
	return 0 from write syscall
						echo newpid > tasks
cat tasks
<Uh oh, not all tasks are stopped...>

Cheers,
	-Matt Helsley

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC][PATCH 5/5] Add a Signal Control Group Subsystem, Matt Helsley, (Wed Apr 23, 11:48 pm)
Re: [RFC][PATCH 5/5] Add a Signal Control Group Subsystem, Paul Jackson, (Thu Apr 24, 12:30 pm)
Re: [RFC][PATCH 5/5] Add a Signal Control Group Subsystem, Cedric Le Goater, (Fri Apr 25, 4:41 am)
Re: [RFC][PATCH 5/5] Add a Signal Control Group Subsystem, Matt Helsley, (Wed Apr 30, 12:48 am)
Re: [RFC][PATCH 5/5] Add a Signal Control Group Subsystem, Matt Helsley, (Wed Apr 30, 11:44 am)