diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-01-29 13:39:11 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-01-30 09:27:07 +0000 |
| commit | 853dd84c14fc7088d97d5cf35a5185fcecc3b9ae (patch) | |
| tree | 3c3c0c38fb4370e3fec3713d14ddbf8836a940f4 /dashboard/config/linux/bits | |
| parent | b765b04aeea9a558fdff8dd038b70d0313c95bd6 (diff) | |
dashboard/config/linux: temporarily disable BINDERFS
It's currently broken even in torvalds, so if we don't disable it for
some time we risk not updating all kernel images for several more weeks.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 26d12f56a..3344f78a5 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -475,7 +475,9 @@ 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" - - ANDROID_BINDERFS + # TODO: re-enable it once https://syzkaller.appspot.com/bug?id=7dd1c14ce6722e56847192a2741b27a56cc42f5c + # is addressed. + - ANDROID_BINDERFS: [-v6.13, -linux-next] - COUNTER - VALIDATE_FS_PARSER - PSTORE |
