diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-03-12 16:26:53 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-03-12 18:09:15 +0000 |
| commit | 1a5d9317ecfa21e32cf9c876306c7b5f665999bf (patch) | |
| tree | 7cef1d27387e709d9970a6c4c2148ea8ef919c53 /dashboard/config/linux/bits/subsystems.yml | |
| parent | a2feb823c3672467422d1ccdec740063cb547431 (diff) | |
dashboard/config/linux: reenable ANDROID_BINDERFS
It is now resolved on torvalds and linux-next.
Fixes #5828.
Diffstat (limited to 'dashboard/config/linux/bits/subsystems.yml')
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index c1964fa20..eb4dc0426 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?id=7dd1c14ce6722e56847192a2741b27a56cc42f5c - # is addressed. - - ANDROID_BINDERFS: [-v6.13, -linux-next] + - ANDROID_BINDERFS - COUNTER - VALIDATE_FS_PARSER - PSTORE |
