From: Amir Goldstein <amir73il@gmail.com>
To: syzbot <syzbot+0e507d08417ca2d565bf@syzkaller.appspotmail.com>
Cc: Greg KH <gregkh@linuxfoundation.org>,
linux-kernel <linux-kernel@vger.kernel.org>,
overlayfs <linux-unionfs@vger.kernel.org>,
Miklos Szeredi <miklos@szeredi.hu>,
Miklos Szeredi <mszeredi@redhat.com>,
syzkaller-bugs <syzkaller-bugs@googlegroups.com>,
Tejun Heo <tj@kernel.org>
Subject: Re: WARNING: suspicious RCU usage in kernfs_iop_permission
Date: Mon, 1 Feb 2021 12:06:27 +0200 [thread overview]
Message-ID: <CAOQ4uxirYSKzhPOYwnZy=BjvNiJyAcwZoVvde28aYG=7zcAJpg@mail.gmail.com> (raw)
In-Reply-To: <0000000000006689ee05ba42aa3d@google.com>
On Mon, Feb 1, 2021 at 11:06 AM syzbot
<syzbot+0e507d08417ca2d565bf@syzkaller.appspotmail.com> wrote:
>
> Hello,
>
> syzbot found the following issue on:
>
> HEAD commit: 6642d600 Merge tag '5.11-rc5-smb3' of git://git.samba.org/..
> git tree: upstream
> console output: https://syzkaller.appspot.com/x/log.txt?x=171405bf500000
> kernel config: https://syzkaller.appspot.com/x/.config?x=9408d1770a50819c
> dashboard link: https://syzkaller.appspot.com/bug?extid=0e507d08417ca2d565bf
> compiler: clang version 11.0.1
> syz repro: https://syzkaller.appspot.com/x/repro.syz?x=13b8a330d00000
> C reproducer: https://syzkaller.appspot.com/x/repro.c?x=16f3628cd00000
>
> The issue was bisected to:
>
> commit 89bdfaf93d9157499c3a0d61f489df66f2dead7f
> Author: Miklos Szeredi <mszeredi@redhat.com>
> Date: Mon Dec 14 14:26:14 2020 +0000
>
> ovl: make ioctl() safe
>
> bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=11b85fb4d00000
> final oops: https://syzkaller.appspot.com/x/report.txt?x=13b85fb4d00000
> console output: https://syzkaller.appspot.com/x/log.txt?x=15b85fb4d00000
>
> IMPORTANT: if you fix the issue, please add the following tag to the commit:
> Reported-by: syzbot+0e507d08417ca2d565bf@syzkaller.appspotmail.com
> Fixes: 89bdfaf93d91 ("ovl: make ioctl() safe")
>
> =============================
> WARNING: suspicious RCU usage
> 5.11.0-rc5-syzkaller #0 Not tainted
> -----------------------------
> kernel/sched/core.c:7932 Illegal context switch in RCU-sched read-side critical section!
>
> other info that might help us debug this:
>
>
> rcu_scheduler_active = 2, debug_locks = 0
> no locks held by systemd/1.
>
> stack backtrace:
> CPU: 0 PID: 1 Comm: systemd Not tainted 5.11.0-rc5-syzkaller #0
> Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
> Call Trace:
> __dump_stack lib/dump_stack.c:79 [inline]
> dump_stack+0x137/0x1be lib/dump_stack.c:120
> ___might_sleep+0xb4/0x530 kernel/sched/core.c:7932
> __mutex_lock_common+0x4e/0x2f00 kernel/locking/mutex.c:935
> __mutex_lock kernel/locking/mutex.c:1103 [inline]
> mutex_lock_nested+0x1a/0x20 kernel/locking/mutex.c:1118
> kernfs_iop_permission+0x66/0x2f0 fs/kernfs/inode.c:284
> do_inode_permission fs/namei.c:398 [inline]
> inode_permission+0x234/0x4a0 fs/namei.c:463
> may_lookup fs/namei.c:1575 [inline]
> link_path_walk+0x226/0xc10 fs/namei.c:2128
> path_openat+0x1f5/0x37a0 fs/namei.c:3367
> do_filp_open+0x191/0x3a0 fs/namei.c:3398
> do_sys_openat2+0xba/0x380 fs/open.c:1172
> do_sys_open fs/open.c:1188 [inline]
> __do_sys_open fs/open.c:1196 [inline]
> __se_sys_open fs/open.c:1192 [inline]
> __x64_sys_open+0x1af/0x1e0 fs/open.c:1192
> do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
> entry_SYSCALL_64_after_hwframe+0x44/0xa9
> RIP: 0033:0x7fdaf5f1370d
> Code: 30 2c 00 00 75 10 b8 02 00 00 00 0f 05 48 3d 01 f0 ff ff 73 31 c3 48 83 ec 08 e8 fe 9d 01 00 48 89 04 24 b8 02 00 00 00 0f 05 <48> 8b 3c 24 48 89 c2 e8 47 9e 01 00 48 89 d0 48 83 c4 08 48 3d 01
> RSP: 002b:00007ffedccb56f0 EFLAGS: 00000293 ORIG_RAX: 0000000000000002
> RAX: ffffffffffffffda RBX: 000055b998e80590 RCX: 00007fdaf5f1370d
> RDX: 00000000000001b6 RSI: 0000000000080000 RDI: 00007ffedccb57d0
> RBP: 0000000000000008 R08: 0000000000000008 R09: 0000000000000001
> R10: 0000000000080000 R11: 0000000000000293 R12: 00007fdaf764d7b4
> R13: 0000000000000001 R14: 000055b998d5ad60 R15: 00007ffedccb57d0
>
>
The bisection result is questionable.
The repro does ioctl NS_GET_OWNER_UID which should not be hitting
any code affected by the bisected commit.
If anything I would also try:
#syz fix: ovl: avoid deadlock on directory ioctl
Perhaps a lock left help by some ioctl that happened before the repro has
caused this report.
Thanks,
Amir.
prev parent reply other threads:[~2021-02-01 10:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-01 9:06 WARNING: suspicious RCU usage in kernfs_iop_permission syzbot
2021-02-01 10:06 ` Amir Goldstein [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='CAOQ4uxirYSKzhPOYwnZy=BjvNiJyAcwZoVvde28aYG=7zcAJpg@mail.gmail.com' \
--to=amir73il@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-unionfs@vger.kernel.org \
--cc=miklos@szeredi.hu \
--cc=mszeredi@redhat.com \
--cc=syzbot+0e507d08417ca2d565bf@syzkaller.appspotmail.com \
--cc=syzkaller-bugs@googlegroups.com \
--cc=tj@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 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).