Re: pcmcia resume 60 second hang. Re: [patch 00/69] -stable review

From: Linus Torvalds
Date: Thu May 24 2007 - 23:33:52 EST




On Fri, 25 May 2007, Nigel Cunningham wrote:
> >
> > That said, I think freezing is crap even for snapshotting/suspend-to-disk,
> > but the point of the above rant is to show how insane it is to think that
> > problems and complexity in one area should translate into problems and
> > complexity in another area.
>
> Does that imply that you'd prefer to see filesystem checkpointing code,
> that you think freezing can be done better, or do you have some other
> solution that hasn't occurred to me?

I actually don't think that processes should be frozen really at all.

I agree that filesystems have to be frozen (and I think that checkpointing
of the filesystem or block device is "too clever"), but I just don't think
that has anything to do with freezing processes.

So I'd actually much prefer to freeze at the VFS (and socket layers, etc),
and make sure that anybody who tries to write or do something else that we
cannot do until resuming, will just be blocked (or perhaps just buffered)!

See? I actually think that this process-based thing is barking up the
wrong tree. After all, it's really not the case that we need to stop
processes, and stopping processes really does have some problems. It's
simpler in some ways, but I think a more directed solution would actually
be better.

>bviously we _do_ want to actually try to quiesce normal user processes.
>But by "normal user", I'd be willing to limit it to non-uid-zero things,
>for example. Exactly because it does turn out that the kernel kind of
>depends on user-land things for stuff like network filesystem connection
>setup etc (ie we tend to do things like the mount encryption stuff in
>userland!).

But I really don't care that deeply per se, exactly because I don't use it
myself. I think people are going down the wrong rabbit-hole, but it
wouldn't _irritate_ me that much except for the fact that it now also
impacts suspend-to-RAM.

Linus
-
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/