Ethernet Bridge development
 help / color / mirror / Atom feed
* Re: [Bridge] KASAN: slab-out-of-bounds Read in br_mrp_parse
       [not found] <0000000000007b211005a6187dc9@google.com>
@ 2020-05-21 14:08 ` Dan Carpenter
  2020-05-21 14:28   ` Dmitry Vyukov
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Carpenter @ 2020-05-21 14:08 UTC (permalink / raw)
  To: syzbot
  Cc: nikolay, netdev, roopa, bridge, syzkaller-bugs, linux-kernel,
	horatiu.vultur, kuba, davem

On Wed, May 20, 2020 at 11:23:18AM -0700, syzbot wrote:
> Hello,
> 
> syzbot found the following crash on:
> 
> HEAD commit:    dda18a5c selftests/bpf: Convert bpf_iter_test_kern{3, 4}.c..
> git tree:       bpf-next
                  ^^^^^^^^

I can figure out what this is from reading Next/Trees but it would be
more useful if it were easier to script.

> console output: https://syzkaller.appspot.com/x/log.txt?x=10c4e63c100000
> kernel config:  https://syzkaller.appspot.com/x/.config?x=668983fd3dd1087e
> dashboard link: https://syzkaller.appspot.com/bug?extid=9c6f0f1f8e32223df9a4
> compiler:       gcc (GCC) 9.0.0 20181231 (experimental)
> syz repro:      https://syzkaller.appspot.com/x/repro.syz?x=17eaba3c100000
> C reproducer:   https://syzkaller.appspot.com/x/repro.c?x=128598f6100000
> 

regards,
dan carpenter



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bridge] KASAN: slab-out-of-bounds Read in br_mrp_parse
  2020-05-21 14:08 ` [Bridge] KASAN: slab-out-of-bounds Read in br_mrp_parse Dan Carpenter
@ 2020-05-21 14:28   ` Dmitry Vyukov
  2020-05-21 14:59     ` Dan Carpenter
  2020-05-21 15:01     ` Dan Carpenter
  0 siblings, 2 replies; 4+ messages in thread
From: Dmitry Vyukov @ 2020-05-21 14:28 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: Nikolay Aleksandrov, netdev, Roopa Prabhu, bridge, syzkaller-bugs,
	LKML, horatiu.vultur, syzbot, syzkaller, kuba, David Miller

On Thu, May 21, 2020 at 4:08 PM Dan Carpenter <dan.carpenter@oracle.com> wrote:
>
> On Wed, May 20, 2020 at 11:23:18AM -0700, syzbot wrote:
> > Hello,
> >
> > syzbot found the following crash on:
> >
> > HEAD commit:    dda18a5c selftests/bpf: Convert bpf_iter_test_kern{3, 4}.c..
> > git tree:       bpf-next
>                   ^^^^^^^^
>
> I can figure out what this is from reading Next/Trees but it would be
> more useful if it were easier to script.

Hi Dan,

Is there a canonical way to refer to a particular branch of a particular tree?
From what I observed on mailing lists people seem to say "linux-next"
or "upstream tree" and that seems to mean specific things that
everybody understands.

What do you want to script? Note syzbot is not promising a specific
stable API wrt these plain text emails. These are flattened into text
format for human consumption and sent over unreliable media.

> > console output: https://syzkaller.appspot.com/x/log.txt?x=10c4e63c100000
> > kernel config:  https://syzkaller.appspot.com/x/.config?x=668983fd3dd1087e
> > dashboard link: https://syzkaller.appspot.com/bug?extid=9c6f0f1f8e32223df9a4
> > compiler:       gcc (GCC) 9.0.0 20181231 (experimental)
> > syz repro:      https://syzkaller.appspot.com/x/repro.syz?x=17eaba3c100000
> > C reproducer:   https://syzkaller.appspot.com/x/repro.c?x=128598f6100000
> >
>
> regards,
> dan carpenter
>
>
> --
> You received this message because you are subscribed to the Google Groups "syzkaller-bugs" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to syzkaller-bugs+unsubscribe@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/syzkaller-bugs/20200521140803.GI30374%40kadam.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bridge] KASAN: slab-out-of-bounds Read in br_mrp_parse
  2020-05-21 14:28   ` Dmitry Vyukov
@ 2020-05-21 14:59     ` Dan Carpenter
  2020-05-21 15:01     ` Dan Carpenter
  1 sibling, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2020-05-21 14:59 UTC (permalink / raw)
  To: Dmitry Vyukov
  Cc: Nikolay Aleksandrov, netdev, Roopa Prabhu, bridge, syzkaller-bugs,
	LKML, horatiu.vultur, syzbot, syzkaller, kuba, David Miller

On Thu, May 21, 2020 at 04:28:05PM +0200, 'Dmitry Vyukov' via syzkaller-bugs wrote:
> On Thu, May 21, 2020 at 4:08 PM Dan Carpenter <dan.carpenter@oracle.com> wrote:
> >
> > On Wed, May 20, 2020 at 11:23:18AM -0700, syzbot wrote:
> > > Hello,
> > >
> > > syzbot found the following crash on:
> > >
> > > HEAD commit:    dda18a5c selftests/bpf: Convert bpf_iter_test_kern{3, 4}.c..
> > > git tree:       bpf-next
> >                   ^^^^^^^^
> >
> > I can figure out what this is from reading Next/Trees but it would be
> > more useful if it were easier to script.
> 
> Hi Dan,
> 
> Is there a canonical way to refer to a particular branch of a particular tree?
> >From what I observed on mailing lists people seem to say "linux-next"
> or "upstream tree" and that seems to mean specific things that
> everybody understands.

git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git#master

I kind of hate that format because you have to replace the # with a
space, but it's what everyone uses.

regards,
dan carpenter


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bridge] KASAN: slab-out-of-bounds Read in br_mrp_parse
  2020-05-21 14:28   ` Dmitry Vyukov
  2020-05-21 14:59     ` Dan Carpenter
@ 2020-05-21 15:01     ` Dan Carpenter
  1 sibling, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2020-05-21 15:01 UTC (permalink / raw)
  To: Dmitry Vyukov
  Cc: Nikolay Aleksandrov, netdev, Roopa Prabhu, bridge, syzkaller-bugs,
	LKML, horatiu.vultur, syzbot, syzkaller, kuba, David Miller

On Thu, May 21, 2020 at 04:28:05PM +0200, Dmitry Vyukov wrote:
> What do you want to script? Note syzbot is not promising a specific
> stable API wrt these plain text emails. These are flattened into text
> format for human consumption and sent over unreliable media.

I just want to pipe the email to a script which fetches the tree,
checks out the hash, creates the config and does a make cscope.

regards,
dan carpenter



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-21 15:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <0000000000007b211005a6187dc9@google.com>
2020-05-21 14:08 ` [Bridge] KASAN: slab-out-of-bounds Read in br_mrp_parse Dan Carpenter
2020-05-21 14:28   ` Dmitry Vyukov
2020-05-21 14:59     ` Dan Carpenter
2020-05-21 15:01     ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox