On Thu, Jul 5, 2018 at 9:49 AM, Stephan Müller <smueller@xxxxxxxxxx> wrote: > Am Donnerstag, 5. Juli 2018, 01:37:57 CEST schrieb Eric Biggers: > > Hi Eric, > >> On Mon, Apr 09, 2018 at 09:54:12AM +0200, Stephan Mueller wrote: >> > Am Montag, 9. April 2018, 09:51:13 CEST schrieb Dmitry Vyukov: >> > >> > Hi Dmitry, >> > >> > > You can ask syzbot to test by replying to its report email with a test >> > > command, see: >> > > https://github.com/google/syzkaller/blob/master/docs/syzbot.md#communica >> > > tion -with-syzbot >> > > >> > > Note that all testing of KMSAN bugs needs to go to KMSAN tree, for >> > > details >> > > see: >> > > https://github.com/google/syzkaller/blob/master/docs/syzbot.md#kmsan-bug >> > > s >> > >> > Thank you. I will resend the patch later today with the proper tags. >> > >> > Ciao >> > Stephan >> >> Hi Stephan, it seems you never sent your patch out. > > Thank you for pointing this one out. At the time, I was searching for how I > can refer to the syzbot KMSAN branch that was used to produce the bug report. > I only see guidance on how to point to the Linux kernel tree. > > Do you have a hint how to point to a different syzbot tree? Hi Stephan, The general info about patch testing is here: https://github.com/google/syzkaller/blob/master/docs/syzbot.md#testing-patches Some additional KMSAN-specific info is at the bottom of the page: https://github.com/google/syzkaller/blob/master/docs/syzbot.md#kmsan-bugs In sort, you issue test command against https://github.com/google/kmsan.git master and attach the patch. The git tree/branch are also referenced in the syzbot report: https://groups.google.com/forum/#!msg/syzkaller-bugs/nCuxVFfvc0I/zE1-hC3lCAAJ Where did you see instructions mentioning Linus tree? I don't see we ever refer to that tree in the instructions. Thanks