From 17cd1fc18e4c38908fd888016a328fdd19f2c833 Mon Sep 17 00:00:00 2001 From: Joseph Qi Date: Thu, 13 Feb 2020 09:14:38 +0800 Subject: [PATCH] configs: enable io wq for iouring Signed-off-by: Joseph Qi --- config-4.19.y-aarch64 | 1 + config-4.19.y-aarch64-debug | 1 + config-4.19.y-x86_64 | 1 + config-4.19.y-x86_64-debug | 1 + kernel-4.19-x86_64-alios7-debug.config | 1 + kernel-4.19-x86_64-alios7.config | 1 + 6 files changed, 6 insertions(+) diff --git a/config-4.19.y-aarch64 b/config-4.19.y-aarch64 index 11f6ddb35d07..b8e798daf5fd 100644 --- a/config-4.19.y-aarch64 +++ b/config-4.19.y-aarch64 @@ -4931,6 +4931,7 @@ CONFIG_NLS_MAC_ROMANIAN=m CONFIG_NLS_MAC_TURKISH=m CONFIG_NLS_UTF8=m # CONFIG_DLM is not set +CONFIG_IO_WQ=y # # Security options diff --git a/config-4.19.y-aarch64-debug b/config-4.19.y-aarch64-debug index a67c1b110ef3..3b6eaf611b8b 100644 --- a/config-4.19.y-aarch64-debug +++ b/config-4.19.y-aarch64-debug @@ -4913,6 +4913,7 @@ CONFIG_NLS_MAC_ROMANIAN=m CONFIG_NLS_MAC_TURKISH=m CONFIG_NLS_UTF8=m # CONFIG_DLM is not set +CONFIG_IO_WQ=y # # Security options diff --git a/config-4.19.y-x86_64 b/config-4.19.y-x86_64 index 0f63bdd085c4..e3fac757b724 100644 --- a/config-4.19.y-x86_64 +++ b/config-4.19.y-x86_64 @@ -3702,6 +3702,7 @@ CONFIG_NLS_MAC_ROMANIAN=m CONFIG_NLS_MAC_TURKISH=m CONFIG_NLS_UTF8=m # CONFIG_DLM is not set +CONFIG_IO_WQ=y # # Security options diff --git a/config-4.19.y-x86_64-debug b/config-4.19.y-x86_64-debug index 10a3a1f5a20b..d3bbc5200891 100644 --- a/config-4.19.y-x86_64-debug +++ b/config-4.19.y-x86_64-debug @@ -3705,6 +3705,7 @@ CONFIG_NLS_MAC_ROMANIAN=m CONFIG_NLS_MAC_TURKISH=m CONFIG_NLS_UTF8=m # CONFIG_DLM is not set +CONFIG_IO_WQ=y # # Security options diff --git a/kernel-4.19-x86_64-alios7-debug.config b/kernel-4.19-x86_64-alios7-debug.config index d4365f7b9c6c..c3b86cc04a92 100644 --- a/kernel-4.19-x86_64-alios7-debug.config +++ b/kernel-4.19-x86_64-alios7-debug.config @@ -6025,6 +6025,7 @@ CONFIG_NLS_MAC_TURKISH=m CONFIG_NLS_UTF8=m CONFIG_DLM=m CONFIG_DLM_DEBUG=y +CONFIG_IO_WQ=y # # Security options diff --git a/kernel-4.19-x86_64-alios7.config b/kernel-4.19-x86_64-alios7.config index 39601d8781dc..f63ff01498c7 100644 --- a/kernel-4.19-x86_64-alios7.config +++ b/kernel-4.19-x86_64-alios7.config @@ -6023,6 +6023,7 @@ CONFIG_NLS_MAC_TURKISH=m CONFIG_NLS_UTF8=m CONFIG_DLM=m CONFIG_DLM_DEBUG=y +CONFIG_IO_WQ=y # # Security options -- GitLab