diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2021-10-27 08:35:20 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-10-29 10:10:32 +0200 |
| commit | 8c6353c9c6cd9e174e575dde95e040fc4f6dd678 (patch) | |
| tree | 6fb12465a93ed7cb02ee938caf19f6c87993cd63 /dashboard/config/linux/upstream-s390-kasan.config | |
| parent | 96a31541954f67fa12c6b8361fa77d9c7a3b7665 (diff) | |
dashboard/config: enable binderfs
Also, create only 2 binder devices at binderfs creation - we don't need
32 devices anymore, as a separate binderfs instance is now created per
each syz-executor.
Diffstat (limited to 'dashboard/config/linux/upstream-s390-kasan.config')
| -rw-r--r-- | dashboard/config/linux/upstream-s390-kasan.config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dashboard/config/linux/upstream-s390-kasan.config b/dashboard/config/linux/upstream-s390-kasan.config index 93016dc59..a32764585 100644 --- a/dashboard/config/linux/upstream-s390-kasan.config +++ b/dashboard/config/linux/upstream-s390-kasan.config @@ -5,14 +5,14 @@ # Automatically generated file; DO NOT EDIT. # Linux/s390 5.15.0-rc5 Kernel Configuration # -CONFIG_CC_VERSION_TEXT="s390x-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110" +CONFIG_CC_VERSION_TEXT="s390x-linux-gnu-gcc (Debian 10.2.1-6+build2) 10.2.1 20210110" CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=100201 CONFIG_CLANG_VERSION=0 CONFIG_AS_IS_GNU=y -CONFIG_AS_VERSION=23502 +CONFIG_AS_VERSION=23700 CONFIG_LD_IS_BFD=y -CONFIG_LD_VERSION=23502 +CONFIG_LD_VERSION=23700 CONFIG_LLD_VERSION=0 CONFIG_CC_CAN_LINK=y CONFIG_CC_CAN_LINK_STATIC=y @@ -5383,8 +5383,8 @@ CONFIG_USB4=y # CONFIG_ANDROID=y CONFIG_ANDROID_BINDER_IPC=y -# CONFIG_ANDROID_BINDERFS is not set -CONFIG_ANDROID_BINDER_DEVICES="binder0,binder1,binder2,binder3,binder4,binder5,binder6,binder7,binder8,binder9,binder10,binder11,binder12,binder13,binder14,binder15,binder16,binder17,binder18,binder19,binder20,binder21,binder22,binder23,binder24,binder25,binder26,binder27,binder28,binder29,binder30,binder31" +CONFIG_ANDROID_BINDERFS=y +CONFIG_ANDROID_BINDER_DEVICES="binder0,binder1" # CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set # end of Android |
