From: Ming Lei <[email protected]> RHEL: configs: enable CONFIG_BLK_DEV_ZONED & CONFIG_DM_ZONED
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1638087 Upstream Status: RHEL only It is mentioned that 'our current plan is to enable this in RHEL 9 first', so enable the two options. Signed-off-by: Ming Lei <[email protected]> diff --git a/redhat/configs/ark/generic/CONFIG_BLK_DEV_ZONED b/redhat/configs/ark/generic/CONFIG_BLK_DEV_ZONED index blahblah..blahblah 100644 --- a/redhat/configs/ark/generic/CONFIG_BLK_DEV_ZONED +++ b/redhat/configs/ark/generic/CONFIG_BLK_DEV_ZONED @@ -1 +1 @@ -# CONFIG_BLK_DEV_ZONED is not set +CONFIG_BLK_DEV_ZONED=y diff --git a/redhat/configs/ark/generic/CONFIG_DM_ZONED b/redhat/configs/ark/generic/CONFIG_DM_ZONED index blahblah..blahblah 100644 --- a/redhat/configs/ark/generic/CONFIG_DM_ZONED +++ b/redhat/configs/ark/generic/CONFIG_DM_ZONED @@ -1 +1 @@ -# CONFIG_DM_ZONED is not set +CONFIG_DM_ZONED=m -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1182 _______________________________________________ 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
