From: Herton R. Krzesinski <herton@xxxxxxxxxx> redhat: enable CONFIG_FW_LOADER_COMPRESS for ARK Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1939095 The CONFIG_FW_LOADER_COMPRESS have been kept enabled only for Fedora. However in RHEL 9, we inherit the linux-firmware as is from Fedora, and it installs firmware files compressed in .xz format for RHEL too. However, the ARK/rhel config does not enable the needed support for loading compressed firmware files, and thus firmware loading fails. This fixes that by also enabling CONFIG_FW_LOADER_COMPRESS on ARK/rhel config too (since ARK and Fedora have the same setting now, the config file is moved to common/). Signed-off-by: Herton R. Krzesinski <herton@xxxxxxxxxx> diff a/redhat/configs/ark/generic/CONFIG_FW_LOADER_COMPRESS b/redhat/configs/ark/generic/CONFIG_FW_LOADER_COMPRESS --- a/redhat/configs/ark/generic/CONFIG_FW_LOADER_COMPRESS +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_FW_LOADER_COMPRESS is not set diff a/redhat/configs/fedora/generic/CONFIG_FW_LOADER_COMPRESS b/redhat/configs/common/generic/CONFIG_FW_LOADER_COMPRESS --- a/redhat/configs/fedora/generic/CONFIG_FW_LOADER_COMPRESS +++ b/redhat/configs/common/generic/CONFIG_FW_LOADER_COMPRESS -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/976 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure