From: Jeff Moyer jmoyer@redhat.com
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 jmoyer@redhat.com
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
From: Justin Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1159#note_5903157...
Acked-by: Justin Forbes jforbes@fedoraproject.org (via approve button)
From: Richard Guy Briggs on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1159#note_5913773...
Acked-by: Richard Guy Briggs rgb@redhat.com
From: Richard Guy Briggs on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1159#note_5913820...
Trying again... Acked-by: Richard Guy Briggs rgb@redhat.com
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1159#note_5931683...
Acked-by: Prarit Bhargava prarit@redhat.com (via approve button)
kernel@lists.fedoraproject.org