lkml.org 
[lkml]   [2007]   [Jul]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM pathway
    Date
    Am Donnerstag, 5. Juli 2007 schrieb Alan Stern:
    > On Thu, 5 Jul 2007, Miklos Szeredi wrote:
    >
    > > I fear, that your efforts to "save" the freezer are in vain. It is
    > > already moderately hackish with that PF_FREEZER_SKIP and the kernel
    > > dotted randomly with try_to_freeze() calls, but adding bandaids to try
    > > to order freezing userspace processes in the right order would just
    > > make it a horrible mess.
    >
    > I agree that bandaids won't work. What's needed is something more
    > radical. Things like FUSE must be written so that the kernel parts
    > _can_ freeze even while they are waiting for a response from a user
    > thread.

    OK, some radical ideas.

    In principle we want a deadlock here. Tasks that are frozen due to fuse
    are as good as frozen, there's no need to formally freeze them.
    The bad uninterruptible tasks are those waiting for hardware.

    Can we detect the difference? Perhaps we can label those crucial locks
    and when only tasks in the refrigerator and tasks waiting on these locks
    are left we are content and go on to suspending the device tree.

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

    \
     
     \ /
      Last update: 2007-07-05 23:39    [W:3.642 / U:0.308 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site