login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
December
»
12
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm-crypt barrier support is effective)
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Jon Nelson
Subject:
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm-crypt barrier support is effective)
Date: Sunday, December 12, 2010 - 3:18 am
On Sat, Dec 11, 2010 at 9:16 PM, Jon Nelson <jnelson@jamponi.net> wrote:
quoted text
> On Sat, Dec 11, 2010 at 7:40 PM, Ted Ts'o <tytso@mit.edu> wrote: >> Yes, indeed. Is this in the virtualized environment or on real >> hardware at this point? And how many CPU's do you have configured in >> your virtualized environment, and how memory memory? Is having a >> certain number of CPU's critical for reproducing the problem? Is >> constricting the amount of memory important? > > Originally, I observed the behavior on really real hardware. > > Since then, I have been able to reproduce it in VirtualBox and > qemu-kvm, with openSUSE 11.3 and KUbuntu. All of the more recent tests > have been with qemu-kvm. > > I have one CPU configured in the environment, 512MB of memory. > I have not done any memory-constriction tests whatsoever. > >> It'll be a lot easier if I can reproduce it locally, which is why I'm >> asking all of these questions. > > On Sat, Dec 11, 2010 at 8:34 PM, Ted Ts'o <tytso@mit.edu> wrote: >> One experiment --- can you try this with the file system mounted with >> data=writeback, and see if the problem reproduces in that journalling >> mode? > > That test is running now, first with encryption. I will report if it > shows problems. If it does, I will wait until I have been able to see > that a few times, and move to a no-encryption test. Typically, I have > to run quite a few more iterations of that test before problems show > up (if they will at all). > >> I want to rule out (if possible) journal_submit_inode_data_buffers() >> racing with mpage_da_submit_io(). I don't think that's the issue, but >> I'd prefer to do the experiment to make sure. So if you can use a >> kernel and system configuration which triggers the problem, and then >> try changing the mount options to include data=writeback, and then >> rerun the test, and let me know if the problem still reproduces, I'd >> be really grateful.
Using 2.6.37-rc5 and data=writeback,noatime and LUKS encryption I hit the problem 71 times out of 173. -- Jon --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] DM-CRYPT: Scale to multiple CPUs v3 on 2.6.37-rc* ?
, Matt
, (Sat Nov 6, 3:16 pm)
Re: [PATCH] DM-CRYPT: Scale to multiple CPUs v3 on 2.6.37- ...
, Milan Broz
, (Sun Nov 7, 7:30 am)
Re: [PATCH] DM-CRYPT: Scale to multiple CPUs v3 on 2.6.37- ...
, Heinz Diehl
, (Sun Nov 7, 9:03 am)
Re: [PATCH] DM-CRYPT: Scale to multiple CPUs v3 on 2.6.37- ...
, Matt
, (Sun Nov 7, 10:49 am)
Re: [PATCH] DM-CRYPT: Scale to multiple CPUs v3 on 2.6.37- ...
, Matt
, (Sun Nov 7, 12:32 pm)
Re: [PATCH] DM-CRYPT: Scale to multiple CPUs v3 on 2.6.37- ...
, Andi Kleen
, (Sun Nov 7, 12:45 pm)
Re: [PATCH] DM-CRYPT: Scale to multiple CPUs v3 on 2.6.37- ...
, Heinz Diehl
, (Sun Nov 7, 1:36 pm)
Re: [PATCH] DM-CRYPT: Scale to multiple CPUs v3 on 2.6.37- ...
, Milan Broz
, (Sun Nov 7, 2:39 pm)
Re: [PATCH] DM-CRYPT: Scale to multiple CPUs v3 on 2.6.37- ...
, Andi Kleen
, (Sun Nov 7, 4:05 pm)
Re: [dm-devel] [PATCH] DM-CRYPT: Scale to multiple CPUs v3 ...
, Alasdair G Kergon
, (Mon Nov 8, 7:16 am)
Re: DM-CRYPT: Scale to multiple CPUs v3 on 2.6.37-rc* ?
, Mike Snitzer
, (Mon Nov 8, 7:58 am)
Re: DM-CRYPT: Scale to multiple CPUs v3 on 2.6.37-rc* ?
, Chris Mason
, (Mon Nov 8, 10:59 am)
dm-crypt barrier support is effective (was: Re: DM-CRYPT: ...
, Mike Snitzer
, (Sun Nov 14, 1:59 pm)
Re: dm-crypt barrier support is effective (was: Re: DM-CRY ...
, Matt
, (Sun Nov 14, 2:49 pm)
Re: dm-crypt barrier support is effective
, Milan Broz
, (Sun Nov 14, 2:54 pm)
Re: dm-crypt barrier support is effective
, Matt
, (Sun Nov 14, 4:24 pm)
Re: dm-crypt barrier support is effective
, Heinz Diehl
, (Mon Nov 15, 12:25 am)
Re: dm-crypt barrier support is effective
, Milan Broz
, (Mon Nov 15, 1:41 am)
Re: dm-crypt barrier support is effective
, Matt
, (Wed Dec 1, 9:05 am)
Re: dm-crypt barrier support is effective
, Mike Snitzer
, (Wed Dec 1, 9:52 am)
Re: dm-crypt barrier support is effective
, Matt
, (Wed Dec 1, 10:35 am)
Re: dm-crypt barrier support is effective
, Milan Broz
, (Wed Dec 1, 11:24 am)
Re: dm-crypt barrier support is effective
, Jon Nelson
, (Wed Dec 1, 12:34 pm)
Re: dm-crypt barrier support is effective
, Heinz Diehl
, (Wed Dec 1, 12:59 pm)
Re: dm-crypt barrier support is effective
, Milan Broz
, (Wed Dec 1, 1:45 pm)
hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm-cry ...
, Mike Snitzer
, (Wed Dec 1, 2:23 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Matt
, (Thu Dec 2, 2:30 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Matt
, (Sat Dec 4, 12:18 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Mike Snitzer
, (Sat Dec 4, 12:38 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Heinz Diehl
, (Sat Dec 4, 1:51 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Matt
, (Sat Dec 4, 4:47 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Matt
, (Sat Dec 4, 4:52 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Matt
, (Sat Dec 4, 5:57 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Heinz Diehl
, (Sun Dec 5, 3:09 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption?
, Milan Broz
, (Sun Dec 5, 3:21 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption?
, Heinz Diehl
, (Sun Dec 5, 5:49 am)
Re: [dm-devel] hunt for 2.6.37 dm-crypt+ext4 corruption?
, Theodore Tso
, (Sun Dec 5, 6:24 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Matt
, (Sun Dec 5, 6:30 am)
Re: [dm-devel] hunt for 2.6.37 dm-crypt+ext4 corruption?
, Matt
, (Sun Dec 5, 6:44 am)
Re: [dm-devel] hunt for 2.6.37 dm-crypt+ext4 corruption?
, Ted Ts'o
, (Sun Dec 5, 7:02 am)
Re: [dm-devel] hunt for 2.6.37 dm-crypt+ext4 corruption?
, Heinz Diehl
, (Sun Dec 5, 7:33 am)
Re: [dm-devel] hunt for 2.6.37 dm-crypt+ext4 corruption?
, Daniel J Blueman
, (Sun Dec 5, 1:17 pm)
Re: [dm-devel] hunt for 2.6.37 dm-crypt+ext4 corruption?
, Andi Kleen
, (Sun Dec 5, 1:28 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption?
, Mike Snitzer
, (Sun Dec 5, 2:15 pm)
Re: [dm-devel] hunt for 2.6.37 dm-crypt+ext4 corruption?
, Milan Broz
, (Sun Dec 5, 2:42 pm)
Re: [dm-devel] hunt for 2.6.37 dm-crypt+ext4 corruption?
, Heinz Diehl
, (Mon Dec 6, 12:08 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Chris Mason
, (Tue Dec 7, 7:21 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Tue Dec 7, 11:10 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Chris Mason
, (Tue Dec 7, 11:15 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Mike Snitzer
, (Tue Dec 7, 11:22 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Tue Dec 7, 11:45 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Chris Mason
, (Tue Dec 7, 11:52 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Tue Dec 7, 12:34 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Ted Ts'o
, (Tue Dec 7, 12:35 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Chris Mason
, (Tue Dec 7, 1:02 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Tue Dec 7, 1:25 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Chris Mason
, (Tue Dec 7, 1:33 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Tue Dec 7, 1:36 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Chris Mason
, (Tue Dec 7, 1:41 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Tue Dec 7, 1:48 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Tue Dec 7, 2:01 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Chris Mason
, (Tue Dec 7, 2:02 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Tue Dec 7, 8:29 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Tue Dec 7, 8:37 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Tue Dec 7, 8:55 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption?
, Milan Broz
, (Wed Dec 8, 1:03 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Chris Mason
, (Wed Dec 8, 5:20 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Wed Dec 8, 8:26 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Ted Ts'o
, (Thu Dec 9, 11:01 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Thu Dec 9, 11:10 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Ted Ts'o
, (Thu Dec 9, 1:13 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Thu Dec 9, 1:38 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Andi Kleen
, (Thu Dec 9, 4:16 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Chris Mason
, (Thu Dec 9, 6:38 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Matt
, (Thu Dec 9, 6:53 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Mike Fedyk
, (Thu Dec 9, 6:58 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Chris Mason
, (Thu Dec 9, 7:00 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Thu Dec 9, 7:05 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Ted Ts'o
, (Thu Dec 9, 7:38 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Thu Dec 9, 11:52 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Fri Dec 10, 7:58 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Fri Dec 10, 9:54 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Fri Dec 10, 7:14 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Ted Ts'o
, (Sat Dec 11, 6:40 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Ted Ts'o
, (Sat Dec 11, 7:34 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Sat Dec 11, 8:16 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Sun Dec 12, 3:18 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Ted Ts'o
, (Sun Dec 12, 5:43 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Sun Dec 12, 6:11 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Ted Ts'o
, (Sun Dec 12, 7:06 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Jon Nelson
, (Mon Dec 13, 11:56 am)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Matt
, (Wed Dec 15, 12:15 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Andi Kleen
, (Wed Dec 15, 12:16 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Matt
, (Wed Dec 15, 12:25 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Matt
, (Wed Dec 15, 12:28 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Dave Chinner
, (Wed Dec 15, 8:37 pm)
Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm ...
, Chris Mason
, (Thu Dec 16, 5:29 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Alexey Dobriyan
Re: [2.6.22.2 review 09/84] Fix rfkill IRQ flags.
Michael Moore
Re: underage models, pre teen models, lolita porn, young preteens, little lolitas
Alex Riesen
Re: [PATCH 4/7] lib: Introduce strnstr()
Thomas Gleixner
[ANNOUNCE] 2.6.31-rc6-rt2
Mathieu Desnoyers
Re: Linux 2.6.25-rc2
git
:
Blaisorblade
git-unpack-objects < pack file in repository doesn't work!
Matthieu Moy
Re: Cloning empty repositories, was Re: What is the idea for bare repositories?
Linus Torvalds
Re: Untracked working tree files
Peter Karlsson
Re: CRLF problems with Git on Win32
Johannes Schindelin
Re: [PATCH 4/4] git-rebase -i: New option to support rebase with merges
linux-netdev
:
Alan Menegotto
Re: Linux networking implementation and packet capture
Andrew Morton
Re: [PATCH] PHYLIB: IRQ event workqueue handling fixes
Timo Teräs
ip xfrm policy semantics
Jarek Poplawski
Re: [PATCH]: Fix queueing return values...
David Miller
Re: [PATCH 1/2] netdev: bfin_mac: enable bfin_mac net dev driver for BF51x
git-commits-head
:
Linux Kernel Mailing List
Blackfin: don't give CPU its own line in traps output
Linux Kernel Mailing List
No need to do lock_super() for exclusion in generic_shutdown_super()
Linux Kernel Mailing List
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Linux Kernel Mailing List
MIPS: SMTC: Fix lockup in smtc_distribute_timer
Linux Kernel Mailing List
powerpc: gamecube/wii: usbgecko bootwrapper console support
openbsd-misc
:
Aaron Mason
Re: Defending OpenBSD Performance
Henning Brauer
Re: Defending OpenBSD Performance
Henning Brauer
Re: Defending OpenBSD Performance
Christiano Farina Haesbaert
Re: Defending OpenBSD Performance
Nick Holland
Re: 1 out of 3 hunks failed--saving rejects to kerberosV/src/lib/krb5/crypto.c.rej
Colocation donated by:
Syndicate