linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Vyukov <dvyukov@google.com>
To: Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>
Cc: syzbot
	<bot+980f5e5fc060c37505bd65abb49a963518b269d9@syzkaller.appspotmail.com>,
	Andi Kleen <ak@linux.intel.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Jan Kara <jack@suse.cz>,
	jlayton@redhat.com, LKML <linux-kernel@vger.kernel.org>,
	Linux-MM <linux-mm@kvack.org>,
	Mel Gorman <mgorman@techsingularity.net>,
	Ingo Molnar <mingo@kernel.org>,
	npiggin@gmail.com, rgoldwyn@suse.com,
	syzkaller-bugs@googlegroups.com, Jens Axboe <axboe@kernel.dk>,
	Ming Lei <tom.leiming@gmail.com>, Hannes Reinecke <hare@suse.de>,
	Omar Sandoval <osandov@fb.com>,
	shli@fb.com
Subject: Re: INFO: task hung in filemap_fault
Date: Mon, 15 Jan 2018 15:00:39 +0100	[thread overview]
Message-ID: <CACT4Y+Z2d6aV86rj5OYiv5Xw=D9xi=vW7RpdzP2X+vTnUjFqfQ@mail.gmail.com> (raw)
In-Reply-To: <201801152256.HDH17623.tSJHFLFOFMVOQO@I-love.SAKURA.ne.jp>

On Mon, Jan 15, 2018 at 2:56 PM, Tetsuo Handa
<penguin-kernel@i-love.sakura.ne.jp> wrote:
> Dmitry Vyukov wrote:
>> > No problem. In the "tty: User triggerable soft lockup." case, I manually
>> > trimmed the reproducer at https://marc.info/?l=linux-mm&m=151368630414963 .
>> > That is,
>> >
>> >  (1) Can the problem be reproduced even if setup_tun(0, true); is commented out?
>> >
>> >  (2) Can the problem be reproduced even if NONFAILING(A = B); is replaced with
>> >      plain A = B; assignment?
>> >
>> >  (3) Can the problem be reproduced even if install_segv_handler(); is commented
>> >      out?
>> >
>> >  (4) Can the problem be reproduced even if some syscalls (e.g. __NR_memfd_create,
>> >      __NR_getsockopt, __NR_perf_event_open) are replaced with no-op?
>> >
>> > and so on. Then, I finally reached a reproducer which I sent, and the bug was fixed.
>> >
>> > What is important is that everyone can try simplifying the reproducer written
>> > in plain C in order to narrow down the culprit. Providing a (e.g.) CGI service
>> > which generates plain C reproducer like gistfile1.txt will be helpful to me.
>>
>> I am not completely following. You previously mentioned raw.log, which
>> is a collection of multiple programs, but now you seem to be talking
>> about a single reproducer. When syzbot manages to reproduce the bug
>> only with syzkaller program but not with a corresponding C program, it
>> provides only syzkaller program. It such case it can sense to convert.
>> But the case you pointed to actually contains C program. So there is
>> no need to do the conversion at all... What am I missing?
>>
>
> raw.log is not readable for me.
> I want to see C program even if syzbot did not manage to reproduce the bug.
> If C program is available, everyone can try reproducing the bug with manually
> trimmed C program.

If it did not manage to reproduce the bug, there is no C program.
There is no program at all.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2018-01-15 14:01 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-18  8:43 INFO: task hung in filemap_fault syzbot
2017-12-18 14:52 ` Tetsuo Handa
2017-12-18 22:19   ` Tetsuo Handa
2017-12-28 14:09   ` Dmitry Vyukov
2018-01-01 15:27     ` Tetsuo Handa
2018-01-08  9:08       ` Dmitry Vyukov
2018-01-08 10:48         ` Tetsuo Handa
2018-01-15  9:40           ` Dmitry Vyukov
2018-01-15 10:44             ` Tetsuo Handa
2018-01-15 12:29               ` Dmitry Vyukov
2018-01-15 13:43               ` Dmitry Vyukov
2018-01-15 13:56                 ` Tetsuo Handa
2018-01-15 14:00                   ` Dmitry Vyukov [this message]
2018-01-15 14:25                     ` Tetsuo Handa
2018-01-15 14:27                       ` Dmitry Vyukov
2018-01-15 14:38                         ` Tetsuo Handa
2018-01-08  9:17       ` Dmitry Vyukov

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='CACT4Y+Z2d6aV86rj5OYiv5Xw=D9xi=vW7RpdzP2X+vTnUjFqfQ@mail.gmail.com' \
    --to=dvyukov@google.com \
    --cc=ak@linux.intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=axboe@kernel.dk \
    --cc=bot+980f5e5fc060c37505bd65abb49a963518b269d9@syzkaller.appspotmail.com \
    --cc=hare@suse.de \
    --cc=jack@suse.cz \
    --cc=jlayton@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mgorman@techsingularity.net \
    --cc=mingo@kernel.org \
    --cc=npiggin@gmail.com \
    --cc=osandov@fb.com \
    --cc=penguin-kernel@i-love.sakura.ne.jp \
    --cc=rgoldwyn@suse.com \
    --cc=shli@fb.com \
    --cc=syzkaller-bugs@googlegroups.com \
    --cc=tom.leiming@gmail.com \
    /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).