From: Jeff Moyer <[email protected]>

RHEL: disable io_uring support

Bugzilla: 1964537
Upstream Status: RHEL only

io_uring is still under very active development.  Disable support
for now.  We will reassess this decision each minor release.

Note: this is a temporary patch which can be reverted after RHEL 9
branches from ark.

Signed-off-by: Jeff Moyer <[email protected]>

diff --git a/init/Kconfig b/init/Kconfig
index blahblah..blahblah 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1621,7 +1621,7 @@ config AIO
          this option saves about 7k.
 
 config IO_URING
-       bool "Enable IO uring support" if EXPERT
+       bool "Enable IO uring support"
        select IO_WQ
        default y
        help
diff --git a/redhat/configs/ark/generic/CONFIG_IO_URING 
b/redhat/configs/ark/generic/CONFIG_IO_URING
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/CONFIG_IO_URING
@@ -0,0 +1 @@
+# CONFIG_IO_URING is not set
diff --git a/redhat/configs/fedora/generic/CONFIG_IO_URING 
b/redhat/configs/fedora/generic/CONFIG_IO_URING
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/CONFIG_IO_URING
@@ -0,0 +1 @@
+CONFIG_IO_URING=y

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1159
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to