From 280a32a956ce6a62533ea6dd81bf5f47ec53aaf2 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 29 Apr 2025 15:19:18 +0200 Subject: dashboard/config: enable ANDROID_BINDERFS The bugs that were popping up during image tests now seem to be fixed. --- dashboard/config/linux/bits/subsystems.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 509e81c08..df49bcc12 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -475,9 +475,7 @@ config: # Earlier we defined here 32 devices and syzkaller allocated one per test process. # When binderfs is used, we don't need that many - 2 is enough. - ANDROID_BINDER_DEVICES: "binder0,binder1" - # TODO: re-enable it once https://syzkaller.appspot.com/bug?extid=72b65b56208e052e606c - # is addressed. - - ANDROID_BINDERFS: [-v6.14, -linux-next] + - ANDROID_BINDERFS - COUNTER - VALIDATE_FS_PARSER - PSTORE -- cgit mrf-deployment