> > Actually fuse allows SIGKILL, because it's always fatal, and the > > syscall may not be restarted. > > Okay, and you should handle refrigerator in the same paths where you > handle SIGKILL. Just add try_to_freeze() there... It's the fourth time I'm repeating this in this thread: Yes adding try_to_freeze() there would partially solve the probelem. But another task can be sleeping on a mutex held by the task waiting for the reply. And the freezer won't be able to handle that one. Generally, calling try_to_freeze() with mutexes held is not a good idea. Miklos - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- References:
- Re: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM pathway
- From: Paul Mackerras <[email protected]>
- Re: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM pathway
- From: Alan Stern <[email protected]>
- Re: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM pathway
- From: Paul Mackerras <[email protected]>
- Re: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM pathway
- From: Oliver Neukum <[email protected]>
- Re: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM pathway
- From: Miklos Szeredi <[email protected]>
- Re: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM pathway
- From: Pavel Machek <[email protected]>
- Re: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM pathway
- From: Miklos Szeredi <[email protected]>
- Re: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM pathway
- From: Pavel Machek <[email protected]>
- Re: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM pathway
- Prev by Date: Re: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM pathway
- Next by Date: Re: [-mm PATCH 0/8] Memory controller introduction (v2)
- Previous by thread: Re: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM pathway
- Next by thread: Re: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM pathway
- Index(es):