From e7e0cde09c3f7df3ee9ebe500a4e3d8f15235b4e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 5 Mar 2022 11:37:05 +0100 Subject: dashboard/config/linux: disable IO_URING for android 5.10 --- dashboard/config/linux/android-5.10.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dashboard/config/linux/android-5.10.config') diff --git a/dashboard/config/linux/android-5.10.config b/dashboard/config/linux/android-5.10.config index a87201c7c..d683a339b 100644 --- a/dashboard/config/linux/android-5.10.config +++ b/dashboard/config/linux/android-5.10.config @@ -237,7 +237,7 @@ CONFIG_TIMERFD=y CONFIG_EVENTFD=y CONFIG_SHMEM=y CONFIG_AIO=y -CONFIG_IO_URING=y +# CONFIG_IO_URING is not set CONFIG_ADVISE_SYSCALLS=y CONFIG_HAVE_ARCH_USERFAULTFD_WP=y CONFIG_HAVE_ARCH_USERFAULTFD_MINOR=y @@ -6624,7 +6624,6 @@ CONFIG_NLS_UTF8=y # CONFIG_DLM is not set CONFIG_UNICODE=y # CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set -CONFIG_IO_WQ=y # end of File systems # -- cgit mrf-deployment