On Fri, Apr 16, 2021 at 4:30 PM Du Cheng <duche...@gmail.com> wrote: > > There is a reproducible sequence from the userland that will trigger a > WARN_ON() > condition in taprio_get_start_time, which causes kernel to panic if configured > as "panic_on_warn". Catch this condition in parse_taprio_schedule to > prevent this condition. > > Reported as bug on syzkaller: > https://syzkaller.appspot.com/bug?extid=d50710fd0873a9c6b40c > > Reported-by: syzbot+d50710fd0873a9c6b...@syzkaller.appspotmail.com > Signed-off-by: Du Cheng <duche...@gmail.com>
Acked-by: Cong Wang <cong.w...@bytedance.com> Thanks.