mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* binderfs interferes with syzkaller?
@ 2020-01-25 17:49 Dmitry Vyukov
  2020-01-25 18:13 ` Dmitry Vyukov
  2020-01-26  8:55 ` Greg Kroah-Hartman
  0 siblings, 2 replies; 9+ messages in thread
From: Dmitry Vyukov @ 2020-01-25 17:49 UTC (permalink / raw)
  To: Christian Brauner, Hridya Valsaraju, Greg Kroah-Hartman,
	Arve Hjønnevåg, Todd Kjos, Martijn Coenen,
	Joel Fernandes, open list:ANDROID DRIVERS, LKML, syzkaller

Hi binder maintainers,

It seems that something has happened and now syzbot has 0 coverage in
drivers/android/binder.c:
https://storage.googleapis.com/syzkaller/cover/ci-upstream-kasan-gce-root.html
It covered at least something there before as it found some bugs in binder code.
I _suspect_ it may be related to introduction binderfs, but it's
purely based on the fact that binderfs changed lots of things there.
And I see it claims to be backward compatible.

syzkaller strategy to reach binder devices is to use
CONFIG_ANDROID_BINDER_DEVICES to create a bunch of binderN devices (to
give each test process a private one):
https://github.com/google/syzkaller/blob/master/dashboard/config/upstream-kasan.config#L5671

Then it knows how to open these /dev/binderN devices:
https://github.com/google/syzkaller/blob/master/sys/linux/dev_binder.txt#L22
and do stuff with them.

Did these devices disappear or something?

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

end of thread, other threads:[~2020-01-28 13:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-25 17:49 binderfs interferes with syzkaller? Dmitry Vyukov
2020-01-25 18:13 ` Dmitry Vyukov
2020-01-26  9:51   ` Christian Brauner
2020-01-27 17:11     ` Dmitry Vyukov
2020-01-26  8:55 ` Greg Kroah-Hartman
2020-01-26  9:35   ` Christian Brauner
2020-01-28 13:46     ` Eric W. Biederman
2020-01-28 13:54       ` Christian Brauner
2020-01-27 16:47   ` Todd Kjos

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

all inboxes | Powered by JetHome®