lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 1 Aug 2006 01:23:37 +0200
From:	"Rafael J. Wysocki" <rjw@...k.pl>
To:	Pavel Machek <pavel@....cz>
Cc:	Nathan Scott <nathans@....com>,
	kernel list <linux-kernel@...r.kernel.org>, xfs@....sgi.com
Subject: Re: XFS vs. swsusp

Hi,

On Tuesday 01 August 2006 00:53, Pavel Machek wrote:
> > > Rafael has patches to add bdev freezing to swsusp. I'd like to know if
> > > they are neccessary (and why).
> > > 
> > > 1) Is sync() enough to guarantee that all the data written before sync
> > > actually reach the platters?
> > > 
> > > (Or is it that data only reach the journal? OTOH that would be okay, too).
> > 
> > It ensures file data reaches its final resting place, and that
> > metadata changes have been logged.  It does not necessarily
> ....
> 
> Okay, good, being safely in the journal is okay.
> 
> > > 2) If we stop all the user proceses and all the kernel threads, is
> > > that enough to prevent XFS from writing to disk?
> > 
> > Yes, I believe so (if all user processes and kernel threads are
> > stopped, who else would be left to initiate I/O?).  There is a
> 
> Well, we were afraid that you'd do it from timer interrupt or
> something like that.
> 
> > timer driven wakeup done on the per-fs xfssyncd kernel threads,
> > which do background metadata writeout and will write to the log
> > periodically... but if those processes are all stopped too, you
> > should be OK.
> 
> Timer only wakes up xfssyncd thread, right? That's okay, as that
> thread will be stopped.

But we call sync() before kernel threads are frozen.  What happens if xfssyncd
gets woken up by the timer after the sync() and before we freeze it?

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ