Re: [linux-pm] Re: Hibernation considerations

From: Miklos Szeredi
Date: Mon Jul 23 2007 - 09:14:37 EST


> > > The reason is that we want them to "park" in safe places, ie. where there
> > > are no locks held etc. ÂThus, these safe places need to be chosen somehow
> > > and since they are not marked throughout the code, we choose the obvious
> > > one. :-)
> >
> > Why shouldn't locks be held?
> >
> > No locks which are required for suspend must be held, sure. ÂBut
> > otherwise holding locks doesn't matter at all.
>
> If you can provide a way to tell them apart, this would work.

Without some marking we can't tell obviously.

Are there many such locks? We can easily check by adding some
debugging code to the lock primitives, to make them yell if they are
used during suspend.

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