From: Pavel Machek <pavel@ucw.cz>
To: Nigel Cunningham <ncunningham@crca.org.au>
Cc: Linux-PM <linux-pm@lists.linux-foundation.org>
Subject: Re: Freezer: Don't count threads waiting for frozen filesystems.
Date: Tue, 28 Oct 2008 18:49:54 +0100 [thread overview]
Message-ID: <20081028174953.GA1434@ucw.cz> (raw)
In-Reply-To: <1224886068.6478.21.camel@nigel-laptop>
Hi!
> While working on freezing fuse filesystems, I found that if a filesystem
> is frozen when we try to freeze processes, freezing can fail because
> threads are waiting in vfs_check_frozen for the filesystem to be thawed.
> We should thus not count such threads.
>
> The check will be safe if a filesystem is thawed while we're freezing
> processes because filesystem thaws are only invoked from userspace. Any
> waiting processes will be woken and frozen prior to us completing the
> freezing of userspace (the caller invoking the filesystem thaw will be
> freezing) or - in the worst case - together with kernel threads.
In the worst case we have a problem.
Userspace and kernel threads *need* to be frozen separately...
(Otherwise its a race, and if you freeze kjournald first, user process
becomes unfreezeable and freezing fails.)
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
prev parent reply other threads:[~2008-10-28 17:49 UTC|newest]
Thread overview: 118+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-24 22:07 Freezer: Don't count threads waiting for frozen filesystems Nigel Cunningham
2008-10-26 20:01 ` [linux-pm] " Rafael J. Wysocki
2008-10-27 11:12 ` Miklos Szeredi
2008-10-27 11:12 ` [linux-pm] " Miklos Szeredi
2008-10-27 11:20 ` Nigel Cunningham
2008-10-27 11:37 ` Rafael J. Wysocki
2008-10-27 11:40 ` Nigel Cunningham
2008-10-27 12:38 ` Miklos Szeredi
2008-10-27 12:38 ` [linux-pm] " Miklos Szeredi
2008-10-27 20:59 ` Nigel Cunningham
2008-10-27 21:09 ` Miklos Szeredi
2008-10-27 22:13 ` Nigel Cunningham
2008-10-28 20:25 ` Miklos Szeredi
2008-10-28 21:29 ` Nigel Cunningham
2008-10-28 21:29 ` [linux-pm] " Nigel Cunningham
2008-10-28 21:51 ` Miklos Szeredi
2008-10-28 21:51 ` [linux-pm] " Miklos Szeredi
2008-10-28 22:00 ` Rafael J. Wysocki
2008-10-28 22:00 ` [linux-pm] " Rafael J. Wysocki
2008-10-28 22:02 ` Miklos Szeredi
2008-10-28 22:21 ` Rafael J. Wysocki
2008-10-28 23:21 ` Miklos Szeredi
2008-10-28 23:59 ` Rafael J. Wysocki
2008-10-28 23:59 ` [linux-pm] " Rafael J. Wysocki
2008-10-29 8:10 ` Miklos Szeredi
2008-10-29 8:10 ` [linux-pm] " Miklos Szeredi
2008-10-29 13:51 ` Alan Stern
2008-10-29 13:51 ` [linux-pm] " Alan Stern
2008-10-29 14:50 ` Miklos Szeredi
2008-10-29 14:50 ` [linux-pm] " Miklos Szeredi
2008-10-29 15:28 ` Alan Stern
2008-10-29 15:50 ` Miklos Szeredi
2008-10-29 15:50 ` [linux-pm] " Miklos Szeredi
2008-10-29 16:17 ` Alan Stern
2008-10-29 16:17 ` [linux-pm] " Alan Stern
2008-10-29 16:10 ` Miklos Szeredi
2008-10-29 20:37 ` Alan Stern
2008-10-29 21:11 ` Rafael J. Wysocki
2008-10-29 21:45 ` Nigel Cunningham
2008-10-29 22:07 ` Rafael J. Wysocki
2008-10-29 22:07 ` [linux-pm] " Rafael J. Wysocki
2008-10-29 23:53 ` Miklos Szeredi
2008-10-29 23:53 ` [linux-pm] " Miklos Szeredi
2008-11-09 13:44 ` Pavel Machek
2008-11-09 13:44 ` [linux-pm] " Pavel Machek
2008-10-29 23:48 ` Miklos Szeredi
2008-10-30 13:04 ` Nigel Cunningham
2008-10-30 13:04 ` [linux-pm] " Nigel Cunningham
2008-10-30 13:56 ` Alan Stern
2008-10-30 13:56 ` [linux-pm] " Alan Stern
2008-10-30 21:44 ` Nigel Cunningham
2008-10-30 21:44 ` [linux-pm] " Nigel Cunningham
2008-10-31 8:49 ` Miklos Szeredi
2008-10-31 9:10 ` Nigel Cunningham
2008-10-31 9:16 ` Miklos Szeredi
2008-10-31 11:28 ` Nigel Cunningham
2008-10-31 11:28 ` [linux-pm] " Nigel Cunningham
2008-10-31 12:44 ` Miklos Szeredi
2008-10-31 12:44 ` [linux-pm] " Miklos Szeredi
2008-10-31 21:11 ` Nigel Cunningham
2008-10-31 21:11 ` Nigel Cunningham
2008-10-31 8:49 ` Miklos Szeredi
2008-10-29 23:48 ` Miklos Szeredi
2008-10-29 21:45 ` Nigel Cunningham
2008-10-29 21:11 ` Rafael J. Wysocki
2008-10-29 23:43 ` Miklos Szeredi
2008-10-29 23:43 ` [linux-pm] " Miklos Szeredi
2008-10-30 13:54 ` Alan Stern
2008-10-30 13:54 ` [linux-pm] " Alan Stern
2008-10-30 14:39 ` Miklos Szeredi
2008-10-30 17:07 ` Alan Stern
2008-10-30 17:07 ` [linux-pm] " Alan Stern
2008-10-30 17:43 ` Miklos Szeredi
2008-10-30 17:43 ` [linux-pm] " Miklos Szeredi
2008-10-30 20:17 ` Rafael J. Wysocki
2008-10-30 20:17 ` Rafael J. Wysocki
2008-11-15 16:58 ` [linux-pm] " Pavel Machek
2008-11-15 16:58 ` Pavel Machek
2008-10-30 14:39 ` Miklos Szeredi
2008-10-29 23:56 ` [linux-pm] " Matthew Garrett
2008-10-29 23:56 ` Matthew Garrett
2008-10-29 20:37 ` Alan Stern
2008-10-29 16:10 ` Miklos Szeredi
2008-10-29 15:28 ` Alan Stern
2008-10-28 23:21 ` Miklos Szeredi
2008-10-28 22:21 ` Rafael J. Wysocki
2008-10-28 22:02 ` Miklos Szeredi
2008-10-28 22:03 ` Nigel Cunningham
2008-10-28 22:03 ` [linux-pm] " Nigel Cunningham
2008-10-28 23:04 ` Nigel Cunningham
2008-10-28 23:12 ` Miklos Szeredi
2008-10-28 23:17 ` Nigel Cunningham
2008-10-28 23:24 ` Miklos Szeredi
2008-10-28 23:24 ` [linux-pm] " Miklos Szeredi
2008-10-28 23:41 ` Nigel Cunningham
2008-10-28 23:41 ` [linux-pm] " Nigel Cunningham
2008-10-28 23:45 ` Miklos Szeredi
2008-10-28 23:45 ` [linux-pm] " Miklos Szeredi
2008-10-28 23:50 ` Miklos Szeredi
2008-10-28 23:50 ` [linux-pm] " Miklos Szeredi
2008-10-28 23:58 ` Nigel Cunningham
2008-10-28 23:58 ` Nigel Cunningham
2008-10-28 23:54 ` [linux-pm] " Nigel Cunningham
2008-10-28 23:54 ` Nigel Cunningham
2008-10-28 23:17 ` Nigel Cunningham
2008-10-28 23:12 ` Miklos Szeredi
2008-10-28 23:04 ` Nigel Cunningham
2008-10-28 20:25 ` Miklos Szeredi
2008-10-27 22:13 ` Nigel Cunningham
2008-10-27 21:09 ` Miklos Szeredi
2008-10-27 20:59 ` Nigel Cunningham
2008-10-27 11:40 ` Nigel Cunningham
2008-10-27 11:37 ` Rafael J. Wysocki
2008-10-27 11:37 ` Miklos Szeredi
2008-10-27 11:37 ` [linux-pm] " Miklos Szeredi
2008-10-27 11:20 ` Nigel Cunningham
2008-10-26 20:01 ` Rafael J. Wysocki
2008-10-28 17:49 ` Pavel Machek [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081028174953.GA1434@ucw.cz \
--to=pavel@ucw.cz \
--cc=linux-pm@lists.linux-foundation.org \
--cc=ncunningham@crca.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.