From: Vinicius Costa Gomes <vinicius.gomes@intel.com>
To: "Zhang\, Qiang" <Qiang.Zhang@windriver.com>,
syzbot <syzbot+9f78d5c664a8c33f4cce@syzkaller.appspotmail.com>,
"davem\@davemloft.net" <davem@davemloft.net>,
"fweisbec\@gmail.com" <fweisbec@gmail.com>,
"jhs\@mojatatu.com" <jhs@mojatatu.com>,
"jiri\@resnulli.us" <jiri@resnulli.us>,
"linux-kernel\@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"mingo\@kernel.org" <mingo@kernel.org>,
"netdev\@vger.kernel.org" <netdev@vger.kernel.org>,
"syzkaller-bugs\@googlegroups.com"
<syzkaller-bugs@googlegroups.com>,
"tglx\@linutronix.de" <tglx@linutronix.de>,
"xiyou.wangcong\@gmail.com" <xiyou.wangcong@gmail.com>
Subject: Re: 回复: INFO: rcu detected stall in tc_modify_qdisc
Date: Wed, 29 Jul 2020 12:13:25 -0700 [thread overview]
Message-ID: <87tuxqxhgq.fsf@intel.com> (raw)
In-Reply-To: <BYAPR11MB2632784BE3AD9F03C5C95263FF700@BYAPR11MB2632.namprd11.prod.outlook.com>
Hi,
"Zhang, Qiang" <Qiang.Zhang@windriver.com> writes:
> ________________________________________
> 发件人: linux-kernel-owner@vger.kernel.org <linux-kernel-owner@vger.kernel.org> 代表 syzbot <syzbot+9f78d5c664a8c33f4cce@syzkaller.appspotmail.com>
> 发送时间: 2020年7月29日 13:53
> 收件人: davem@davemloft.net; fweisbec@gmail.com; jhs@mojatatu.com; jiri@resnulli.us; linux-kernel@vger.kernel.org; mingo@kernel.org; netdev@vger.kernel.org; syzkaller-bugs@googlegroups.com; tglx@linutronix.de; vinicius.gomes@intel.com; xiyou.wangcong@gmail.com
> 主题: INFO: rcu detected stall in tc_modify_qdisc
>
> Hello,
>
> syzbot found the following issue on:
>
> HEAD commit: 181964e6 fix a braino in cmsghdr_from_user_compat_to_kern()
> git tree: net
> console output: https://syzkaller.appspot.com/x/log.txt?x=12925e38900000
> kernel config: https://syzkaller.appspot.com/x/.config?x=f87a5e4232fdb267
> dashboard link: https://syzkaller.appspot.com/bug?extid=9f78d5c664a8c33f4cce
> compiler: gcc (GCC) 10.1.0-syz 20200507
> syz repro:
> https://syzkaller.appspot.com/x/repro.syz?x=16587f8c900000
It seems that syzkaller is generating an schedule with too small
intervals (3ns in this case) which causes a hrtimer busy-loop which
starves other kernel threads.
We could put some limits on the interval when running in software mode,
but I don't like this too much, because we are talking about users with
CAP_NET_ADMIN and they have easier ways to do bad things to the system.
Cheers,
--
Vinicius
next prev parent reply other threads:[~2020-07-29 19:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-29 5:53 INFO: rcu detected stall in tc_modify_qdisc syzbot
2020-07-29 7:28 ` 回复: " Zhang, Qiang
2020-07-29 19:13 ` Vinicius Costa Gomes [this message]
2020-07-30 5:58 ` Dmitry Vyukov
2020-07-30 17:44 ` Vinicius Costa Gomes
2020-07-30 18:36 ` Eric Dumazet
2020-07-30 21:01 ` Vinicius Costa Gomes
2020-07-30 19:19 ` Dmitry Vyukov
2020-07-30 22:01 ` Vinicius Costa Gomes
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=87tuxqxhgq.fsf@intel.com \
--to=vinicius.gomes@intel.com \
--cc=Qiang.Zhang@windriver.com \
--cc=davem@davemloft.net \
--cc=fweisbec@gmail.com \
--cc=jhs@mojatatu.com \
--cc=jiri@resnulli.us \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=syzbot+9f78d5c664a8c33f4cce@syzkaller.appspotmail.com \
--cc=syzkaller-bugs@googlegroups.com \
--cc=tglx@linutronix.de \
--cc=xiyou.wangcong@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.