linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: syzbot <syzbot+61acc40a49a3e46e25ea@syzkaller.appspotmail.com>
To: James.Bottomley@HansenPartnership.com, amanieu@gmail.com,
	arnd@arndb.de, benh@kernel.crashing.org, bfields@fieldses.org,
	borntraeger@de.ibm.com, bp@alien8.de, catalin.marinas@arm.com,
	chris@zankel.net, christian@brauner.io, corbet@lwn.net,
	cyphar@cyphar.com, dalias@libc.org, davem@davemloft.net,
	deller@gmx.de, dvyukov@google.com, fenghua.yu@intel.com,
	geert@linux-m68k.org, gor@linux.ibm.com,
	heiko.carstens@de.ibm.com, hpa@zytor.com,
	ink@jurassic.park.msu.ru, jcmvbkbc@gmail.com, jhogan@kernel.org,
	jlayton@kernel.org, kvalo@codeaurora.org,
	linux-alpha@vger.kernel.org, linux-api@vger.kernel.org,
	linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-fsdevel@vger.kernel.org, linux-ia64@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-m68k@lists.linux-m68k.org,
	linux-mips@vger.kernel.org, linux-parisc@vger.kernel.org,
	linux-s390@vger.kernel.org, linux-sh@vger.kernel.org,
	linux-xtensa@linux-xtensa.org, linux@armlinux.org.uk,
	linux@dominikbrodowski.net, linuxppc-dev@lists.ozlabs.org,
	luis.f.correia@gmail.com, luto@kernel.org, martink@posteo.de,
	mattst88@gmail.com, ming.lei@canonical.com, ming.lei@redhat.com,
	mingo@redhat.com, monstr@monstr.eu
Subject: Re: INFO: task hung in pipe_release (2)
Date: Wed, 12 Aug 2020 20:57:04 -0700	[thread overview]
Message-ID: <0000000000001d3cbb05acba4cc2@google.com> (raw)
In-Reply-To: <00000000000084b59f05abe928ee@google.com>

syzbot has bisected this issue to:

commit fddb5d430ad9fa91b49b1d34d0202ffe2fa0e179
Author: Aleksa Sarai <cyphar@cyphar.com>
Date:   Sat Jan 18 12:07:59 2020 +0000

    open: introduce openat2(2) syscall

bisection log:  https://syzkaller.appspot.com/x/bisect.txt?x=164e716a900000
start commit:   6ba1b005 Merge tag 'asm-generic-fixes-5.8' of git://git.ke..
git tree:       upstream
final oops:     https://syzkaller.appspot.com/x/report.txt?x=154e716a900000
console output: https://syzkaller.appspot.com/x/log.txt?x=114e716a900000
kernel config:  https://syzkaller.appspot.com/x/.config?x=84f076779e989e69
dashboard link: https://syzkaller.appspot.com/bug?extid=61acc40a49a3e46e25ea
syz repro:      https://syzkaller.appspot.com/x/repro.syz?x=142ae224900000

Reported-by: syzbot+61acc40a49a3e46e25ea@syzkaller.appspotmail.com
Fixes: fddb5d430ad9 ("open: introduce openat2(2) syscall")

For information about bisection process see: https://goo.gl/tpsmEJ#bisection

           reply	other threads:[~2020-08-13  3:57 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <00000000000084b59f05abe928ee@google.com>]

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=0000000000001d3cbb05acba4cc2@google.com \
    --to=syzbot+61acc40a49a3e46e25ea@syzkaller.appspotmail.com \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=amanieu@gmail.com \
    --cc=arnd@arndb.de \
    --cc=benh@kernel.crashing.org \
    --cc=bfields@fieldses.org \
    --cc=borntraeger@de.ibm.com \
    --cc=bp@alien8.de \
    --cc=catalin.marinas@arm.com \
    --cc=chris@zankel.net \
    --cc=christian@brauner.io \
    --cc=corbet@lwn.net \
    --cc=cyphar@cyphar.com \
    --cc=dalias@libc.org \
    --cc=davem@davemloft.net \
    --cc=deller@gmx.de \
    --cc=dvyukov@google.com \
    --cc=fenghua.yu@intel.com \
    --cc=geert@linux-m68k.org \
    --cc=gor@linux.ibm.com \
    --cc=heiko.carstens@de.ibm.com \
    --cc=hpa@zytor.com \
    --cc=ink@jurassic.park.msu.ru \
    --cc=jcmvbkbc@gmail.com \
    --cc=jhogan@kernel.org \
    --cc=jlayton@kernel.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-alpha@vger.kernel.org \
    --cc=linux-api@vger.kernel.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@lists.linux-m68k.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=linux-xtensa@linux-xtensa.org \
    --cc=linux@armlinux.org.uk \
    --cc=linux@dominikbrodowski.net \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=luis.f.correia@gmail.com \
    --cc=luto@kernel.org \
    --cc=martink@posteo.de \
    --cc=mattst88@gmail.com \
    --cc=ming.lei@canonical.com \
    --cc=ming.lei@redhat.com \
    --cc=mingo@redhat.com \
    --cc=monstr@monstr.eu \
    /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).