All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nick Alcock <nick.alcock@oracle.com>
To: Eric Biggers <ebiggers3@gmail.com>
Cc: linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: Re: v4.7--v4.10+: ext4: repeatable inline-data oops (and fs corruption) caused by msync() of shared writable mmap (with recipe)
Date: Mon, 13 Mar 2017 23:11:35 +0000	[thread overview]
Message-ID: <87tw6wg4bc.fsf@esperi.org.uk> (raw)
In-Reply-To: <20170313005232.GA593@zzz> (Eric Biggers's message of "Sun, 12 Mar 2017 17:52:32 -0700")

On 13 Mar 2017, Eric Biggers spake thusly:

> On Wed, Mar 01, 2017 at 11:45:52AM +0000, Nick Alcock wrote:
>> [Resend, after the first attempt, from my home address, failed with
>>  endless greylisting followed by "4.5.0 Interactive router timed out"
>>  from all but the lowest-priority MX for vger, and "Name server:
>>  bl-ckh-le.kernel.org.: host not found" for the apparently-nonexistent
>>  lowest-priority MX. Maybe it'll work better from here.]
>> 
>> I first spotted this -- or it spotted me -- back in the v4.7.x days. It
>> is still present in v4.10.
>> 
>> Here's a replication recipe, given a reasonable rootfs with a compiler
>> on it, and assuming a blank virtio disk on /dev/vdb:
>
> Hi Nick, thanks for reporting this.  I've sent a patch which should fix this,
> and Cc'ed you.  This actually seems to been a bug for a very long time, maybe

I'll test it. Your timing is supernatural: I was just about to mkfs all
the filesystems on my new server (a once-in-a-decade operation for me)
and was bemoaning the fact that I couldn't turn on inline_data at the
same time. Now I can! (I have good backups so can take suicidally crazy
risks).

> even ever since the inline_data feature was introduced.  (I was able to
> reproduce it in a 3.18 kernel, at least.)  I'm not sure why it didn't get
> noticed earlier --- maybe hardly anyone ever writes to small files with mmap...

Yeah, I built my /usr/src with it and ran for weeks without hitting it:
it wasn't until I rebuilt most of a distro and hit dovecot that anything
went wrong.

I note that what I saw then was massive filesystem corruption, so
massive that not even tune2fs recognized it as being an ext4 fs
afterwards. Perhaps the thing wrote badness into the journal (possibly
including inline data scribbled over the next inode?) and replayed it
over the fs on the next boot, following which a cascade of increasing
badness ended up eating the entire fs... ah well, I guess it's hard to
know now, months after the fact (though if it's of interest, I still
have an e2image of the corrupted fs lying around!)

-- 
NULL && (void)

  reply	other threads:[~2017-03-13 23:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-01 11:45 v4.7--v4.10+: ext4: repeatable inline-data oops (and fs corruption) caused by msync() of shared writable mmap (with recipe) Nick Alcock
2017-03-13  0:52 ` Eric Biggers
2017-03-13 23:11   ` Nick Alcock [this message]
2017-03-13 23:37     ` Darrick J. Wong
2017-03-14 15:18       ` Nick Alcock

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=87tw6wg4bc.fsf@esperi.org.uk \
    --to=nick.alcock@oracle.com \
    --cc=ebiggers3@gmail.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    /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.