On Fri, Dec 4, 2020 at 5:26 PM Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > > On Fri, 2020-12-04 at 08:24 -0800, Eric Dumazet wrote: > > From: Eric Dumazet <edumazet@xxxxxxxxxx> > > > > If tbl_mpp can not be allocated, we call mesh_table_free(tbl_path) > > while tbl_path rhashtable has not yet been initialized, which causes > > panics. > > Thanks Eric! > > I was going to ask how you ran into this ... > > > Reported-by: syzbot <syzkaller@xxxxxxxxxxxxxxxx> > > Until I saw this - but doesn't syzbot normally want a > "syzbot+somehashid@..." as the reported-by? Do not worry about this, I will not release the syzbot publicly, no need to add more noise to various mailing lists for such a trivial patch. (This particular syzbot report included yet a buggy bisection, lets not get yet another replies from annoyed developers ) This is why we add a Reported-by: syzbot <syzkaller@xxxxxxxxxxxxxxxx>, only to let the syzbot teams count the number of syzbot bugs fixed.