Re: [RFC][PATCH 2/5] Container Freezer: Make refrigerator always available

From: Rafael J. Wysocki
Date: Sat Apr 26 2008 - 09:02:19 EST


On Friday, 25 of April 2008, Cedric Le Goater wrote:
> Pavel Machek wrote:
> > Hi!
> >
> >> Now that the TIF_FREEZE flag is available in all architectures,
> >> extract the refrigerator() and freeze_task() from kernel/power/process.c
> >> and make it available to all.
> >>
> >> The refrigerator() can now be used in a control group subsystem
> >> implementing a control group freezer.
> >>
> >> Signed-off-by: Cedric Le Goater <clg@xxxxxxxxxx>
> >> Signed-off-by: Matt Helsley <matthltc@xxxxxxxxxx>
> >> Tested-by: Matt Helsley <matthltc@xxxxxxxxxx>
> >
> > There's no problem with doing this... but you should get some debate
> > (with Linus?) whether using freezer for cgroups is sane.
>
> Yes that's what we are trying to know, is the fake signal mechanism
> used by the freezer something we can build upon ?

Well, currently, the freezer doesn't send fake signals to kernel threads which
turns out to be problematic, becase some kernel threads behave very much like
user space processes (basically, the threads related to NFS and CIFS).

I have an idea how to fix this issue, but I'm not sure if it's acceptable
overall. I'll try to prepare a patch later today or tomorrow.

Thanks,
Rafael
--
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/