linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Aleksandr Nogikh <nogikh@google.com>
To: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: syzbot <syzbot+b577bc624afda52c78de@syzkaller.appspotmail.com>,
	 Andrew Morton <akpm@linux-foundation.org>,
	Andrii Nakryiko <andrii@kernel.org>,
	 Alexei Starovoitov <ast@kernel.org>, bpf <bpf@vger.kernel.org>,
	brauner@kernel.org,  Daniel Borkmann <daniel@iogearbox.net>,
	david@redhat.com, ebiederm@xmission.com,
	 John Fastabend <john.fastabend@gmail.com>,
	Martin KaFai Lau <kafai@fb.com>, KP Singh <kpsingh@kernel.org>,
	 LKML <linux-kernel@vger.kernel.org>,
	netdev <netdev@vger.kernel.org>,
	 Song Liu <songliubraving@fb.com>,
	 "'Aleksandr Nogikh' via syzkaller-bugs"
	<syzkaller-bugs@googlegroups.com>,
	tglx@linutronix.de,  Yonghong Song <yhs@fb.com>,
	linux-mm@kvack.org, Christoph Hellwig <hch@infradead.org>,
	 Dmitry Vyukov <dvyukov@google.com>
Subject: Re: [syzbot] BUG: sleeping function called from invalid context in __vmalloc_node_range
Date: Mon, 20 Jun 2022 13:24:20 +0200	[thread overview]
Message-ID: <CANp29Y54ygc45-RX+HAXExLsOQgKqbrJ_7CDt6-kRsUwFdNp_Q@mail.gmail.com> (raw)
In-Reply-To: <YrBJxrbq8Yvrpshj@linutronix.de>

Hi Sebastian,

Syzbot has noted the new fixing commit -- "mm/page_alloc: protect PCP
lists with a spinlock", but it's not really happy with two commands in
one email.

Let's try it one more time in this separate email:

#syz dup: BUG: sleeping function called from invalid context in relay_open_buf

--
Best Regards,
Aleksandr

On Mon, Jun 20, 2022 at 12:19 PM Sebastian Andrzej Siewior
<bigeasy@linutronix.de> wrote:
>
> #syz fix: mm/page_alloc: protect PCP lists with a spinlock
> #syz dup: BUG: sleeping function called from invalid context in relay_open_buf
>
> The version of the patch above in next-20220614 is buggy leading to the
> report below. The version in next-20220620 is fine. Not sure how to tell
> syz bot this…
>
> On 2022-06-18 15:15:20 [-0700], syzbot wrote:
> > Hello,
> >
> > syzbot found the following issue on:
> >
> > HEAD commit:    35d872b9ea5b Add linux-next specific files for 20220614
> > git tree:       linux-next
> > console output: https://syzkaller.appspot.com/x/log.txt?x=155b0d10080000
> > kernel config:  https://syzkaller.appspot.com/x/.config?x=d7bf2236c6bb2403
> > dashboard link: https://syzkaller.appspot.com/bug?extid=b577bc624afda52c78de
> > compiler:       gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2
> >
> > Unfortunately, I don't have any reproducer for this issue yet.
> >
> > IMPORTANT: if you fix the issue, please add the following tag to the commit:
> > Reported-by: syzbot+b577bc624afda52c78de@syzkaller.appspotmail.com
> >
> > BUG: sleeping function called from invalid context at mm/vmalloc.c:2980
> …
> > Preemption disabled at:
> > [<ffffffff81bc76f5>] rmqueue_pcplist mm/page_alloc.c:3813 [inline]
> > [<ffffffff81bc76f5>] rmqueue mm/page_alloc.c:3858 [inline]
> > [<ffffffff81bc76f5>] get_page_from_freelist+0x455/0x3a20 mm/page_alloc.c:4293
>
> Sebastian
>
> --
> You received this message because you are subscribed to the Google Groups "syzkaller-bugs" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to syzkaller-bugs+unsubscribe@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/syzkaller-bugs/YrBJxrbq8Yvrpshj%40linutronix.de.


      reply	other threads:[~2022-06-20 11:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <000000000000e57c2b05e1c03426@google.com>
2022-06-20 10:19 ` Sebastian Andrzej Siewior
2022-06-20 11:24   ` Aleksandr Nogikh [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=CANp29Y54ygc45-RX+HAXExLsOQgKqbrJ_7CDt6-kRsUwFdNp_Q@mail.gmail.com \
    --to=nogikh@google.com \
    --cc=akpm@linux-foundation.org \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bigeasy@linutronix.de \
    --cc=bpf@vger.kernel.org \
    --cc=brauner@kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=david@redhat.com \
    --cc=dvyukov@google.com \
    --cc=ebiederm@xmission.com \
    --cc=hch@infradead.org \
    --cc=john.fastabend@gmail.com \
    --cc=kafai@fb.com \
    --cc=kpsingh@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=netdev@vger.kernel.org \
    --cc=songliubraving@fb.com \
    --cc=syzbot+b577bc624afda52c78de@syzkaller.appspotmail.com \
    --cc=syzkaller-bugs@googlegroups.com \
    --cc=tglx@linutronix.de \
    --cc=yhs@fb.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