From: Guenter Roeck <groeck@google.com>
To: "Darrick J. Wong" <darrick.wong@oracle.com>
Cc: Zubin Mithra <zsm@chromium.org>,
"# v4 . 10+" <stable@vger.kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Guenter Roeck <groeck@chromium.org>,
bo.li.liu@oracle.com, viro@zeniv.linux.org.uk,
linux-ext4 <linux-ext4@vger.kernel.org>
Subject: Re: 5a9d929d6e13 ("iomap: report collisions between directio and buffered writes to userspace")
Date: Tue, 23 Apr 2019 10:16:09 -0700 [thread overview]
Message-ID: <CABXOdTdr4YE0owk-w9i77j62AgQFWZ7wgabEnb-h2mfC4Bn+FQ@mail.gmail.com> (raw)
In-Reply-To: <20190423170127.GA26119@magnolia>
On Tue, Apr 23, 2019 at 10:01 AM Darrick J. Wong
<darrick.wong@oracle.com> wrote:
>
> On Tue, Apr 23, 2019 at 09:30:22AM -0700, Zubin Mithra wrote:
> > Hello,
> >
> > Syzkaller has triggered a kernel WARNING with the following stacktrace when fuzzing a 4.14 kernel.
> >
> > Call Trace:
> > __dump_stack lib/dump_stack.c:17 [inline]
> > dump_stack+0xb7/0x107 lib/dump_stack.c:53
> > panic+0x1c9/0x3ae kernel/panic.c:181
> > __warn+0x160/0x1a8 kernel/panic.c:543
> > report_bug+0x123/0x18b lib/bug.c:186
> > fixup_bug+0x3e/0x77 arch/x86/kernel/traps.c:177
> > do_error_trap+0xdd/0x1e6 arch/x86/kernel/traps.c:295
> > invalid_op+0x1b/0x40 arch/x86/entry/entry_64.S:944
> > do_blockdev_direct_IO+0x1b08/0x1b95 fs/direct-io.c:1373
> > ext4_direct_IO_write fs/ext4/inode.c:3696 [inline]
> > ext4_direct_IO+0x8de/0xdad fs/ext4/inode.c:3826
> > generic_file_direct_write+0x223/0x36b mm/filemap.c:2927
> > __generic_file_write_iter+0x12f/0x2f8 mm/filemap.c:3106
> > ext4_file_write_iter+0x97d/0xade fs/ext4/file.c:264
> > call_write_iter include/linux/fs.h:1782 [inline]
> > do_iter_readv_writev+0x1e4/0x27c fs/read_write.c:678
> > do_iter_write+0x136/0x18f fs/read_write.c:957
> > vfs_iter_write+0x81/0x98 fs/read_write.c:970
> > iter_file_splice_write+0x4dc/0x7a6 fs/splice.c:749
> > do_splice_from fs/splice.c:851 [inline]
> > direct_splice_actor+0x11e/0x129 fs/splice.c:1018
> > splice_direct_to_actor+0x342/0x5b0 fs/splice.c:973
> > do_splice_direct+0x180/0x1ff fs/splice.c:1061
> > do_sendfile+0x3e6/0x61c fs/read_write.c:1438
> > SYSC_sendfile64 fs/read_write.c:1499 [inline]
> > SyS_sendfile64+0xe9/0x128 fs/read_write.c:1485
> > do_syscall_64+0x203/0x241 arch/x86/entry/common.c:290
> > entry_SYSCALL_64_after_hwframe+0x42/0xb7
> >
> > Could the following patch be applied in order to v4.14.y(The patch is present in v4.19.y)?
> > 5a9d929d6e13 ("iomap: report collisions between directio and buffered writes to userspace")
>
> That patch only teaches the kernel to emit warnings in dmesg when
> programs mix directio and buffered writes. It doesn't fix any buggy
> directio usage. Someone on the ext4 list [cc'd] might know more about
> this.
>
Not sure I understand. Is your argument that systems configured to
panic on warnings should indeed panic if the situation is encountered,
ie that the backtrace and potential panic is warranted ? Isn't this a
potential DOS problem if the situation can be triggered from userspace
on such systems ?
Thanks,
Guenter
> --D
>
> >
> > Tests run:
> > - Chrome OS tryjobs
> > - Syzkaller reproducer
> >
> >
> > Thanks,
> > - Zubin
prev parent reply other threads:[~2019-04-23 17:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20190423163021.GA185682@google.com>
2019-04-23 17:01 ` 5a9d929d6e13 ("iomap: report collisions between directio and buffered writes to userspace") Darrick J. Wong
2019-04-23 17:16 ` Guenter Roeck [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=CABXOdTdr4YE0owk-w9i77j62AgQFWZ7wgabEnb-h2mfC4Bn+FQ@mail.gmail.com \
--to=groeck@google.com \
--cc=bo.li.liu@oracle.com \
--cc=darrick.wong@oracle.com \
--cc=gregkh@linuxfoundation.org \
--cc=groeck@chromium.org \
--cc=linux-ext4@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
--cc=zsm@chromium.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).