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.

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
@@ -1623,7 +1623,7 @@ config AIO
 config IO_URING
        bool "Enable IO uring support" if EXPERT
        select IO_WQ
-       default y
+       default y if !RHEL_DIFFERENCES
        help
          This option enables support for the io_uring interface, enabling
          applications to submit and complete IO through submission and

--
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