From: jmoyer1 on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1159#note_585914828

CONFIG_EXPERT simply hides config options from the user.  It does not result
in such options being disabled.  As it stands, io_uring is enabled for all
users, whether CONFIG_EXPERT is enabled or not.  You can run make-dist-configs
to see for yourself.  Before this patch, CONFIG_IO_URING=y for both RHEL and
fedora.  After this patch, CONFIG_IO_URING=y for fedora, but is not set for
RHEL.
_______________________________________________
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